[Home]

Summary:ASTERISK-24709: [patch] msg_create_from_file used by MixMonitor m() option does not queue an MWI event
Reporter:Gareth Palmer (gareth)Labels:
Date Opened:2015-01-21 22:16:28.000-0600Date Closed:2015-01-22 08:25:31.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:11.15.0 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:( 0) app_voicemail-430919.patch
Description:{{msg_create_from_file}} (which is registered as {{ast_app_copy_recording_to_vm}}) provides the ability for external functions to deliver messages into a mailbox. An example use of this is the {{m()}} option for MixMonitor.

However, it does not call {{notify_new_state()}} when it delivers a message, so if the message is delivered into INBOX, the user will not receive an MWI notification of the unheard message.

Patch adds call to {{notify_new_state();}}
Comments:By: Matt Jordan (mjordan) 2015-01-22 08:17:53.047-0600

Thanks for the bug report and patch!

The fix looks correct to me.