git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6598 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2007-12-10 18:04:46 +00:00
parent 2fb87655ed
commit 3ae8962460
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<include>
<extension name="pulver.com">
<condition field="destination_number" expression="^(1393.*)$|$">
<condition field="destination_number" expression="^1393(.*)$|$">
<action application="bridge" data="sofia/gateway/fwd.pulver.com/$1"/>
</condition>
</extension>