mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-04 03:20:33 +00:00
Stasis: Update security events to use Stasis
Also moves ACL messages to the security topic and gets rid of the ACL topic (closes issue ASTERISK-21103) Reported by: Matt Jordan Review: https://reviewboard.asterisk.org/r/2496/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@388975 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -68,16 +68,6 @@ struct ast_sip_domain_alias {
|
||||
);
|
||||
};
|
||||
|
||||
/*!
|
||||
* \brief Types of supported transports
|
||||
*/
|
||||
enum ast_sip_transport_type {
|
||||
AST_SIP_TRANSPORT_UDP,
|
||||
AST_SIP_TRANSPORT_TCP,
|
||||
AST_SIP_TRANSPORT_TLS,
|
||||
/* XXX Websocket ? */
|
||||
};
|
||||
|
||||
/*! \brief Maximum number of ciphers supported for a TLS transport */
|
||||
#define SIP_TLS_MAX_CIPHERS 64
|
||||
|
||||
@@ -104,7 +94,7 @@ struct ast_sip_transport {
|
||||
AST_STRING_FIELD(domain);
|
||||
);
|
||||
/*! Type of transport */
|
||||
enum ast_sip_transport_type type;
|
||||
enum ast_transport type;
|
||||
/*! Address and port to bind to */
|
||||
pj_sockaddr host;
|
||||
/*! Number of simultaneous asynchronous operations */
|
||||
|
Reference in New Issue
Block a user