[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 Oct 18 01:40:47 CDT 2007
The following issue has been CLOSED
======================================================================
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: closed
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:
Resolution: unable to reproduce
Fixed in Version:
======================================================================
Date Submitted: 08-29-2007 14:39 CDT
Last Modified: 10-18-2007 01:40 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
======================================================================
----------------------------------------------------------------------
Corydon76 - 10-18-07 01:40
----------------------------------------------------------------------
Reopen if you can create a set of steps needed to reproduce this issue.
Issue History
Date Modified Username Field Change
======================================================================
10-18-07 01:40 Corydon76 Note Added: 0072218
10-18-07 01:40 Corydon76 Status feedback => closed
10-18-07 01:40 Corydon76 Resolution open => unable to
reproduce
======================================================================
More information about the asterisk-bugs
mailing list