[asterisk-bugs] [Asterisk 0010596]: SayNumber(0) doesnt work if format_gsm.so isnt loaded

noreply at bugs.digium.com noreply at bugs.digium.com
Thu Aug 30 11:37:12 CDT 2007


The following issue requires your FEEDBACK. 
====================================================================== 
http://bugs.digium.com/view.php?id=10596 
====================================================================== 
Reported By:                junky
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   10596
Category:                   General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     feedback
Asterisk Version:            SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 81355 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             08-29-2007 14:39 CDT
Last Modified:              08-30-2007 11:37 CDT
====================================================================== 
Summary:                    SayNumber(0) doesnt work if format_gsm.so isnt
loaded
Description: 
Since, some of my servers are using only format_ulaw.so, I noticed we
couldnt use SayNumber(0) and SAY NUMBER 0 (AGI).

if format_gsm.so is loaded:
    -- Executing [82 at unlimitel-inbound:3] SayNumber("SIP/10-b6135800",
"0") in new stack
    -- <SIP/10-b6135800> Playing 'digits/0.ulaw' (language 'fr')
    -- Auto fallthrough, channel 'SIP/10-b6135800' status is 'UNKNOWN'


if format_gsm.so isnt loaded:
    -- Executing [82 at unlimitel-inbound:3] SayNumber("SIP/10-b6135800",
"0") in new stack
    -- Auto fallthrough, channel 'SIP/10-b6135800' status is 'UNKNOWN'


On another machine:
    -- Executing [82 at from-sip:2] SayNumber("SIP/10-082188c8", "100") in
new stack
[Aug 29 15:47:13] WARNING[20830]: file.c:552 ast_openstream_full: File
digits/1 does not exist in any format




[Aug 29 15:47:13] WARNING[20830]: file.c:802 ast_streamfile: Unable to
open digits/1 (format 0x4 (ulaw)): No such file or directory
[Aug 29 15:47:13] WARNING[20830]: file.c:552 ast_openstream_full: File
digits/hundred does not exist in any format
[Aug 29 15:47:13] WARNING[20830]: file.c:802 ast_streamfile: Unable to
open digits/hundred (format 0x4 (ulaw)): No such file or directory
    -- Executing [82 at from-sip:3] SayNumber("SIP/10-082188c8", "0") in new
stack
   -- Auto fallthrough, channel 'SIP/10-082188c8' status is 'UNKNOWN'


Like we can see, the SayNumber isnt trying to locate the 0.format
====================================================================== 

---------------------------------------------------------------------- 
 file - 08-30-07 11:37  
---------------------------------------------------------------------- 
I too was unable to reproduce this issue, as long as I made sure the ulaw
sounds were installed. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
08-30-07 11:37  file           Note Added: 0069719                          
08-30-07 11:37  file           Status                   new => feedback     
======================================================================




More information about the asterisk-bugs mailing list