[asterisk-bugs] [JIRA] (ASTERISK-26598) Saynumber is trying to get "and" from "digits/" subfolder
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Tue Nov 15 02:47:10 CST 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-26598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=233723#comment-233723 ]
Asterisk Team commented on ASTERISK-26598:
------------------------------------------
Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.
A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.
Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].
> Saynumber is trying to get "and" from "digits/" subfolder
> ---------------------------------------------------------
>
> Key: ASTERISK-26598
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26598
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Core/General
> Affects Versions: 14.1.0
> Environment: Ubuntu 16.10 (GNU/Linux 4.8.0-27-generic x86_64)
> Reporter: Jonathan Harris
> Severity: Minor
>
> I notice that "and" is missing from digits for (at least) en, en_GB, fr languages (these are all I checked).
> Either that, or Saynumber should be picking "and" from root sound directory where "and" lives.
> {code}
> [saynumbertest]
> exten => s,1,Answer()
> same => n,SayNumber(123)
> same => n,Hangup()
> {code}
> results in "one hundred twenty three", rather than the correct ""one hundred AND twenty three", and the following error:
> {code}
> [Nov 14 10:00:54] WARNING[11209][C-00000046]: file.c:774 ast_openstream_full: File digits/and does not exist in any format
> [Nov 14 10:00:54] WARNING[11209][C-00000046]: file.c:1110 ast_streamfile: Unable to open digits/and (format (alaw)): No such file or directory
> {code}
> (Can't find saynumber under dropdown so filing under general)
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list