[asterisk-users] (no subject)

Thomas Perron thomas.perron at gmail.com
Fri Apr 12 10:59:01 CDT 2013


Basic Dial Plan

Why is this plan not engaging the line
exten => 105,n,Dial(SIP/voipvoip.com/17035013333)
and dialing the 703 number?

The logs and debug dont show any problems....


[incoming]
exten => 4444444444,1,Answer()
exten => 4444444444,n,Wait(1)
exten => 4444444444,n,Playback(beep)
exten => 4444444444,n,Goto(105,105,1)
;
;
[105]
exten => 105,1,Wait(2)
exten => 105,n,Playback(hello-world)
exten => 105,n,Dial(SIP/voipvoip.com/17035013333)
exten => 105,n,Hangup()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130412/5342dbb0/attachment.htm>


More information about the asterisk-users mailing list