[Freeswitch-svn] [commit] r7282 - in freeswitch/trunk/conf: dialplan sip_profiles
Freeswitch SVN
brian at freeswitch.org
Fri Jan 18 10:09:35 EST 2008
Author: brian
Date: Fri Jan 18 10:09:34 2008
New Revision: 7282
Modified:
freeswitch/trunk/conf/dialplan/default.xml
freeswitch/trunk/conf/sip_profiles/default.xml
Log:
offer srtp on outbound if we have it on inbound
Modified: freeswitch/trunk/conf/dialplan/default.xml
==============================================================================
--- freeswitch/trunk/conf/dialplan/default.xml (original)
+++ freeswitch/trunk/conf/dialplan/default.xml Fri Jan 18 10:09:34 2008
@@ -54,6 +54,8 @@
</condition>
<condition field="${sip_has_crypto}" expression="^(AES_CM_128_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_80)$" break="never">
<action application="set" data="sip_secure_media=true"/>
+ <!-- Offer SRTP on outbound legs if we have it on inbound. -->
+ <action application="export" data="sip_secure_media=true"/>
</condition>
<condition>
<action application="db" data="insert/spymap/${caller_id_number}/${uuid}"/>
Modified: freeswitch/trunk/conf/sip_profiles/default.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/default.xml (original)
+++ freeswitch/trunk/conf/sip_profiles/default.xml Fri Jan 18 10:09:34 2008
@@ -46,7 +46,7 @@
<!--<param name="bind-params" value="transport=udp"/>-->
<!-- TLS: disabled by default, set to "true" to enable -->
- <param name="tls" value="false"/>
+ <param name="tls" value="true"/>
<!-- additional bind parameters for TLS -->
<param name="tls-bind-params" value="transport=tls"/>
<!-- Port to listen on for TLS requests. (5061 will be used if unspecified) -->
More information about the Freeswitch-svn
mailing list