aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-09 17:07:36 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-09 17:07:36 +0000
commit5448fa9f9e72c6bf08162480e39edb11e2754a9e (patch)
tree39e19a7ab54bc20ed756d9df396b5c0916c5c1ff /include
parent91b102ecadbbae7ee2635727fb8eb61ce274a5dc (diff)
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: http://svn.digium.com/svn/asterisk/trunk@78747 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/event_defs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asterisk/event_defs.h b/include/asterisk/event_defs.h
index 2627bae8d..9aadaebf6 100644
--- a/include/asterisk/event_defs.h
+++ b/include/asterisk/event_defs.h
@@ -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,
};
/*!