Displaying 2 results from an estimated 2 matches for "_40".
Did you mean:
440
2004 Jan 14
0
Re: Proposed solution for exit code priority jumps
...hat might allow the administrator to
>take actions without having to set variables and create labyrinths
>of GotoIf's upon an application's exit.
>
>Syntax:
>exten => extension,[priority[/pattern|priority[...]],Application
>
>Example:
>exten => 1234,1/_20.|cont/_40.|fail,Dial(SIP/1234)
>exten => fail,1,Hangup
>exten => cont,1,Playback(continuing_call)
>
>In the above example, Dial would exit with something like "200
>Completed" and the priority would match against the "200" part of
>that string and jump to extension...
2004 Jan 13
3
Re: Proposed solution for exit code priority jumps
...t might allow the administrator to
>take actions without having to set variables and create labyrinths
>of GotoIf's upon an application's exit.
>
>Syntax:
>exten => extension,[priority[/pattern|priority[...]],Application
>
>Example:
>exten => 1234,1/_20.|cont/_40.|fail,Dial(SIP/1234)
>exten => fail,1,Hangup
>exten => cont,1,Playback(continuing_call)
>
>In the above example, Dial would exit with something like "200
>Completed" and the priority would match against the "200" part of
>that string and jump to extensi...