[Freeswitch-svn] [commit] r7468 - freeswitch/trunk/conf/dialplan/extensions
Freeswitch SVN
brian at freeswitch.org
Fri Feb 1 14:36:57 EST 2008
Author: brian
Date: Fri Feb 1 14:36:57 2008
New Revision: 7468
Modified:
freeswitch/trunk/conf/dialplan/extensions/sipphone.com.noload
Log:
SIPPhone has now fixed their TCP SRV record so it will work great.. just don't send it an SRTP key it'll barf
Modified: freeswitch/trunk/conf/dialplan/extensions/sipphone.com.noload
==============================================================================
--- freeswitch/trunk/conf/dialplan/extensions/sipphone.com.noload (original)
+++ freeswitch/trunk/conf/dialplan/extensions/sipphone.com.noload Fri Feb 1 14:36:57 2008
@@ -1,7 +1,8 @@
<include>
<extension name="sipphone.com">
<condition field="destination_number" expression="^((1222.*)$|^(1747.*))$">
- <action application="bridge" data="sofia/gateway/proxy01.sipphone.com/$1;transport=udp"/>
+ <action application="unset" data="sip_secure_media"/>
+ <action application="bridge" data="sofia/gateway/proxy01.sipphone.com/$1"/>
</condition>
</extension>
</include>
More information about the Freeswitch-svn
mailing list