[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 11:04:36 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 11:04 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
======================================================================
----------------------------------------------------------------------
IgorG - 11-02-07 11:04
----------------------------------------------------------------------
Only at Tuesday, dialplan mostly the same:
exten => 334,1,Ringing()
exten => 334,n,Wait(5)
exten => 334,n,Answer()
exten => 334,n,Read(VAR)
exten => 334,n,SayDigits(${VAR})
With verbosity and debug set to 3 console output is empty. No warnings.
Sound files placed in new style.
Issue History
Date Modified Username Field Change
======================================================================
11-02-07 11:04 IgorG Note Added: 0072983
======================================================================
More information about the asterisk-bugs
mailing list