[asterisk-users] Dial function exit, go to line n+1

2008-07-03 Thread Jerome Poggi
Yesturday I found a bug in Asterisk, in particular in Dial application. When the Dial function exit it want to branch to n+1, but if n+1 do not exist, it exit from the context. Example : exten => s,5,ChanIsAvail(SIP/604,s) exten => s,6,Dial(SIP/604,15,wotr) exten => s,106,NoOp(Matthieu) exten =>

Re: [asterisk-users] Dial function exit, go to line n+1

2008-07-09 Thread Jerome Poggi
On Mon, 07 Jul 2008, Matt Riddell wrote: > > Example : > > > > exten => s,5,ChanIsAvail(SIP/604,s) > > exten => s,6,Dial(SIP/604,15,wotr) > > exten => s,106,NoOp(Matthieu) > > exten => s,n,ChanIsAvail(SIP/605,s) > > > > Won't work because Dial exit to 7, and line 7 don't exist > > > > but > > >