]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix VoicemailUserEntry event headers ServerEmail and MailCommand reported values.
authorRichard Mudgett <rmudgett@digium.com>
Fri, 7 Sep 2012 21:27:56 +0000 (21:27 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 7 Sep 2012 21:27:56 +0000 (21:27 +0000)
commit8e471b4991408fd92243ba33439d2a4a58a398e5
treeb351f6a00a90d09293c0ea2adadc03ed1f1a5701
parentd67ae97ac20fb472dbb79b377ae9e5c3a55eaa47
Fix VoicemailUserEntry event headers ServerEmail and MailCommand reported values.

The AMI action VoicemailUsersList VoicemailUserEntry event headers
ServerEmail and MailCommand did not report the global values if they were
not overridden.  The VoicemailUserEntry event header ServerEmail was not
populated with the global value if the voicemail user did not override it.
The VoicemailUserEntry event header MailCommand was never populated with a
value.

* Removed unused struct ast_vm_user member mailcmd[].

(closes issue AST-973)
Reported by: John Bigelow
Tested by: rmudgett
........

Merged revisions 372620 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 372621 from http://svn.asterisk.org/svn/asterisk/branches/10

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@372622 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_voicemail.c