From: Brian West Date: Tue, 12 Feb 2013 23:03:00 +0000 (-0600) Subject: sigh X-Git-Tag: v1.3.13~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=090cdaa9d32bf802052cd8b12b13c80c9d7af31f;p=thirdparty%2Ffreeswitch.git sigh --- diff --git a/src/mod/applications/mod_voicemail/mod_voicemail.c b/src/mod/applications/mod_voicemail/mod_voicemail.c index cc8934586e..6682cf5eec 100644 --- a/src/mod/applications/mod_voicemail/mod_voicemail.c +++ b/src/mod/applications/mod_voicemail/mod_voicemail.c @@ -1867,9 +1867,11 @@ static void update_mwi(vm_profile_t *profile, const char *id, const char *domain switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "MWI-Messages-Waiting", yn); switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "MWI-Update-Reason", update_reason); 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_add_header(event, SWITCH_STACK_BOTTOM, "MWI-Voice-Message", "%d/%d", total_new_messages, total_saved_messages); switch_event_fire(&event);