regex(pcre) example conf
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@445 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
8f91c29cd9
commit
abbb770064
|
@ -0,0 +1,13 @@
|
|||
[playfiles]
|
||||
regex => 4(.*)
|
||||
match => playback /tmp/$1.raw
|
||||
|
||||
[passthrough]
|
||||
regex => 1(.*)
|
||||
match => bridge iax/guest@1.2.3.4/$1
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue