[asterisk-users] Finish extension (avoid dialplan to silently continue in the next priority of another extension)

Matthew Jordan mjordan at digium.com
Thu Dec 11 11:04:37 CST 2014


On Thu, Dec 11, 2014 at 9:58 AM, Daniel Gonzalez <gonvaled at gonvaled.com> wrote:
> Hi,
>
> I have run into a strange behaviour:
>
> [ctx-test]
>
> exten => h,1,NoOp(*** hangup ***)
>
> exten => s,1,NoOp(*** ${EXTEN} ***)
>  same => n,...
>  same => n,...
>  same => n,Hangup()
>
> Strangely, the h extension continues on the priority 2 of the extension s.
> Maybe this is caused by the use of same? How can I make sure that an
> extension is really ending, something like:
>
> exten => h,1,NoOp(*** hangup ***)
>  same => n,RellyEndHere()
>
> For subroutines there is the Return() application, but this can not be used
> generally in contexts. Is there any application to finish processing the
> extension in the context?
>

Which version of Asterisk are you using?

Can you provide a log showing the channel continuing on into the s extension?

-- 
Matthew Jordan
Digium, Inc. | Engineering Manager
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at: http://digium.com & http://asterisk.org



More information about the asterisk-users mailing list