[Home]

Summary:ASTERISK-15410: [regression] Voicemail message not recording when voicemail.conf format=wav|gsm|wav49
Reporter:Joel Goldwein (goldwein)Labels:
Date Opened:2010-01-06 14:51:04.000-0600Date Closed:2010-02-05 12:52:40.000-0600
Priority:MajorRegression?Yes
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:When voicemail.conf contains the line:

 format=wav|gsm|wav49

and a call is received that goes to voicemail, the call proceeds directly from
the "beep" at the end of the VM INTRO prompt to the end of the VM recording prompt without allowing a message to be recorded.

At the same time, the following warning is generated:

 [Date...] WARNING[7540] file.c: No such format 'wa'
 [Date...] WARNING[7540] app.c: Error creating writestream
   '/var/spool/asterisk/voicemail/default/20/tmp/FT66OF', format 'wa'
 [Date...] WARNING[7540] file.c: Failed to write frame

If the changes made to voicemail.c in 231614 are reverted, voicemail operates properly.
Comments:By: Digium Subversion (svnbot) 2010-01-08 13:20:44.000-0600

Repository: asterisk
Revision: 238629

U   branches/1.4/main/file.c

------------------------------------------------------------------------
r238629 | mnicholson | 2010-01-08 13:20:44 -0600 (Fri, 08 Jan 2010) | 5 lines

Properly calculate the remaining space in the output string when reducing format strings.

(closes issue ASTERISK-15410)
Reported by: goldwein

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=238629

By: Digium Subversion (svnbot) 2010-01-08 13:32:12.000-0600

Repository: asterisk
Revision: 238630

_U  trunk/
U   trunk/main/file.c

------------------------------------------------------------------------
r238630 | mnicholson | 2010-01-08 13:32:11 -0600 (Fri, 08 Jan 2010) | 12 lines

Merged revisions 238629 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
 r238629 | mnicholson | 2010-01-08 13:20:44 -0600 (Fri, 08 Jan 2010) | 5 lines
 
 Properly calculate the remaining space in the output string when reducing format strings.
 
 (closes issue ASTERISK-15410)
 Reported by: goldwein
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=238630

By: Digium Subversion (svnbot) 2010-01-08 13:33:53.000-0600

Repository: asterisk
Revision: 238631

_U  branches/1.6.1/
U   branches/1.6.1/main/file.c

------------------------------------------------------------------------
r238631 | mnicholson | 2010-01-08 13:33:53 -0600 (Fri, 08 Jan 2010) | 19 lines

Merged revisions 238630 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
 r238630 | mnicholson | 2010-01-08 13:32:11 -0600 (Fri, 08 Jan 2010) | 12 lines
 
 Merged revisions 238629 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.4
 
 ........
   r238629 | mnicholson | 2010-01-08 13:20:44 -0600 (Fri, 08 Jan 2010) | 5 lines
   
   Properly calculate the remaining space in the output string when reducing format strings.
   
   (closes issue ASTERISK-15410)
   Reported by: goldwein
 ........
................

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=238631

By: Digium Subversion (svnbot) 2010-01-08 13:33:57.000-0600

Repository: asterisk
Revision: 238632

_U  branches/1.6.2/
U   branches/1.6.2/main/file.c

------------------------------------------------------------------------
r238632 | mnicholson | 2010-01-08 13:33:57 -0600 (Fri, 08 Jan 2010) | 19 lines

Merged revisions 238630 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
 r238630 | mnicholson | 2010-01-08 13:32:11 -0600 (Fri, 08 Jan 2010) | 12 lines
 
 Merged revisions 238629 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.4
 
 ........
   r238629 | mnicholson | 2010-01-08 13:20:44 -0600 (Fri, 08 Jan 2010) | 5 lines
   
   Properly calculate the remaining space in the output string when reducing format strings.
   
   (closes issue ASTERISK-15410)
   Reported by: goldwein
 ........
................

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=238632

By: Digium Subversion (svnbot) 2010-01-08 13:34:05.000-0600

Repository: asterisk
Revision: 238633

_U  branches/1.6.0/
U   branches/1.6.0/main/file.c

------------------------------------------------------------------------
r238633 | mnicholson | 2010-01-08 13:34:04 -0600 (Fri, 08 Jan 2010) | 19 lines

Merged revisions 238630 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
 r238630 | mnicholson | 2010-01-08 13:32:11 -0600 (Fri, 08 Jan 2010) | 12 lines
 
 Merged revisions 238629 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.4
 
 ........
   r238629 | mnicholson | 2010-01-08 13:20:44 -0600 (Fri, 08 Jan 2010) | 5 lines
   
   Properly calculate the remaining space in the output string when reducing format strings.
   
   (closes issue ASTERISK-15410)
   Reported by: goldwein
 ........
................

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=238633

By: Digium Subversion (svnbot) 2010-01-08 15:04:51.000-0600

Repository: asterisk
Revision: 238716

A   trunk/tests/test_ast_format_str_reduce.c

------------------------------------------------------------------------
r238716 | mnicholson | 2010-01-08 15:04:51 -0600 (Fri, 08 Jan 2010) | 4 lines

Added a test for ast_format_reduce_str().

(related to issue ASTERISK-15410)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=238716