Dial plan setup
Posted: Thu Apr 23, 2009 9:25 am
I need a few hints. I am trying to set up this type of feature:
Dial 9 before number = IAX
Dial 8 before number = SIP
My endpoint devices at the VOIP provider are set up fine. We currently test and call on Vicidial now.
In the Dial Plan entry I can handle this type of mod by changing the following:
exten => _71999NXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _7 1999NXXXXXX,2,Dial(${TESTIAXTRUNK}/${EXTEN:2},,tTor)
exten => _7 1999NXXXXXX,3,Hangup
_81999NXXXXXX
_7 to my desired 8 or 9 and match the rest of the set up:
[SIP Voipstreet]
disallow=all
allow=gsm
....
Kinda reverse learning the admin setups.....from the config files...
Dial 9 before number = IAX
Dial 8 before number = SIP
My endpoint devices at the VOIP provider are set up fine. We currently test and call on Vicidial now.
In the Dial Plan entry I can handle this type of mod by changing the following:
exten => _71999NXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _7 1999NXXXXXX,2,Dial(${TESTIAXTRUNK}/${EXTEN:2},,tTor)
exten => _7 1999NXXXXXX,3,Hangup
_81999NXXXXXX
_7 to my desired 8 or 9 and match the rest of the set up:
[SIP Voipstreet]
disallow=all
allow=gsm
....
Kinda reverse learning the admin setups.....from the config files...