mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
Transition MWI to Stasis-core
Remove MWI's dependency on the event system by moving it to Stasis-core. This also introduces forwarding topic pools in Stasis-core which aggregate many dynamically allocated topics into a single primary topic. Review: https://reviewboard.asterisk.org/r/2368/ (closes issue ASTERISK-21097) Patch-by: Kinsey Moore git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@383284 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1262,7 +1262,7 @@ struct sip_pkt {
|
||||
*/
|
||||
struct sip_mailbox {
|
||||
/*! Associated MWI subscription */
|
||||
struct ast_event_sub *event_sub;
|
||||
struct stasis_subscription *event_sub;
|
||||
AST_LIST_ENTRY(sip_mailbox) entry;
|
||||
unsigned int delme:1;
|
||||
char *context;
|
||||
|
Reference in New Issue
Block a user