]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Open TollFree Route
authorKen Rice <krice@freeswitch.org>
Thu, 17 Jan 2008 23:48:15 +0000 (23:48 +0000)
committerKen Rice <krice@freeswitch.org>
Thu, 17 Jan 2008 23:48:15 +0000 (23:48 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7275 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/dialplan/extensions/tollfreegateway.com.xml [new file with mode: 0644]

diff --git a/conf/dialplan/extensions/tollfreegateway.com.xml b/conf/dialplan/extensions/tollfreegateway.com.xml
new file mode 100644 (file)
index 0000000..b6f55b5
--- /dev/null
@@ -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>