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

FreeSWITCH SVN brian at freeswitch.org
Tue Jan 20 09:03:13 PST 2009


Author: brian
Date: Tue Jan 20 11:03:13 2009
New Revision: 11311

Log:
tweak the mad boss a bit, no pun inteded

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

Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml	(original)
+++ freeswitch/trunk/conf/dialplan/default.xml	Tue Jan 20 11:03:13 2009
@@ -336,7 +336,7 @@
 	<action application="set" data="conference_auto_outcall_caller_id_number=0911"/>
 	<action application="set" data="conference_auto_outcall_timeout=60"/>
 	<action application="set" data="conference_auto_outcall_flags=mute"/>
-	<action application="set" data="conference_auto_outcall_prefix={sip_auto_answer=true,execute_on_answer='bind_meta_app 2 a s1 intercept::${uuid}'}"/>
+	<action application="set" data="conference_auto_outcall_prefix={sip_auto_answer=true,execute_on_answer='bind_meta_app 2 a s1 transfer::intercept:${uuid} inline'}"/>
 	<action application="set" data="sip_exclude_contact=${network_addr}"/>
 	<action application="conference_set_auto_outcall" data="${group_call(sales)}"/>
 	<action application="conference" data="madboss_intercom1 at default+flags{endconf|deaf}"/>
@@ -354,7 +354,7 @@
 	<action application="set" data="conference_auto_outcall_caller_id_number=0912"/>
 	<action application="set" data="conference_auto_outcall_timeout=60"/>
 	<action application="set" data="conference_auto_outcall_flags=mute"/>
-	<action application="set" data="conference_auto_outcall_prefix={sip_auto_answer=true,execute_on_answer='bind_meta_app 2 a s1 intercept::${uuid}'}"/>
+	<action application="set" data="conference_auto_outcall_prefix={sip_auto_answer=true,execute_on_answer='bind_meta_app 2 a s1 transfer::intercept:${uuid} inline'}"/>
 	<action application="set" data="sip_exclude_contact=${network_addr}"/>
 	<action application="conference_set_auto_outcall" data="loopback/9999"/>
 	<action application="conference" data="madboss_intercom2 at default+flags{endconf|deaf}"/>



More information about the Freeswitch-svn mailing list