mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-08 06:12:45 +00:00
Merged revisions 282269 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r282269 | dvossel | 2010-08-13 15:03:56 -0500 (Fri, 13 Aug 2010) | 4 lines res_stun_monitor for monitoring network changes behind a NAT device Review: https://reviewboard.asterisk.org/r/854 ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@282270 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -52,8 +52,10 @@ enum ast_event_type {
|
||||
AST_EVENT_CEL = 0x07,
|
||||
/*! A report of a security related event (see security_events.h) */
|
||||
AST_EVENT_SECURITY = 0x08,
|
||||
/*! Used by res_stun_monitor to alert listeners to an exernal network address change. */
|
||||
AST_EVENT_NETWORK_CHANGE = 0x09,
|
||||
/*! Number of event types. This should be the last event type + 1 */
|
||||
AST_EVENT_TOTAL = 0x09,
|
||||
AST_EVENT_TOTAL = 0x0a,
|
||||
};
|
||||
|
||||
/*! \brief Event Information Element types */
|
||||
|
Reference in New Issue
Block a user