]> 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:24:39 +0000 (21:24 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 7 Sep 2012 21:24:39 +0000 (21:24 +0000)
commit086e28ff5ececccdf1817f61e5a8ca21627ff51f
tree5125294412cd87a3ef01c6fd26e7822b4e0df7c7
parentea02b188ba2ad1ef15e48c2e3364caf35fd59087
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

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