[Freeswitch-svn] [commit] r9984 - freeswitch/trunk/conf/dialplan
Freeswitch SVN
brian at freeswitch.org
Sun Oct 12 00:19:54 EDT 2008
Author: brian
Date: Sun Oct 12 00:19:54 2008
New Revision: 9984
Modified:
freeswitch/trunk/conf/dialplan/default.xml
Log:
thats a bug
Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml (original)
+++ freeswitch/trunk/conf/dialplan/default.xml Sun Oct 12 00:19:54 2008
@@ -287,8 +287,8 @@
</extension>
<!--This extension will start a conference and invite several people upon entering -->
- <extension name="0911">
- <condition field="destination_number" expression="0911">
+ <extension name="mad_boss">
+ <condition field="destination_number" expression="^0911$">
<!--These params effect the outcalls made once you join-->
<action application="set" data="conference_auto_outcall_caller_id_name=Mad Boss"/>
More information about the Freeswitch-svn
mailing list