Displaying 2 results from an estimated 2 matches for "continuing_call".
2004 Jan 14
0
Re: Proposed solution for exit code priority jumps
...nd 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 "cont". Similarly, "400 Failed"
>would jump to extension "fail"....
2004 Jan 13
3
Re: Proposed solution for exit code priority jumps
...d 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 "cont". Similarly, "400 Failed"
>would jump to extension "fail&quo...