[asterisk-commits] kmoore: branch 13 r430145 - /branches/13/res/res_pjsip.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Dec 29 07:11:04 CST 2014


Author: kmoore
Date: Mon Dec 29 07:10:56 2014
New Revision: 430145

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=430145
Log:
PJSIP: Update transport method documentation

This updates the documentation for the 'method' configuration option to
be more verbose about the behaviors of values 'unspecified' and
'default'. They do exactly the same thing which is to select the
default as defined by PJSIP which is currently TLSv1.

Review: https://reviewboard.asterisk.org/r/4264/

Modified:
    branches/13/res/res_pjsip.c

Modified: branches/13/res/res_pjsip.c
URL: http://svnview.digium.com/svn/asterisk/branches/13/res/res_pjsip.c?view=diff&rev=430145&r1=430144&r2=430145
==============================================================================
--- branches/13/res/res_pjsip.c (original)
+++ branches/13/res/res_pjsip.c Mon Dec 29 07:10:56 2014
@@ -872,8 +872,12 @@
 					<synopsis>Method of SSL transport (TLS ONLY)</synopsis>
 					<description>
 						<enumlist>
-							<enum name="default" />
-							<enum name="unspecified" />
+							<enum name="default">
+								<para>The default as defined by PJSIP. This is currently TLSv1, but may change with future releases.</para>
+							</enum>
+							<enum name="unspecified">
+								<para>This option is equivalent to setting 'default'</para>
+							</enum>
 							<enum name="tlsv1" />
 							<enum name="sslv2" />
 							<enum name="sslv3" />




More information about the asterisk-commits mailing list