From: Daniel Swarbrick Date: Thu, 4 Aug 2011 17:53:18 +0000 (+0200) Subject: remove pointless update_mwi() in vm_list api command X-Git-Tag: v1.2-rc1~51^2~289^2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b952b2b2d9111ae963067f20a667c472c4d77aea;p=thirdparty%2Ffreeswitch.git remove pointless update_mwi() in vm_list api command --- diff --git a/src/mod/applications/mod_voicemail/mod_voicemail.c b/src/mod/applications/mod_voicemail/mod_voicemail.c index d896527d7d..1ce5ecccd1 100644 --- a/src/mod/applications/mod_voicemail/mod_voicemail.c +++ b/src/mod/applications/mod_voicemail/mod_voicemail.c @@ -4390,7 +4390,6 @@ SWITCH_STANDARD_API(voicemail_list_api_function) vm_execute_sql_callback(profile, profile->mutex, sql, api_list_callback, stream); switch_safe_free(sql); - update_mwi(profile, id, domain, "inbox"); if (!strcasecmp(format, "xml")) { stream->write_function(stream, "\n");