[asterisk-dev] (no subject)

Steve Edwards asterisk.org at sedwards.com
Wed Jul 2 11:15:32 CDT 2008


1) This is not an asterisk-dev question. Asking asterisk-user questions in 
the dev list may result in terminally negative karma.

2) Using a "subject" gives readers a reason to take interest in your post.

On Wed, 2 Jul 2008, Jerome Poggi wrote:

> 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,sj)
> 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

This is expected behaviour. A missing priority invokes "auto fallthrough."

Thanks in advance,
------------------------------------------------------------------------
Steve Edwards      sedwards at sedwards.com      Voice: +1-760-468-3867 PST
Newline                                             Fax: +1-760-731-3000



More information about the asterisk-dev mailing list