[asterisk-commits] kmoore: trunk r430146 - in /trunk: ./ res/res_pjsip.c

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


Author: kmoore
Date: Mon Dec 29 07:14:19 2014
New Revision: 430146

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=430146
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/
........

Merged revisions 430145 from http://svn.asterisk.org/svn/asterisk/branches/13

Modified:
    trunk/   (props changed)
    trunk/res/res_pjsip.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-13-merged' - no diff available.

Modified: trunk/res/res_pjsip.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_pjsip.c?view=diff&rev=430146&r1=430145&r2=430146
==============================================================================
--- trunk/res/res_pjsip.c (original)
+++ trunk/res/res_pjsip.c Mon Dec 29 07:14:19 2014
@@ -875,8 +875,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