[Freeswitch-svn] [commit] r7275 - freeswitch/trunk/conf/dialplan/extensions
Freeswitch SVN
silik0n at freeswitch.org
Thu Jan 17 18:48:15 EST 2008
Author: silik0n
Date: Thu Jan 17 18:48:15 2008
New Revision: 7275
Added:
freeswitch/trunk/conf/dialplan/extensions/tollfreegateway.com.xml
Log:
Open TollFree Route
Added: freeswitch/trunk/conf/dialplan/extensions/tollfreegateway.com.xml
==============================================================================
--- (empty file)
+++ freeswitch/trunk/conf/dialplan/extensions/tollfreegateway.com.xml Thu Jan 17 18:48:15 2008
@@ -0,0 +1,7 @@
+<include>
+ <extension name="pulver.com">
+ <condition field="destination_number" expression="^1?(8(00|55|66|77|88)[2-9]\d{6})$">
+ <action application="bridge" data="sofia/gateway/sip.tollfreegateway.com/9313371$1"/>
+ </condition>
+ </extension>
+</include>
More information about the Freeswitch-svn
mailing list