git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11014 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-12-31 02:39:08 +00:00
parent 7d084eaa59
commit 724633e702
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@
All other callers are then hung up on. All other callers are then hung up on.
--> -->
<extension name="mad_boss_intercom"> <extension name="mad_boss_intercom">
<condition field="destination_number" expression="^0911$"> <condition field="destination_number" expression="^0912$">
<action application="set" data="conference_auto_outcall_caller_id_name=Mad Boss2"/> <action application="set" data="conference_auto_outcall_caller_id_name=Mad Boss2"/>
<action application="set" data="conference_auto_outcall_caller_id_number=0912"/> <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_timeout=60"/>