[Freeswitch-svn] [commit] r6924 - freeswitch/trunk/conf/dialplan

Freeswitch SVN brian at freeswitch.org
Thu Dec 20 21:50:59 EST 2007


Author: brian
Date: Thu Dec 20 21:50:59 2007
New Revision: 6924

Modified:
   freeswitch/trunk/conf/dialplan/default.xml

Log:
example of continue_on_fail with cause codes thanks frank..

Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml	(original)
+++ freeswitch/trunk/conf/dialplan/default.xml	Thu Dec 20 21:50:59 2007
@@ -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}"/>



More information about the Freeswitch-svn mailing list