fix error

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6599 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2007-12-10 18:09:25 +00:00
parent 3ae8962460
commit 9944918ea0
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>