[Home]

Summary:ASTERISK-26560: sounds: en_GB core and extra sounds anomalies.
Reporter:Jonathan Harris (lardconcepts)Labels:
Date Opened:2016-11-06 10:38:42.000-0600Date Closed:
Priority:MinorRegression?No
Status:Open/NewComponents:Sounds
Versions:14.1.1 Frequency of
Occurrence
Related
Issues:
is related toASTERISK-26598 Saynumber is trying to get "and" from "digits/" subfolder
Environment:Attachments:( 0) hadir.txt
( 1) wxdir.txt
Description:For the en_GB folders dated 19-Jan-2016 I have noticed the following:

In asterisk-extra-sounds-en_GB-xxx-current there numbers 1 to 10, which are silence. These are duplicates of asterisk-core-sounds-en_GB-xxx-current silence/

Also, in asterisk-extra-sounds-LANG-xxx-current, the weather and home automation is broken out into wx and ha folders, but although the en_GB folders contain the sound files, there are in the main folder.

I will attached two text files listing the files which are in the seperate folders for other languages' extra sound files.


 
Comments:By: Asterisk Team (asteriskteam) 2016-11-06 10:38:42.451-0600

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].

By: Jonathan Harris (lardconcepts) 2016-11-06 10:41:37.410-0600

Lists of files which are broken out into ha and wx directories in other languages extra sounds files, but NOT in en_GB

By: Rusty Newton (rnewton) 2016-11-10 08:20:38.060-0600

The extra packages are not held to any requirement to match the core or English packages, so they will differ. Only the core packages are all required to match closely in format.

Though, this should be easy enough to fix, so I'll open it up and we'll try to get to it in the next sounds release.

By: Jonathan Harris (lardconcepts) 2016-11-10 08:41:55.341-0600

Thanks Rusty - appreciated by some in the future, I'm sure! Is there anything I need to do or add?

By: Rusty Newton (rnewton) 2016-11-10 13:06:11.441-0600

Nah it looks clear. If we run into any questions when we look into it we'll contact you on this ticket.

By: Jonathan Harris (lardconcepts) 2016-11-14 04:05:40.926-0600

Hi @Rusty  - 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. So not sure how to file this, or will this comment do?

{code}
[saynumbertest]
exten => s,1,Answer()
   same => n,SayNumber(123)
   same => n,Hangup()
{code}

results in "one hundred twenty three" and ...

{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}

By: Rusty Newton (rnewton) 2016-11-14 14:13:20.266-0600

{noformat}
same => n,SayNumber(123)
{noformat}

That doesn't look like it should be trying to play "and" at all..

Can you file a separate issue for that?

By: Jonathan Harris (lardconcepts) 2016-11-15 02:47:36.700-0600

Done - ASTERISK-26598 (Couldn't find saynumber under dropdown, so filed it under general)

"And" should definitely be there - you wouldn't say "one hundred twenty three" :)

By: Rusty Newton (rnewton) 2016-11-15 11:27:40.459-0600

I would :D , but then again I'm from Alabama so my grammar is highly suspect. :)

Thanks for filing that other issue.