defualt tutorial dialplan does not work
Posted: Mon Sep 07, 2009 7:15 pm
Greetings to All,
I followed the tutorial step by step but can not make call out via using this dialplane
so Ive cleared out all and used this
Then I was able to make calls , does any one have any idea why that doesnt work for me above dial plane?
Regards
Tehseen
I followed the tutorial step by step but can not make call out via using this dialplane
- Code: Select all
exten => _1NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _1NXXNXXXXXX,2,Dial(${TRUNK}/${EXTEN:1},,To)
exten => _1NXXNXXXXXX,3,Hangup
so Ive cleared out all and used this
- Code: Select all
exten => _1NXXNXXXXXX,1,Dial(${TRUNK}/${EXTEN},,o)
Then I was able to make calls , does any one have any idea why that doesnt work for me above dial plane?
Regards
Tehseen