mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +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:
@@ -405,7 +405,7 @@ struct sig_pri_mbox {
|
||||
* \brief MWI mailbox event subscription.
|
||||
* \note NULL if mailbox not configured.
|
||||
*/
|
||||
struct ast_event_sub *sub;
|
||||
struct stasis_subscription *sub;
|
||||
/*! \brief Mailbox number */
|
||||
const char *number;
|
||||
/*! \brief Mailbox context. */
|
||||
|
Reference in New Issue
Block a user