mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-08 06:12:45 +00:00
Fix a problem that I had introduced into MWI handling. I had ignored
the mailbox context. Now, all related MWI event dealings pay attention to the context as well. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@78747 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -103,6 +103,12 @@ enum ast_event_ie_type {
|
||||
* this IE is a part of.
|
||||
*/
|
||||
AST_EVENT_IE_STATE = 0x08,
|
||||
/*!
|
||||
* \brief Context IE
|
||||
* Used by AST_EVENT_MWI
|
||||
* Payload type: str
|
||||
*/
|
||||
AST_EVENT_IE_CONTEXT = 0x09,
|
||||
};
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user