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

Freeswitch SVN brian at freeswitch.org
Sun Dec 16 19:20:38 EST 2007


Author: brian
Date: Sun Dec 16 19:20:38 2007
New Revision: 6831

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

Log:
diaplan fix.

Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml	(original)
+++ freeswitch/trunk/conf/dialplan/default.xml	Sun Dec 16 19:20:38 2007
@@ -111,7 +111,7 @@
 	<action application="answer"/>
 	<action application="sleep" data="1000"/>
 	<action application="voicemail" data="check default $${domain} ${dialed_ext}"/>
-	<anti-action application="set" data="call_timeout=30000"/>
+	<anti-action application="set" data="call_timeout=30"/>
 	<anti-action application="set" data="hangup_after_bridge=true"/>
 	<anti-action application="set" data="continue_on_fail=true"/>
 	<anti-action application="db" data="insert/call_return/${dialed_ext}/${caller_id_number}"/>



More information about the Freeswitch-svn mailing list