]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove pointless update_mwi() in vm_list api command
authorDaniel Swarbrick <daniel@seventhsignal.de>
Thu, 4 Aug 2011 17:53:18 +0000 (19:53 +0200)
committerDaniel Swarbrick <daniel@seventhsignal.de>
Thu, 4 Aug 2011 17:53:18 +0000 (19:53 +0200)
src/mod/applications/mod_voicemail/mod_voicemail.c

index d896527d7d860a75b7b3da9419c93e2abb9e465d..1ce5ecccd1df7c2ea3b01cc7559e701647bf3f14 100644 (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");