]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_voicemail: Add AMI event for mailbox PIN changes.
authorNaveen Albert <asterisk@phreaknet.org>
Mon, 30 Oct 2023 13:27:20 +0000 (09:27 -0400)
committerAsterisk Development Team <asteriskteam@digium.com>
Fri, 12 Jan 2024 18:29:19 +0000 (18:29 +0000)
commitb5eb5e19c37c0e41f52e356af10f5a256768ccf3
tree6eb9108c5fd6dc3674ec6c1038019e02fa822a59
parent3ded0c95fc845c97506c0bc7802474b29e1800f2
app_voicemail: Add AMI event for mailbox PIN changes.

This adds an AMI event that is emitted whenever a
mailbox password is successfully changed, allowing
AMI consumers to process these.

UserNote: The VoicemailPasswordChange event is
now emitted whenever a mailbox password is updated,
containing the mailbox information and the new
password.

Resolves: #398
(cherry picked from commit cf9d7fa9f6c696e56a208ff1fad0b6ba7fa32158)
apps/app_voicemail.c