]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Add new object for VoicemailUserEntry
authorSungtae Kim <pchero21@gmail.com>
Mon, 4 Dec 2017 09:40:18 +0000 (10:40 +0100)
committersungtae kim <pchero21@gmail.com>
Mon, 4 Dec 2017 18:24:22 +0000 (12:24 -0600)
commite7201c93ccadbf163ff1b9e51786f550f3ded89b
tree941304c025fa9e6ccb0e847711f7bce2d98e1bc8
parentc80595a852cd9073b724adfd7eea95ddcc78f887
Add new object for VoicemailUserEntry

Currently, when the app_voicemail sending VoicemailUserEntry AMI event, there's
no OldMessageCount info for default.
To check the OldMessageCount info, it required IMAP_STORAGE define, but this is
not correct.
Added OldMessageCount item as a default.

ASTERISK-27456

Change-Id: I5c71521c2d1daf8b7b161e31c34d28cca6aea4c7
apps/app_voicemail.c