[asterisk-commits] kmoore: branch group/pimp_my_sip r389200 - /team/group/pimp_my_sip/res/res_sip.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon May 20 08:37:54 CDT 2013


Author: kmoore
Date: Mon May 20 08:37:50 2013
New Revision: 389200

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=389200
Log:
Add documentation for media_encryption and use_avpf

Modified:
    team/group/pimp_my_sip/res/res_sip.c

Modified: team/group/pimp_my_sip/res/res_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/group/pimp_my_sip/res/res_sip.c?view=diff&rev=389200&r1=389199&r2=389200
==============================================================================
--- team/group/pimp_my_sip/res/res_sip.c (original)
+++ team/group/pimp_my_sip/res/res_sip.c Mon May 20 08:37:50 2013
@@ -298,6 +298,35 @@
 				<configOption name="use_ptime" default="no">
 					<synopsis>Use Endpoint's requested packetisation interval</synopsis>
 				</configOption>
+				<configOption name="use_avpf" default="no">
+					<synopsis>Determines whether res_sip will use and enforce usage of AVPF for this
+					endpoint.</synopsis>
+					<description><para>
+						If set to <literal>yes</literal>, res_sip will use use the AVPF or SAVPF RTP
+						profile for all media offers on outbound calls and media updates and will
+						decline media offers not using the AVPF or SAVPF profile.
+					</para><para>
+						If set to <literal>no</literal>, res_sip will use use the AVP or SAVP RTP
+						profile for all media offers on outbound calls and media updates and will
+						decline media offers not using the AVP or SAVP profile.
+					</para></description>
+				</configOption>
+				<configOption name="media_encryption" default="no">
+					<synopsis>Determines whether res_sip will use and enforce usage of media encryption
+					for this endpoint.</synopsis>
+					<description>
+						<enumlist>
+							<enum name="no"><para>
+								res_sip will offer no encryption and allow no encryption to be setup.
+							</para></enum>
+							<enum name="sdes"><para>
+								res_sip will offer standard SRTP setup via in-SDP keys. Encrypted SIP
+								transport should be used in conjunction with this option to prevent
+								exposure of media encryption keys.
+							</para></enum>
+						</enumlist>
+					</description>
+				</configOption>
 			</configObject>
 			<configObject name="auth">
 				<synopsis>Authentication type</synopsis>




More information about the asterisk-commits mailing list