go forth and anoy less

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11016 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-12-31 04:33:07 +00:00
parent 63415ebce6
commit a83463536d
1 changed files with 2 additions and 4 deletions

View File

@ -346,8 +346,7 @@
<action application="set" data="conference_auto_outcall_flags=mute"/> <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 intercept::${uuid}'}"/>
<action application="set" data="sip_exclude_contact=${network_addr}"/> <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="loopback/9999"
<action application="conference_set_auto_outcall" data="sofia/default/888@conference.freeswitch.org"/>
<action application="conference" data="madboss_intercom2@default+flags{endconf|deaf}"/> <action application="conference" data="madboss_intercom2@default+flags{endconf|deaf}"/>
</condition> </condition>
</extension> </extension>
@ -362,8 +361,7 @@
<action application="set" data="conference_auto_outcall_flags=none"/> <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"/>--> <!--<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--> <!--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="loopback/9999"/>
<action application="conference_set_auto_outcall" data="sofia/default/888@conference.freeswitch.org"/>
<action application="conference" data="madboss3@default"/> <action application="conference" data="madboss3@default"/>
</condition> </condition>
</extension> </extension>