From 71a41a28b1e56af631e357bca8d816a1dac84000 Mon Sep 17 00:00:00 2001 From: mmichelson Date: Fri, 9 May 2008 21:22:42 +0000 Subject: Adding support for "urgent" voicemail messages. Messages which are marked "urgent" are considered to be higher priority than other messages and so they will be played before any other messages in a user's mailbox. There are two ways to leave an urgent message. 1. send the 'U' option to VoiceMail(). 2. Set review=yes in voicemail.conf. This will give instructions for a caller to mark a message as urgent after the message has been recorded. I have tested that this works correctly with file and ODBC storage, and James Rothenberger (who wrote initial support for this feature) has tested its use with IMAP storage. (closes issue #11817) Reported by: jaroth Based on branch http://svn.digium.com/svn/asterisk/team/jrothenberger/asterisk-urgent Tested by: putnopvut, jaroth git-svn-id: http://svn.digium.com/svn/asterisk/trunk@115588 f38db490-d61c-443f-a65b-d21fe96a405b --- UPGRADE.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'UPGRADE.txt') diff --git a/UPGRADE.txt b/UPGRADE.txt index db47a262c..415150178 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -74,6 +74,8 @@ Voicemail: checking mailboxes for changes so that they can send MWI information to users. Examples of situations that would require this option are web interfaces to voicemail or an email client in the case of using IMAP storage. +* The externnotify script should accept an additional (last) parameter + containing the string "URGENT" if there are new urgent messages in the INBOX. Applications: -- cgit v1.2.3