[asterisk-bugs] [Asterisk 0011147]: SayDigits seems to be broken in current trunk
noreply at bugs.digium.com
noreply at bugs.digium.com
Fri Nov 2 10:53:38 CDT 2007
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=11147
======================================================================
Reported By: IgorG
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 11147
Category: Core/PBX
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 88166
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 11-02-2007 10:19 CDT
Last Modified: 11-02-2007 10:53 CDT
======================================================================
Summary: SayDigits seems to be broken in current trunk
Description:
Seems that problem is in function say_digit_str_full. When I try to debug
this issue I've commented check for file existance in this way:
if (fn /* && ast_fileexists(fn, NULL, NULL) > 0*/) {
...
}
Then all digits play normal. Seem that all functions with the same check:
say_phonetic_str_full
say_character_str_full
======================================================================
----------------------------------------------------------------------
putnopvut - 11-02-07 10:53
----------------------------------------------------------------------
I just tried the following with Asterisk trunk (revision 88212) and
everything worked fine.
exten => 124,1,Answer()
exten => 124,n,SayDigits(124)
exten => 124,n,Hangup()
When I called 124, I heard "1 2 4"
Could you upload console debug output along with the dialplan you used
when you experienced the failure? Thank you.
Issue History
Date Modified Username Field Change
======================================================================
11-02-07 10:53 putnopvut Note Added: 0072982
======================================================================
More information about the asterisk-bugs
mailing list