diff --git a/src/mod/applications/mod_voicemail/mod_voicemail.c b/src/mod/applications/mod_voicemail/mod_voicemail.c index fd1d5856bc..544defe966 100644 --- a/src/mod/applications/mod_voicemail/mod_voicemail.c +++ b/src/mod/applications/mod_voicemail/mod_voicemail.c @@ -1829,6 +1829,8 @@ static void update_mwi(vm_profile_t *profile, const char *id, const char *domain switch_event_add_header(event, SWITCH_STACK_BOTTOM, "MWI-Message-Account", "%s@%s", id, domain_name); switch_event_add_header(event, SWITCH_STACK_BOTTOM, "MWI-Voice-Message", "%d/%d (%d/%d)", total_new_messages, total_saved_messages, total_new_urgent_messages, total_saved_urgent_messages); + switch_event_add_header(event, SWITCH_STACK_BOTTOM, "Cisco-MWI-Voice-Message", "%d/%d", total_new_messages, total_saved_messages); + switch_event_fire(&event);