mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 19:16:46 +00:00
res_pjsip: Fix XML typo and update CHANGES.
ASTERISK-24199 ........ Merged revisions 424528 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@424529 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
6
CHANGES
6
CHANGES
@@ -206,6 +206,12 @@ chan_jingle
|
|||||||
* This module was deprecated and has been removed. Users of chan_jingle
|
* This module was deprecated and has been removed. Users of chan_jingle
|
||||||
should use chan_motif.
|
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
|
chan_sip
|
||||||
------------------
|
------------------
|
||||||
* The SIPPEER dialplan function no longer supports using a colon as a
|
* The SIPPEER dialplan function no longer supports using a colon as a
|
||||||
|
@@ -823,7 +823,7 @@
|
|||||||
<synopsis>Preferred cryptography cipher names (TLS ONLY)</synopsis>
|
<synopsis>Preferred cryptography cipher names (TLS ONLY)</synopsis>
|
||||||
<description>
|
<description>
|
||||||
<para>Comma separated list of cipher names or numeric equivalents.
|
<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>
|
||||||
<para>There are many cipher names. Use the CLI command
|
<para>There are many cipher names. Use the CLI command
|
||||||
<literal>pjsip list ciphers</literal> to see a list of cipher
|
<literal>pjsip list ciphers</literal> to see a list of cipher
|
||||||
|
Reference in New Issue
Block a user