[Freeswitch-svn] [commit] r2529 - freeswitch/trunk/conf
Freeswitch SVN
mikej at freeswitch.org
Tue Sep 5 23:06:25 EDT 2006
Author: mikej
Date: Tue Sep 5 23:06:25 2006
New Revision: 2529
Modified:
freeswitch/trunk/conf/freeswitch.xml
Log:
comment out dev conf in the sample config, people can use 1234 to test, I will change the getting started guide.
Modified: freeswitch/trunk/conf/freeswitch.xml
==============================================================================
--- freeswitch/trunk/conf/freeswitch.xml (original)
+++ freeswitch/trunk/conf/freeswitch.xml Tue Sep 5 23:06:25 2006
@@ -386,11 +386,11 @@
</condition>
</extension>
- <extension name="devconf">
+ <!--<extension name="devconf">
<condition field="destination_number" expression="^888$">
<action application="bridge" data="exosip/888 at 66.250.68.194"/>
</condition>
- </extension>
+ </extension> -->
<extension name="testmusic">
<condition field="destination_number" expression="^1234$">
More information about the Freeswitch-svn
mailing list