[Home]

Summary:ASTERISK-17429: [patch] Allows a user to dynamically forward a voicemail or to leave a voicemail to more that one mailbox
Reporter:mattdarnell (mattdarnell)Labels:patch
Date Opened:2011-02-17 19:12:07.000-0600Date Closed:
Priority:MinorRegression?No
Status:Open/NewComponents:Applications/app_voicemail
Versions:1.4.39 13.18.4 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 1.4-vm-diff.txt
( 1) app_voicemail.c
( 2) forward.diff
( 3) my_app_voicemail_patch.txt
( 4) new_app_voicemail.c
Description:With this patch a user when forward a voicemail, or leaving a voicemail, can select to send the message to more than one user.

The user would separate the different mailboxes with an "*"

i.e. "102*103*104" would go to mailboxes 102, 103 & 104.  If a greeting is played, it would be for mailbox 102.
Comments:By: Leif Madsen (lmadsen) 2011-02-18 13:53:04.000-0600

Changed to Needs License as the reporters license was rejected.

By: mattdarnell (mattdarnell) 2011-03-04 11:51:17.000-0600

License has been accepted, what is the next step?

By: mattdarnell (mattdarnell) 2011-03-12 13:49:52.000-0600

Uploaded a new version of app_voicemail.c

It does not seem like I have the ability to delete the old file, therefore I renamed the file.

By: Kirill Katsnelson (kkm) 2011-03-13 03:51:52

@mattdarnell: Please download patches in unidiff format (diff -u old new). The default format cannot be reliably applied, as they lack context, and uploading a complete .c file is useless as there are multiple branches of asterisk, and it would be impossible to merge changes.

By: Leif Madsen (lmadsen) 2011-05-17 07:43:09

Changed to feedback as the reporters license has been accepted, but a unified diff must be submitted to move this issue forward.

After making changes to your local repo, just do:

svn diff > /tmp/my_app_voicemail_patch.txt

Then attach that text file here.

By: mattdarnell (mattdarnell) 2011-05-17 22:46:03

Thank you, I will do that tomorrow night and post the text file.

By: mattdarnell (mattdarnell) 2011-05-17 23:32:37

Aloha,

Uploaded the result from an svn diff.

Please let me know if there is anything else I can do.....willing to paypal some $$$'s if more is needed.

-Matt

By: mattdarnell (mattdarnell) 2011-05-18 23:45:56

Aloha,

The first diff I uploaded was against 1.8.  I just uploaded a diff against 1.4.

It is really cool functionality!

-Matt