summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorKinsey Moore <kmoore@digium.com>2014-12-29 13:10:56 +0000
committerKinsey Moore <kmoore@digium.com>2014-12-29 13:10:56 +0000
commitcca262e7d32944ae5b0b6f8e0de080be1149bf74 (patch)
tree7e7815f220d5ec72ed237019547e27e1fef3e83e /res
parent1a0979d437ea809a1c642977c0b6b109e2a8246a (diff)
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
Diffstat (limited to 'res')
-rw-r--r--res/res_pjsip.c8
1 files changed, 6 insertions, 2 deletions
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 @@
<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" />