[Home]

Summary:ASTERISK-06995: pressing 0 in call and waiting causes messagexxx.txt file to be left behind.
Reporter:gblades (gblades)Labels:
Date Opened:2006-05-18 08:14:09Date Closed:2006-05-18 09:07:53
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When a user leaves a voicemail but presses '0' for operator and then does not respond you hear "deleted" and then the call gets hung up. However the msgxxxx.txt file gets left behind which causes the voicemail program to exit when you try to listen to it.

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

Using a X100P card. User calls and goes to voicemail and a voicemail starts to be recorded.
-rwx------    1 root     root         3069 May 18 13:58 msg0001.gsm
-rw-r--r--    1 root     root            0 May 18 13:58 msg0001.txt.tmp
-rwx------    1 root     root        29804 May 18 13:58 msg0001.wav
-rwx------    1 root     root         3050 May 18 13:58 msg0001.WAV
Press '0' and wait for "deleted" and call to be hung up.
-rw-r--r--    1 root     root          209 May 18 13:59 msg0001.txt

msg0001.txt contents:-
;
; Message Information file
;
[message]
origmailbox=100
context=did
macrocontext=
exten=s
priority=2
callerchan=Zap/1-1
callerid=Unknown
origdate=Thu May 18 01:58:58 PM BST 2006
origtime=1147957138
category=
Comments:By: Serge Vecher (serge-v) 2006-05-18 09:07:21

dblades: this problem was just fixed in 1.2 branch by a fix in bug ASTERISK-6940. The fix will be in the upcoming 1.2.8 release, but if you need immediate resolution, please checkout the latest 1.2 branch code (rev > 27700). Thanks.