Displaying 1 result from an estimated 1 matches for "differentmenu".
2005 Jul 19
3
CID Matches On Incoming BroadVoice???
...ble to do this? Here are some examples
of my setup:
from sip.conf:
context=broadvoice-incoming
from extensions.conf
[broadvoice-incoming]
exten => s/760899XXXX,1,AGI(db.agi)
exten => s/760899XXXX,2,Answer
exten => s/760899XXXX,3,Goto(menu,s,1)
exten => s,1,Answer
exten => s,2,Goto(differentmenu,s,1)
I want calls from one NPA-NXX-XXXX to go to one menu and all other
calls to another. It has never worked for me though.
Any ideas? Thanks!