[Home]

Summary:ASTERISK-07037: [patch][post 1.4][incomplete] Initial patch for doing simple message flagging
Reporter:twisted (twisted)Labels:
Date Opened:2006-05-25 13:35:57Date Closed:2011-06-07 14:03:09
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_voicemail.flagging-patch.txt
Description:This patch is very basic, it allows for flagging of messages from the dialplan for URGENT, PRIORITY, and user defined by using variable VM_FLAG.  it will mark the message in the .txt file, as well as pass out the status to the externnotify app as the last argument.



****** ADDITIONAL INFORMATION ******

Still needs to be done:

Playback of message priority setting in message playback (needs function play_message_flag() and sound files, as well as ability to flag messages in play_record_review() and sounds).

Accounting for flagged messages in other sub-apps (perhaps in has_new_voicemail)

Showing number of flagged messages in voicemail summaries.

Fixing of extra whitespace when no flag set in notification emails.


This is here mainly as a starting point.  If someone wants to pick it up and run with it, no big deal, just let me know here, otherwise, I will continue to work on this in my free time (which is rare).
Comments:By: jmls (jmls) 2006-10-31 12:54:04.000-0600

does this patch have any updates to make it complete ?

By: jmls (jmls) 2006-11-25 01:59:26.000-0600

ping. housekeeping

By: twisted (twisted) 2006-11-27 12:47:11.000-0600

See bugnotes.  I don't have much time to work on this stuff anymore.  If someone wants to take off with it, feel free.

By: Clod Patry (junky) 2007-02-18 00:43:40.000-0600

hey twisted, got any spare time?
I wonder if there's any interest in that feature, since there was like no activity in this ticket.
Any volonteers?

By: James Rothenberger (jaroth) 2007-03-19 15:30:51

We are looking at similar functionality - I'll take a shot at completing this one.  I already did some initial work towards this goal anyway.

By: Jason Parker (jparker) 2007-04-04 13:23:54

Any updates here Jaroth?

By: James Rothenberger (jaroth) 2007-04-04 13:57:26

I started to consolidate the work that I had done with this code.  I am at a decision point as to the best way to mark an IMAP message as URGENT, since there really is no standard in IMAP for this flag.   I will be continuing work on this feature this week.

By: Michiel van Baak (mvanbaak) 2007-10-27 08:14:58

Jaroth: any updates/progress ?

By: James Rothenberger (jaroth) 2007-10-29 14:26:00

I've completed this work, and we are using it in a pilot environment currently.  I still need to create a patch that works with a recent trunk version.

By: James Rothenberger (jaroth) 2008-01-22 13:17:08.000-0600

Please see the following post for a patch for this feature.

http://bugs.digium.com/view.php?id=11817

By: Jason Parker (jparker) 2008-01-22 15:42:31.000-0600

Closing in favor of 11817