[Home]

Summary:ASTERISK-16745: [patch] New variable VMFILENAME with the name of the new record file
Reporter:Jesús Gumiel (jegumi)Labels:
Date Opened:2010-09-28 09:14:21Date Closed:2017-12-12 21:57:25.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail/NewFeature
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_voicemail.patch
Description:Creation of a new variable called VMFILENAME with the name of the new message recorded

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

It´s very useful to know the name of the current file created by the application voicemail
Comments:By: Elazar Broad (ebroad) 2010-09-29 11:54:16

Two things that I noticed:
1. You need to fix your diff, its removing your changes to app_voicemail, not adding them. Please checkout trunk(http://svn.digium.com/svn/asterisk/trunk), make the changes to app_voicemail and svn diff.
2. You may want to log the file name at debug level 2 or 3 as opposed to notice.

elazar

By: Corey Farrell (coreyfarrell) 2017-12-12 21:57:26.029-0600

It looks like someone else implemented this feature, the variable name is VM_MESSAGEFILE.