[Freeswitch-trunk] [commit] r6605 - freeswitch/trunk/conf/dialplan/extensions
Freeswitch SVN
brian at freeswitch.org
Mon Dec 10 14:37:03 EST 2007
Author: brian
Date: Mon Dec 10 14:37:03 2007
New Revision: 6605
Added:
freeswitch/trunk/conf/dialplan/extensions/sipbroker.com.noload
Log:
add sipbroker example extension doesn't load by default
Added: freeswitch/trunk/conf/dialplan/extensions/sipbroker.com.noload
==============================================================================
--- (empty file)
+++ freeswitch/trunk/conf/dialplan/extensions/sipbroker.com.noload Mon Dec 10 14:37:03 2007
@@ -0,0 +1,7 @@
+<include>
+ <extension name="sipbroker.com">
+ <condition field="destination_number" expression="^(^\*\d{3,})$">
+ <action application="bridge" data="sofia/${use_profile}/$1 at sipbroker.com"/>
+ </condition>
+ </extension>
+</include>
More information about the Freeswitch-trunk
mailing list