]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Patch to play correct sound file when a voicemail's urgent status is removed
authorRusty Newton <rnewton@digium.com>
Thu, 15 Nov 2012 01:50:54 +0000 (01:50 +0000)
committerRusty Newton <rnewton@digium.com>
Thu, 15 Nov 2012 01:50:54 +0000 (01:50 +0000)
commit45490315bc57d2f956cf82be132c8a212f3cd465
tree0064b187c6dd66e8a3a735023ef8e531d1396aa4
parent4404e54734cae9b78643a1929d86deac8950d315
Patch to play correct sound file when a voicemail's urgent status is removed

We were attempting to play "vm-urgent-removed", which didn't exist. Now we play "vm-marked-nonurgent" which exists
and is the correct sound file. Previous behavior was silence and a warning on the CLI.

(issue ASTERISK-20280)
(closes issue ASTERISK-20280)
Reported by: Tomo Takebe
Tested by: Rusty Newton
Patches:
    asterisk20280.patch uploaded by Rusty Newton (license 5829)
........

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

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