]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak
authorBrian West <brian@freeswitch.org>
Tue, 18 Mar 2008 15:03:34 +0000 (15:03 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 18 Mar 2008 15:03:34 +0000 (15:03 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7913 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/dialplan/default.xml

index bc0c72c703219607d522d63ae5f4eae6d3db9102..0fd2e71128bfa20acd3d5fbe47ca6f1e255ae5e9 100644 (file)
        <anti-action application="set" data="call_timeout=30"/>
        <anti-action application="set" data="sip_exclude_contact=${network_addr}"/>
        <anti-action application="set" data="hangup_after_bridge=true"/>
-       <anti-action application="set" data="continue_on_fail=NORMAL_TEMPORARY_FAILURE,BUSY,USER_BUSY,NO_ANSWER,TIMEOUT,NO_ROUTE_DESTINATION,CALL_REJECTED"/>
+       <!--<anti-action application="set" data="continue_on_fail=NORMAL_TEMPORARY_FAILURE,BUSY,USER_BUSY,NO_ANSWER,TIMEOUT,NO_ROUTE_DESTINATION"/> -->
+       <anti-action application="set" data="continue_on_fail=true"/>
        <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}"/>