[Asterisk-Dev] Problems with making calls from one Gnophone to another through the local Asterisk Server

Glenn Dalgliesh asterisk at techhat.com
Tue Oct 21 07:44:21 MST 2003


One thing that seems strange is the 600,102,Playback ....... Shouldn't ;
this
exten => 600,1,Dial(IAX/sheeba/s|100|r)
exten => 600,2,Playback(demo-congrats)
exten => 600,3,Playback(demo-thanks)
exten => 600,4,Hangup

Instead of

exten => 600,1,Dial(IAX/sheeba/s|100|r)
exten => 600,2,Playback(demo-congrats)
exten => 600,102,Playback(demo-thanks)
exten => 600,3,Hangup

the first EXTEN,Order of operation 1,2,102,3 is invalid




More information about the asterisk-dev mailing list