[asterisk-bugs] [JIRA] (ASTERISK-22598) hard-wired sounds in app_meetme: enter and leave
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Thu Sep 26 16:55:03 CDT 2013
Rusty Newton created ASTERISK-22598:
---------------------------------------
Summary: hard-wired sounds in app_meetme: enter and leave
Key: ASTERISK-22598
URL: https://issues.asterisk.org/jira/browse/ASTERISK-22598
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Applications/app_meetme
Reporter: Tzafrir Cohen
app_meetme uses two hard_wired arrays from apps/enter.h and apps/leave.h . Those seem to be used solely in conf_play where the sounds are ENTER or LEAVE.
Problems with this:
1. The sounds will not get translated. Even if the user set the language and has a full set of sounds, "enter" and "leave" are still be played in English.
2. The header files are not the preferred form of modification. If we actually decide to keep them, please include the original sources (enter.slin, leave.slin) or a script that allows recreating them from the header file.
(2) is the reason I set the severity to "major", as we have two files with no sources.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list