add sipbroker example extension doesn't load by default

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6605 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2007-12-10 19:37:03 +00:00
parent cc71ce69e0
commit 712392ff26
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<include>
<extension name="sipbroker.com">
<condition field="destination_number" expression="^(^\*\d{3,})$">
<action application="bridge" data="sofia/${use_profile}/$1@sipbroker.com"/>
</condition>
</extension>
</include>