|
|
@ -29,6 +29,7 @@ MCS:=$(subst -ULAW,-ulaw,$(MCS))
|
|
|
|
MCS:=$(subst -ALAW,-alaw,$(MCS))
|
|
|
|
MCS:=$(subst -ALAW,-alaw,$(MCS))
|
|
|
|
MCS:=$(subst -GSM,-gsm,$(MCS))
|
|
|
|
MCS:=$(subst -GSM,-gsm,$(MCS))
|
|
|
|
MCS:=$(subst -G729,-g729,$(MCS))
|
|
|
|
MCS:=$(subst -G729,-g729,$(MCS))
|
|
|
|
|
|
|
|
MCS:=$(subst -G722,-g722,$(MCS))
|
|
|
|
CORE_SOUNDS:=$(MCS:CORE-SOUNDS-%=asterisk-core-sounds-%-$(CORE_SOUNDS_VERSION).tar.gz)
|
|
|
|
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))
|
|
|
|
CORE_SOUND_TAGS:=$(MCS:CORE-SOUNDS-%=$(SOUNDS_DIR)/.asterisk-core-sounds-%-$(CORE_SOUNDS_VERSION))
|
|
|
|
MES:=$(subst -EN-,-en-,$(MENUSELECT_EXTRA_SOUNDS))
|
|
|
|
MES:=$(subst -EN-,-en-,$(MENUSELECT_EXTRA_SOUNDS))
|
|
|
@ -39,6 +40,7 @@ MES:=$(subst -ULAW,-ulaw,$(MES))
|
|
|
|
MES:=$(subst -ALAW,-alaw,$(MES))
|
|
|
|
MES:=$(subst -ALAW,-alaw,$(MES))
|
|
|
|
MES:=$(subst -GSM,-gsm,$(MES))
|
|
|
|
MES:=$(subst -GSM,-gsm,$(MES))
|
|
|
|
MES:=$(subst -G729,-g729,$(MES))
|
|
|
|
MES:=$(subst -G729,-g729,$(MES))
|
|
|
|
|
|
|
|
MES:=$(subst -G722,-g722,$(MES))
|
|
|
|
EXTRA_SOUNDS:=$(MES:EXTRA-SOUNDS-%=asterisk-extra-sounds-%-$(EXTRA_SOUNDS_VERSION).tar.gz)
|
|
|
|
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))
|
|
|
|
EXTRA_SOUND_TAGS:=$(MES:EXTRA-SOUNDS-%=$(SOUNDS_DIR)/.asterisk-extra-sounds-%-$(EXTRA_SOUNDS_VERSION))
|
|
|
|
MM:=$(subst -FREEPLAY-,-freeplay-,$(MENUSELECT_MOH))
|
|
|
|
MM:=$(subst -FREEPLAY-,-freeplay-,$(MENUSELECT_MOH))
|
|
|
@ -47,6 +49,7 @@ MM:=$(subst -ULAW,-ulaw,$(MM))
|
|
|
|
MM:=$(subst -ALAW,-alaw,$(MM))
|
|
|
|
MM:=$(subst -ALAW,-alaw,$(MM))
|
|
|
|
MM:=$(subst -GSM,-gsm,$(MM))
|
|
|
|
MM:=$(subst -GSM,-gsm,$(MM))
|
|
|
|
MM:=$(subst -G729,-g729,$(MM))
|
|
|
|
MM:=$(subst -G729,-g729,$(MM))
|
|
|
|
|
|
|
|
MM:=$(subst -G722,-g722,$(MM))
|
|
|
|
MOH:=$(MM:MOH-%=asterisk-moh-%.tar.gz)
|
|
|
|
MOH:=$(MM:MOH-%=asterisk-moh-%.tar.gz)
|
|
|
|
MOH_TAGS:=$(MM:MOH-%=$(MOH_DIR)/.asterisk-moh-%)
|
|
|
|
MOH_TAGS:=$(MM:MOH-%=$(MOH_DIR)/.asterisk-moh-%)
|
|
|
|
WGET_ARGS:=--continue
|
|
|
|
WGET_ARGS:=--continue
|
|
|
|