Skip to content

Commit

Permalink
mwi: use bevent_ua_emit()
Browse files Browse the repository at this point in the history
  • Loading branch information
cspiel1 committed Aug 26, 2024
1 parent 0875070 commit 3982e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mwi/mwi.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ static void notify_handler(struct sip *sip, const struct sip_msg *msg,
struct mwi *mwi = arg;

if (mbuf_get_left(msg->mb)) {
ua_event(mwi->ua, UA_EVENT_MWI_NOTIFY, NULL, "%b",
bevent_ua_emit(UA_EVENT_MWI_NOTIFY, mwi->ua, "%b",
mbuf_buf(msg->mb), mbuf_get_left(msg->mb));
}

Expand Down

0 comments on commit 3982e76

Please sign in to comment.