Matthew Asham wrote:

; north america enum
exten => _1NXXXXXXXXX,1,Playback(doing-enum-lookup)
exten => _1NXXXXXXXXX,2,EnumLookup(${EXTEN})
exten => _1NXXXXXXXXX,3,BackGround(enum-lookup-successful)
exten => _1NXXXXXXXXX,4,Dial(${ENUM},30,tr)
exten => _1NXXXXXXXXX,5,Hangup
exten => _1NXXXXXXXXX,6,Playback(enum-lookup-failed)
exten => _1NXXXXXXXXX,7,Hangup

Interesting.. how does it know to go to '6', or does it just jump +4
on failure?

That reminds me I seriously need to restructure my extensions.conf... there's no way currently I could add anything like that without major surgery (only discovered the 'local' target this afternoon so I have everything copied/pasted).

Tony


-- Te audire no possum. Musa sapientum fixa est in aure.

Tony Hoyle <[EMAIL PROTECTED]>  Key ID: 104D/4F4B6917 2003-09-13
Fingerprint: 063C AFB4 3026 F724 0AA2  02B8 E547 470E 4F4B 6917
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to