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:
Russell Bryant
2007-08-09 17:07:36 +00:00
parent eb649f932b
commit 9d1acad76b
6 changed files with 79 additions and 13 deletions

View File

@@ -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,
};
/*!