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

Freeswitch SVN brian at freeswitch.org
Tue Dec 18 19:44:51 EST 2007


Author: brian
Date: Tue Dec 18 19:44:51 2007
New Revision: 6891

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

Log:
ring_ready just in case a call on hold is transfered they get ringing instead of silence

Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml	(original)
+++ freeswitch/trunk/conf/dialplan/default.xml	Tue Dec 18 19:44:51 2007
@@ -111,6 +111,7 @@
 	<action application="answer"/>
 	<action application="sleep" data="1000"/>
 	<action application="voicemail" data="check default $${domain} ${dialed_ext}"/>
+	<anti-action application="ring_ready"/>
 	<anti-action application="set" data="call_timeout=130"/>
 	<anti-action application="set" data="hangup_after_bridge=true"/>
 	<anti-action application="set" data="continue_on_fail=true"/>



More information about the Freeswitch-svn mailing list