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

Freeswitch SVN brian at freeswitch.org
Thu May 22 11:07:57 EDT 2008


Author: brian
Date: Thu May 22 11:07:56 2008
New Revision: 8523

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

Log:
tweak this

Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml	(original)
+++ freeswitch/trunk/conf/dialplan/default.xml	Thu May 22 11:07:56 2008
@@ -136,9 +136,10 @@
 	<action application="answer"/>
 	<action application="sleep" data="1000"/>
 	<action application="voicemail" data="check default $${domain} ${dialed_ext}"/>
-	<anti-action application="bind_meta_app" data="1 a a execute_extension::dx XML features"/>
-	<anti-action application="bind_meta_app" data="2 a a record_session::$${base_dir}/recordings/${caller_id_number}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/>
-	<anti-action application="bind_meta_app" data="3 a a execute_extension::cf XML features"/>
+	<!-- bind_meta_app can have these args <key> [a|b|ab] [a|b|o|s] <app> -->
+	<anti-action application="bind_meta_app" data="1 b o execute_extension::dx XML features"/>
+	<anti-action application="bind_meta_app" data="2 b o record_session::$${base_dir}/recordings/${caller_id_number}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/>
+	<anti-action application="bind_meta_app" data="3 b o execute_extension::cf XML features"/>
 	<anti-action application="set" data="transfer_ringback=${us-ring}"/>
 	<anti-action application="set" data="call_timeout=30"/>
 	<!-- <anti-action application="set" data="sip_exclude_contact=${network_addr}"/> -->



More information about the Freeswitch-svn mailing list