|
|
|
@ -30,6 +30,8 @@ MCS:=$(subst -GSM,-gsm,$(MCS))
|
|
|
|
|
MCS:=$(subst -G729,-g729,$(MCS))
|
|
|
|
|
MCS:=$(subst -G722,-g722,$(MCS))
|
|
|
|
|
MCS:=$(subst -SLN16,-sln16,$(MCS))
|
|
|
|
|
MCS:=$(subst -SIREN7,-siren7,$(MCS))
|
|
|
|
|
MCS:=$(subst -SIREN14,-siren14,$(MCS))
|
|
|
|
|
CORE_SOUNDS:=$(MCS:CORE-SOUNDS-%=asterisk-core-sounds-%-$(CORE_SOUNDS_VERSION).tar.gz)
|
|
|
|
|
CORE_SOUND_TAGS:=$(MCS:CORE-SOUNDS-%=$(SOUNDS_DIR)/.asterisk-core-sounds-%-$(CORE_SOUNDS_VERSION))
|
|
|
|
|
MES:=$(subst -EN-,-en-,$(MENUSELECT_EXTRA_SOUNDS))
|
|
|
|
@ -41,6 +43,9 @@ MES:=$(subst -ALAW,-alaw,$(MES))
|
|
|
|
|
MES:=$(subst -GSM,-gsm,$(MES))
|
|
|
|
|
MES:=$(subst -G729,-g729,$(MES))
|
|
|
|
|
MES:=$(subst -G722,-g722,$(MES))
|
|
|
|
|
MES:=$(subst -SLN16,-sln16,$(MES))
|
|
|
|
|
MES:=$(subst -SIREN7,-siren7,$(MES))
|
|
|
|
|
MES:=$(subst -SIREN14,-siren14,$(MES))
|
|
|
|
|
EXTRA_SOUNDS:=$(MES:EXTRA-SOUNDS-%=asterisk-extra-sounds-%-$(EXTRA_SOUNDS_VERSION).tar.gz)
|
|
|
|
|
EXTRA_SOUND_TAGS:=$(MES:EXTRA-SOUNDS-%=$(SOUNDS_DIR)/.asterisk-extra-sounds-%-$(EXTRA_SOUNDS_VERSION))
|
|
|
|
|
MM:=$(subst -FREEPLAY-,-freeplay-,$(MENUSELECT_MOH))
|
|
|
|
@ -51,6 +56,8 @@ MM:=$(subst -GSM,-gsm,$(MM))
|
|
|
|
|
MM:=$(subst -G729,-g729,$(MM))
|
|
|
|
|
MM:=$(subst -G722,-g722,$(MM))
|
|
|
|
|
MM:=$(subst -SLN16,-sln16,$(MM))
|
|
|
|
|
MM:=$(subst -SIREN7,-siren7,$(MM))
|
|
|
|
|
MM:=$(subst -SIREN14,-siren14,$(MM))
|
|
|
|
|
MOH:=$(MM:MOH-%=asterisk-moh-%.tar.gz)
|
|
|
|
|
MOH_TAGS:=$(MM:MOH-%=$(MOH_DIR)/.asterisk-moh-%)
|
|
|
|
|
# If "fetch" is used, --continue is not a valid option.
|
|
|
|
|