[Asterisk-Users] Invalid Extension
Norman Zhang
norman.zhang at rd.arkonnetworks.com
Tue Dec 28 19:10:39 MST 2004
Hi,
I can dial-in and here the prompt, but whenever I select 101, I get
invalid extension. May I ask, is this the right way of answering
incoming calls?
Regards,
Norman Zhang
[inbound-sip]
exten => 533990,1,Answer
exten => s,2,ResponseTimeout(5)
exten => s,3,Background(mymenu)
exten => t,1,Goto(s,2)
exten => i,1,Playback(pbx-invalid)
exten => i,2,Goto(s,2)
exten => 101,1,Goto(local,101,1)
exten => 138,1,Goto(local,138,1)
;exten => 533990,1,Goto(local,101,1)
; Internal Extensions
[local]
exten => 101,1,Dial(${MAINPHONE},20,Tt)
exten => 101,2,Voicemail(u101)
exten => 101,3,Hangup
More information about the asterisk-users
mailing list