[asterisk-bugs] [Asterisk 0013664]: deleting and moving voicemessages around

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Oct 10 09:05:08 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=13664 
====================================================================== 
Reported By:                fmueller
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   13664
Category:                   Applications/app_voicemail
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           1.4.22 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             2008-10-10 08:31 CDT
Last Modified:              2008-10-10 09:05 CDT
====================================================================== 
Summary:                    deleting and moving voicemessages around
Description: 
I use this call for dialing into the system:
VoicemailMain(${CALLERID(num)}@default|sa(1))

First I have this situation

root at mobil-1:/var/spool/asterisk/voicemail/default/222/Old# ls
msg0000.txt  msg0000.wav
root at mobil-1:/var/spool/asterisk/voicemail/default/222/Old# 

After the message has been played back I press 9 to save the message. Then
I press 1 to save the message in the directory "old messages". Then I have
this situation:

root at mobil-1:/var/spool/asterisk/voicemail/default/222/Old# ls
msg0000.txt  msg0000.wav  msg0001.txt  msg0001.wav
root at mobil-1:/var/spool/asterisk/voicemail/default/222/Old# 

Then I press 7 to delete the message and leave the system by pressing #.
Then I have this situation again:

root at mobil-1:/var/spool/asterisk/voicemail/default/222/Old# ls
msg0000.txt  msg0000.wav  msg0001.txt  msg0001.wav
root at mobil-1:/var/spool/asterisk/voicemail/default/222/Old# 

Obviously no message has been deleted. Now something interessting: I
repeat every single step above with the only exception that I do press 7 to
delete the message. Then I have this situation:

root at mobil-1:/var/spool/asterisk/voicemail/default/222/Old# ls
msg0000.txt  msg0000.wav
root at mobil-1:/var/spool/asterisk/voicemail/default/222/Old# 

In this case the message is deleted. Is everything of these things the
expected behaviour?

Something similar happens when I save the message in INBOX: I have one
"Old" message, save it in INBOX, leave the menu by pressing # and see, that
the message was deleted from the folder "Old". So actually the message has
been moved. But all prompts related to this say "save". They probably
should say "move" if Asterisk´s behaviour is correct.
====================================================================== 

---------------------------------------------------------------------- 
 (0093468) Corydon76 (administrator) - 2008-10-10 09:05
 http://bugs.digium.com/view.php?id=13664#c93468 
---------------------------------------------------------------------- 
For convenience, we use the word "save" when it's really implemented as a
copy and a delete.  So when you press 7 to delete the message, it's already
been copied to the Old folder and marked for deletion in the INBOX folder. 
If you wanted to delete the message in the Old folder, you'd need to press
2 to change folders to the Old folder, then delete the corresponding
message. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-10-10 09:05 Corydon76      Note Added: 0093468                          
======================================================================




More information about the asterisk-bugs mailing list