[asterisk-bugs] [Asterisk 0011817]: [branch] [sound] Ability to mark a voicemail message as URGENT.

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Nov 18 16:56:26 CST 2010


The following issue has been set as RELATED TO issue 0018292. 
====================================================================== 
https://issues.asterisk.org/view.php?id=11817 
====================================================================== 
Reported By:                jaroth
Assigned To:                mmichelson
====================================================================== 
Project:                    Asterisk
Issue ID:                   11817
Category:                   Applications/NewFeature
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     closed
Asterisk Version:           SVN 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!):  
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2008-01-22 13:12 CST
Last Modified:              2010-11-18 16:56 CST
====================================================================== 
Summary:                    [branch] [sound] Ability to mark a voicemail message
as URGENT.
Description: 
This patch adds the ability to tag a voicemail as urgent.  It supports both
IMAP and file-based storage.  After recording a voicemail and pressing "#",
an additional option (4) is available to mark the message as urgent. 
Pressing the '4' key a second time turns the flag off.   In IMAP, the
message is marked as //FLAGGED, as well as the addition of an additional
email header "X-Asterisk-VM-Flag".  File-based storage uses an additional
attribute in the .txt file called "flag".  The subject line of notification
email will state that "you have an URGENT message" as well.  

In IMAP, when retrieving a message, all URGENT messages will be presented
first.  In file storage, urgent and new messages will be presented
together.  Because the URGENT flag is just that, and not a new directory,
urgent and new messages both appear in the INBOX.  

When accessing voicemail, the user will be prompted that they have X
urgent messages, Y new messages, and Z old messages.  The number of urgent
messages is also sent to extern_notify in case there needs to be special
handling of these messages outside of voicemail.

VMCOUNT will accept URGENT as a folder name to return the number of urgent
messages.

Some custom sound files were necessary and are included here for testing
purposes only.

The branch that contains this code is:

http://svn.digium.com/svn/asterisk/team/jrothenberger
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0018292 Removed resequencing of mailbox
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-11-18 16:56 tilghman       Relationship added       related to 0018292  
======================================================================




More information about the asterisk-bugs mailing list