[Asterisk-Users] Menu Selections Only Work Internally

Philip Siegrist psiegrist at gmail.com
Fri Feb 11 07:16:59 MST 2005


All,

Funny problem. During my greating, the menu selections only work if
one calls from an internal sip line.  The greating plays for all
including calls over the t1. But pressing 9 for directory or any other
mapped button will only work if I call from inside. If I arrive to the
menu from an outside line SIP or POTS pressing the button does
nothing. Any ideas?

extensions.conf

<--
[MainMenu]
exten=>s,1,Answer
exten=>s,2,Wait(1)
exten=>s,3,Background(main-menu)
exten=>_3XX,1,Goto(sip,${EXTEN},1)
exten=>0,1,Goto(sip,301,1)

[sip]
;Main Number
exten => 300,1,Goto(MainMenu,s,1)
-->



More information about the asterisk-users mailing list