From cca262e7d32944ae5b0b6f8e0de080be1149bf74 Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Mon, 29 Dec 2014 13:10:56 +0000 Subject: 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/ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@430145 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_pjsip.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'res') diff --git a/res/res_pjsip.c b/res/res_pjsip.c index 6f5826997..11a7617cc 100644 --- a/res/res_pjsip.c +++ b/res/res_pjsip.c @@ -872,8 +872,12 @@ Method of SSL transport (TLS ONLY) - - + + The default as defined by PJSIP. This is currently TLSv1, but may change with future releases. + + + This option is equivalent to setting 'default' + -- cgit v1.2.3