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

sheebaaggarwal at hfcl.com sheebaaggarwal at hfcl.com
Tue Oct 21 20:49:36 MST 2003


Hi
THanks for replying to my mail...the logic of this extension goes like this..
1. It dials the IAX Channel with username "sheeba",then waits for 100 sec
for it to get answered.
2.If it does not get answered,then it plays demo-congrats message.
3.If the called party is busy,then it goes to (101+n) priority,that is 102
and then plays demo-thanks message.


> 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
>
> _______________________________________________
> Asterisk-Dev mailing list
> Asterisk-Dev at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-dev






More information about the asterisk-dev mailing list