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

FreeSWITCH SVN brian at freeswitch.org
Tue Dec 30 20:33:07 PST 2008


Author: brian
Date: Tue Dec 30 23:33:07 2008
New Revision: 11016

Log:
go forth and anoy less

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 Dec 30 23:33:07 2008
@@ -346,8 +346,7 @@
 	<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="sip_exclude_contact=${network_addr}"/>
-	<action application="conference_set_auto_outcall" data="sofia/gateway/$${default_provider}/19184238080"/>
-	<action application="conference_set_auto_outcall" data="sofia/default/888 at conference.freeswitch.org"/>
+	<action application="conference_set_auto_outcall" data="loopback/9999"
 	<action application="conference" data="madboss_intercom2 at default+flags{endconf|deaf}"/>
       </condition>
     </extension>
@@ -362,8 +361,7 @@
 	<action application="set" data="conference_auto_outcall_flags=none"/>
 	<!--<action application="set" data="conference_auto_outcall_announce=say:You have been called into an emergency conference"/>-->
 	<!--Add as many of these as you need, These are the people you are going to call-->
-	<action application="conference_set_auto_outcall" data="sofia/gateway/$${default_provider}/19184238080"/>
-	<action application="conference_set_auto_outcall" data="sofia/default/888 at conference.freeswitch.org"/>
+	<action application="conference_set_auto_outcall" data="loopback/9999"/>
 	<action application="conference" data="madboss3 at default"/>
       </condition>
     </extension>



More information about the Freeswitch-svn mailing list