From 3856b3142d548beef995eead271b2bf914bfa537 Mon Sep 17 00:00:00 2001 From: Rusty Newton Date: Fri, 18 Apr 2014 17:16:14 +0000 Subject: [PATCH] sounds: Fix Sounds Makefile and XML that didn't support new sound prompt sets In sounds/Makefile 1 Adds and moves some lines necessary for the en_GB core set. I'm just following how the other sets are defined here. 2 removes the ES extra sounds related lines as we don't have ES extra sound sets. In sounds/sounds.xml 3 Adds member definitons for EN_AU, EN_GB, IT for core sound sets, and EN_GB in extra sound sets ASTERISK-23550 #close Review: https://reviewboard.asterisk.org/r/3464/ ........ Merged revisions 412586 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@412587 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- sounds/Makefile | 6 +-- sounds/sounds.xml | 117 +++++++++++++++++++++++++++++++++++++++------- 2 files changed, 101 insertions(+), 22 deletions(-) diff --git a/sounds/Makefile b/sounds/Makefile index de60ef2f4f..87b356f430 100644 --- a/sounds/Makefile +++ b/sounds/Makefile @@ -42,8 +42,8 @@ MCS:=$(subst -SIREN14,-siren14,$(MCS)) CORE_SOUNDS:=$(MCS:CORE-SOUNDS-%=asterisk-core-sounds-%-$(CORE_SOUNDS_VERSION).tar.gz) CORE_SOUND_TAGS:=$(MCS:CORE-SOUNDS-%=.asterisk-core-sounds-%-$(CORE_SOUNDS_VERSION)) MES:=$(subst -EN-,-en-,$(MENUSELECT_EXTRA_SOUNDS)) +MES:=$(subst -EN_GB-,-en_GB-,$(MES)) MES:=$(subst -FR-,-fr-,$(MES)) -MES:=$(subst -ES-,-es-,$(MES)) MES:=$(subst -WAV,-wav,$(MES)) MES:=$(subst -ULAW,-ulaw,$(MES)) MES:=$(subst -ALAW,-alaw,$(MES)) @@ -152,12 +152,10 @@ $(eval $(call sound_format_lang_rule,$(SOUNDS_DIR),core-sounds,ru,$(CORE_SOUNDS_ $(eval $(call sound_format_lang_rule,$(SOUNDS_DIR),extra-sounds,en,$(EXTRA_SOUNDS_VERSION))) -$(eval $(call sound_format_lang_rule,$(SOUNDS_DIR),extra-sounds,es,$(EXTRA_SOUNDS_VERSION))) +$(eval $(call sound_format_lang_rule,$(SOUNDS_DIR),extra-sounds,en_GB,$(EXTRA_SOUNDS_VERSION))) $(eval $(call sound_format_lang_rule,$(SOUNDS_DIR),extra-sounds,fr,$(EXTRA_SOUNDS_VERSION))) -$(eval $(call sound_format_lang_rule,$(SOUNDS_DIR),extra-sounds,en_GB,$(EXTRA_SOUNDS_VERSION))) - $(eval $(call sound_format_lang_rule,$(MOH_DIR),moh,,$(MOH_VERSION))) dist-clean: diff --git a/sounds/sounds.xml b/sounds/sounds.xml index 4b234ec0a4..768ddde638 100644 --- a/sounds/sounds.xml +++ b/sounds/sounds.xml @@ -27,6 +27,60 @@ core + + core + + + core + + + core + + + core + + + core + + + core + + + core + + + core + + + core + + + core + + + core + + + core + + + core + + + core + + + core + + + core + + + core + + + core + core @@ -81,32 +135,32 @@ core - - core + + core - - core + + core - - core + + core - - core + + core - - core + + core - - core + + core - - core + + core - - core + + core - - core + + core core @@ -194,6 +248,33 @@ core + + core + + + core + + + core + + + core + + + core + + + core + + + core + + + core + + + core + core -- 2.47.3