[Home]

Summary:ASTERISK-22568: hard-wired sounds in app_meetme: enter and leave
Reporter:Tzafrir Cohen (tzafrir)Labels:
Date Opened:2013-09-21 07:20:08Date Closed:
Priority:MajorRegression?
Status:Open/NewComponents:Applications/app_meetme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description: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.
Comments: