search for: 24532eca

Displaying 1 result from an estimated 1 matches for "24532eca".

2014 Dec 11
2
Finish extension (avoid dialplan to silently continue in the next priority of another extension)
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 =>