]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
regex(pcre) example conf
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 26 Jan 2006 01:24:16 +0000 (01:24 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 26 Jan 2006 01:24:16 +0000 (01:24 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@445 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/regextensions.conf [new file with mode: 0644]

diff --git a/conf/regextensions.conf b/conf/regextensions.conf
new file mode 100644 (file)
index 0000000..ffdf895
--- /dev/null
@@ -0,0 +1,13 @@
+[playfiles]
+ regex => 4(.*)
+ match => playback /tmp/$1.raw
+
+[passthrough]
+ regex => 1(.*)
+ match => bridge iax/guest@1.2.3.4/$1
+
+
+
+
+
+