mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-09 06:28:14 +00:00
chan_sip: Add TLS and SRTP status to CLI command 'sip show channel'
ASTERISK-23564 #close Reported by: Patrick Laimbock Review: https://reviewboard.asterisk.org/r/3474/ ........ Merged revisions 413876 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 413877 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@413878 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -566,6 +566,17 @@ int ast_sockaddr_is_any(const struct ast_sockaddr *addr);
|
||||
*/
|
||||
int ast_sockaddr_hash(const struct ast_sockaddr *addr);
|
||||
|
||||
/*!
|
||||
* \since 12.3
|
||||
*
|
||||
* \brief
|
||||
* Returns a string representation of an ast_transport
|
||||
*
|
||||
* \retval Name of the tranpsort if it is defined
|
||||
* \retval Undefined if the transport is undefined
|
||||
*/
|
||||
const char *ast_transport2str(enum ast_transport transport);
|
||||
|
||||
/*!
|
||||
* \since 1.8
|
||||
*
|
||||
|
Reference in New Issue
Block a user