From a0a890913a1e8d239ab0b1935300977df8ddc785 Mon Sep 17 00:00:00 2001
From: Brian West <brian@freeswitch.org>
Date: Tue, 20 Jan 2009 17:03:13 +0000
Subject: [PATCH] tweak the mad boss a bit, no pun inteded

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11311 d0543943-73ff-0310-b7d9-9358b9ac24b2
---
 conf/dialplan/default.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/dialplan/default.xml b/conf/dialplan/default.xml
index 9888152886..6a817ca965 100644
--- a/conf/dialplan/default.xml
+++ b/conf/dialplan/default.xml
@@ -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@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@default+flags{endconf|deaf}"/>