mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Convert MWI state message type to the new stasis naming convention
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@384219 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3518,7 +3518,7 @@ static void mwi_event_cb(void *userdata, struct stasis_subscription *sub, struct
|
||||
return;
|
||||
}
|
||||
|
||||
if (msg && stasis_mwi_state_message() == stasis_message_type(msg)) {
|
||||
if (msg && stasis_mwi_state_type() == stasis_message_type(msg)) {
|
||||
struct stasis_mwi_state *mwi_state = stasis_message_data(msg);
|
||||
l->newmsgs = mwi_state->new_msgs;
|
||||
}
|
||||
|
Reference in New Issue
Block a user