[svn-commits] rmudgett: branch 13 r424529 - in /branches/13: ./ CHANGES res/res_pjsip.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Fri Oct 3 16:56:20 CDT 2014
Author: rmudgett
Date: Fri Oct 3 16:56:15 2014
New Revision: 424529
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=424529
Log:
res_pjsip: Fix XML typo and update CHANGES.
ASTERISK-24199
........
Merged revisions 424528 from http://svn.asterisk.org/svn/asterisk/branches/12
Modified:
branches/13/ (props changed)
branches/13/CHANGES
branches/13/res/res_pjsip.c
Propchange: branches/13/
------------------------------------------------------------------------------
Binary property 'branch-12-merged' - no diff available.
Modified: branches/13/CHANGES
URL: http://svnview.digium.com/svn/asterisk/branches/13/CHANGES?view=diff&rev=424529&r1=424528&r2=424529
==============================================================================
--- branches/13/CHANGES (original)
+++ branches/13/CHANGES Fri Oct 3 16:56:15 2014
@@ -205,6 +205,12 @@
------------------
* This module was deprecated and has been removed. Users of chan_jingle
should use chan_motif.
+
+chan_pjsip
+------------------
+ * Added the CLI command 'pjsip list ciphers' so a user can know what
+ OpenSSL names are available on their system for the pjsip.conf cipher
+ option.
chan_sip
------------------
Modified: branches/13/res/res_pjsip.c
URL: http://svnview.digium.com/svn/asterisk/branches/13/res/res_pjsip.c?view=diff&rev=424529&r1=424528&r2=424529
==============================================================================
--- branches/13/res/res_pjsip.c (original)
+++ branches/13/res/res_pjsip.c Fri Oct 3 16:56:15 2014
@@ -823,7 +823,7 @@
<synopsis>Preferred cryptography cipher names (TLS ONLY)</synopsis>
<description>
<para>Comma separated list of cipher names or numeric equivalents.
- Numeric quivalents can be either decimal or hexadecimal (0xX).
+ Numeric equivalents can be either decimal or hexadecimal (0xX).
</para>
<para>There are many cipher names. Use the CLI command
<literal>pjsip list ciphers</literal> to see a list of cipher
More information about the svn-commits
mailing list