|
|
|
@ -3355,6 +3355,9 @@ int ast_delete_mwi_state_full(const char *mailbox, const char *context, struct a
|
|
|
|
|
if (clear_msg) {
|
|
|
|
|
stasis_publish(mailbox_specific_topic, clear_msg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
stasis_topic_pool_delete_topic(mwi_topic_pool, stasis_topic_name(mailbox_specific_topic));
|
|
|
|
|
|
|
|
|
|
ao2_cleanup(clear_msg);
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|