Giorgio Incantalupo
2006-Jan-20 10:41 UTC
[Asterisk-Users] Dial command not executing following priority when caller hangs up
Hi, I'm using Asterisk 1.2.1 on Sarge. it seems like if I call a phone and nobody answers, asterisk does not jump to the next priority...it freezes. Take a look at this: exten => 777,1,NoOp(before) exten => 777,2,Dial(SIP/7|60|g) exten => 777,3,NoOp(after) priority 3 is never executed but this worked with Asterisk 1.0.7!!! TIA Giorgio Incantalupo
C F
2006-Jan-22 12:19 UTC
[Asterisk-Users] Dial command not executing following priority when caller hangs up
If it worked with 1.0.7 then it was a bug, it should *not* work. The g will only work if one statys on the phone, from show application dial: g - Proceed with dialplan execution at the current extension if the destination channel hangs up. If the origianl channel hangsup as well, then only the h extension will be executed. On 1/20/06, Giorgio Incantalupo <gincantalupo@fgasoftware.com> wrote:> Hi, > I'm using Asterisk 1.2.1 on Sarge. > it seems like if I call a phone and nobody answers, asterisk does not > jump to the next priority...it freezes. > Take a look at this: > > exten => 777,1,NoOp(before) > exten => 777,2,Dial(SIP/7|60|g) > exten => 777,3,NoOp(after) > > priority 3 is never executed but this worked with Asterisk 1.0.7!!! > > TIA > > Giorgio Incantalupo > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >