app_voicemail: Remove MessageExists and MESSAGE_EXISTS()

* The MailboxExists dialplan application was deprecated on 2006-09-26
  in Asterisk 1.6.0 (commit ec83b11183)

* The MAILBOX_EXISTS dialplan function was deprecated on 2011-12-06 in
  Asterisk 11.0.0 (commit fd64bb66f9)

Change-Id: I71cfc9d7b9217a37b802f4cc6ef2d57900b7398f
This commit is contained in:
Sean Bright
2020-01-16 16:29:25 -05:00
parent 4255277ffd
commit f09cf4da44
2 changed files with 16 additions and 141 deletions

View File

@@ -0,0 +1,7 @@
Subject: app_voicemail
Master-Only: True
The MessageExists dialplan application and the MESSAGE_EXISTS dialplan
function were removed. The were deprecated in Asterisk 1.6.0 and
Asterisk 11.0.0 respectively. The VM_INFO() dialplan function is the
supported mechanism to query the status of a given mailbox.