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

Freeswitch SVN mikej at freeswitch.org
Fri Jul 28 00:57:59 EDT 2006


Author: mikej
Date: Fri Jul 28 00:57:58 2006
New Revision: 2195

Modified:
   freeswitch/trunk/conf/freeswitch.xml

Log:
update trixtel regex to work better

Modified: freeswitch/trunk/conf/freeswitch.xml
==============================================================================
--- freeswitch/trunk/conf/freeswitch.xml	(original)
+++ freeswitch/trunk/conf/freeswitch.xml	Fri Jul 28 00:57:58 2006
@@ -356,7 +356,7 @@
     <!-- *NOTE* The special context name 'any' will match any context -->
     <context name="default">
       <extension name="tollfree">
-        <condition field="destination_number" expression="^(18[0{2}8{2}7{2}6{2}]\d{7})">
+        <condition field="destination_number" expression="^(18(0{2}|8{2}|7{2}|6{2})\d{7})$">
           <action application="bridge" data="exosip/$1-freeswitch at voip.trxtel.com"/>
         </condition>
       </extension>



More information about the Freeswitch-svn mailing list