mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
example of continue_on_fail with cause codes thanks frank..
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6924 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
a23ff8d602
commit
b17e8b3dd5
@ -115,7 +115,7 @@
|
||||
<anti-action application="set" data="call_timeout=30"/>
|
||||
<anti-action application="set" data="hangup_after_bridge=true"/>
|
||||
<anti-action application="set" data="left_hanging_extension=5900"/>
|
||||
<anti-action application="set" data="continue_on_fail=true"/>
|
||||
<anti-action application="set" data="continue_on_fail=NORMAL_TEMPORARY_FAILURE,BUSY,USER_BUSY,NO_ANSWER,TIMEOUT"/>
|
||||
<anti-action application="db" data="insert/call_return/${dialed_ext}/${caller_id_number}"/>
|
||||
<anti-action application="db" data="insert/last_dial_ext/${dialed_ext}/${uuid}"/>
|
||||
<anti-action application="bridge" data="user/${dialed_ext}@$${domain}"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user