]> 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:23:15 +0000 (21:23 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 7 Sep 2012 21:23:15 +0000 (21:23 +0000)
commit4e5b787aa48b1accc9a9046f8a420c5580a1dca6
treef29eac0df2deb731c3631a0165e212c9779e7392
parent2557db03211fcec0c56f59c0cd55638c0c5e7340
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

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