Skip to content
Snippets Groups Projects
  • Naveen Albert's avatar
    b9c031c1
    app_voicemail: Fix missing email in msg_create_from_file. · b9c031c1
    Naveen Albert authored
    msg_create_from_file currently does not dispatch emails,
    which means that applications using this function, such
    as MixMonitor, will not trigger notifications to users
    (only AMI events are sent our currently). This is inconsistent
    with other ways users can receive voicemail.
    
    This is fixed by adding an option that attempts to send
    an email and falling back to just the notifications as
    done now if that fails. The existing behavior remains
    the default.
    
    ASTERISK-30283 #close
    
    Change-Id: I597cbb9cf971a18d8776172b26ab187dc096a5c7
    b9c031c1
    History
    app_voicemail: Fix missing email in msg_create_from_file.
    Naveen Albert authored
    msg_create_from_file currently does not dispatch emails,
    which means that applications using this function, such
    as MixMonitor, will not trigger notifications to users
    (only AMI events are sent our currently). This is inconsistent
    with other ways users can receive voicemail.
    
    This is fixed by adding an option that attempts to send
    an email and falling back to just the notifications as
    done now if that fails. The existing behavior remains
    the default.
    
    ASTERISK-30283 #close
    
    Change-Id: I597cbb9cf971a18d8776172b26ab187dc096a5c7
app_voicemail.c 524.22 KiB