[Freeswitch-svn] [commit] r2465 - freeswitch/trunk/conf

Freeswitch SVN mikej at freeswitch.org
Wed Aug 30 21:40:27 EDT 2006


Author: mikej
Date: Wed Aug 30 21:40:27 2006
New Revision: 2465

Modified:
   freeswitch/trunk/conf/freeswitch.xml

Log:
disable this for now as it acts as a catch all for bad dials.

Modified: freeswitch/trunk/conf/freeswitch.xml
==============================================================================
--- freeswitch/trunk/conf/freeswitch.xml	(original)
+++ freeswitch/trunk/conf/freeswitch.xml	Wed Aug 30 21:40:27 2006
@@ -413,10 +413,10 @@
       </extension>
 
       <!-- if the destination is an exact match on the extension name
-      you do not need any regex in the condition -->
+      you do not need any regex in the condition 
       <extension name="999">
         <condition><action application="bridge" data="exosip/888 at 66.250.68.194"/></condition>
-      </extension>
+      </extension>-->
       <!-- extensions starting with 4, all the numbers after 4 form a numeric filename
            continue=true means keep looking for more extensions to match
            *NOTE* The entire dialplan is parsed ONCE when the call starts 



More information about the Freeswitch-svn mailing list