remove pointless update_mwi() in vm_list api command

This commit is contained in:
Daniel Swarbrick 2011-08-04 19:53:18 +02:00
parent dee0f54026
commit b952b2b2d9
1 changed files with 0 additions and 1 deletions

View File

@ -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, "</voicemail>\n");