mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-19 15:32:59 +02:00
Updated asterisk (1.4.28) and libpri (1.4.10.2).
Removed alaw sounds.
This commit is contained in:
@@ -9,9 +9,9 @@ MENUSELECT_RES=res_config_odbc res_config_pgsql res_jabber res_odbc
|
||||
MENUSELECT_OPTS_app_voicemail=
|
||||
MENUSELECT_CFLAGS=LOADABLE_MODULES
|
||||
MENUSELECT_EMBED=
|
||||
MENUSELECT_CORE_SOUNDS=CORE-SOUNDS-EN-ALAW CORE-SOUNDS-EN-GSM
|
||||
MENUSELECT_MOH=MOH-FREEPLAY-WAV
|
||||
MENUSELECT_EXTRA_SOUNDS=EXTRA-SOUNDS-EN-ALAW
|
||||
MENUSELECT_CORE_SOUNDS=CORE-SOUNDS-EN-GSM
|
||||
MENUSELECT_MOH=MOH-OPSOUND-GSM
|
||||
MENUSELECT_EXTRA_SOUNDS=EXTRA-SOUNDS-EN-GSM
|
||||
MENUSELECT_BUILD_DEPS=res_adsi chan_local res_indications app_meetme res_monitor res_smdi res_features
|
||||
MENUSELECT_DEPSFAILED=MENUSELECT_APPS=app_osplookup
|
||||
MENUSELECT_DEPSFAILED=MENUSELECT_CDR=cdr_odbc
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -42,7 +42,7 @@
|
||||
* applejuice-0.31
|
||||
* arping-2.05
|
||||
* as86-0.16.17
|
||||
* asterisk-1.4.26.3
|
||||
* asterisk-1.4.28
|
||||
* atl1c-kmod-2.6.27.42-ipfire
|
||||
* atl1c-kmod-2.6.27.42-ipfire-xen
|
||||
* atl2-2.0.5-kmod-2.6.27.42-ipfire
|
||||
@@ -183,7 +183,7 @@
|
||||
* libogg-1.1.4
|
||||
* libpcap-1.0.0
|
||||
* libpng-1.2.12
|
||||
* libpri-1.4.10.1
|
||||
* libpri-1.4.10.2
|
||||
* libsafe_2.0-16
|
||||
* libshout-2.2.2
|
||||
* libsigc++-2.0.17
|
||||
|
||||
34
lfs/asterisk
34
lfs/asterisk
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.4.26.3
|
||||
VER = 1.4.28
|
||||
|
||||
THISAPP = asterisk-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -36,31 +36,34 @@ PAK_VER = 5
|
||||
|
||||
CHAN_CAPI = chan_capi-1.1.4
|
||||
|
||||
DEPS = "libpri libtiff libvorbis libogg spandsp dahdi netsnmpd"
|
||||
DEPS = "libpri libtiff libvorbis libogg spandsp netsnmpd"
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
###############################################################################
|
||||
|
||||
objects = $(DL_FILE) \
|
||||
asterisk-1.4-de-prompts.tar.gz \
|
||||
asterisk-core-sounds-en-alaw-1.4.15.tar.gz \
|
||||
asterisk-extra-sounds-en-alaw-1.4.9.tar.gz \
|
||||
asterisk-addons-1.4.9.tar.gz \
|
||||
agx-ast-addons-svn65.tgz \
|
||||
$(CHAN_CAPI).tar.gz
|
||||
asterisk-1.4-de-prompts.tar.gz \
|
||||
asterisk-core-sounds-en-gsm-1.4.16.tar.gz \
|
||||
asterisk-extra-sounds-en-gsm-1.4.9.tar.gz \
|
||||
asterisk-moh-opsound-gsm.tar.gz \
|
||||
asterisk-addons-1.4.9.tar.gz \
|
||||
agx-ast-addons-svn65.tgz \
|
||||
$(CHAN_CAPI).tar.gz
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
asterisk-core-sounds-en-alaw-1.4.15.tar.gz = $(URL_IPFIRE)/asterisk-core-sounds-en-alaw-1.4.15.tar.gz
|
||||
asterisk-extra-sounds-en-alaw-1.4.9.tar.gz = $(URL_IPFIRE)/asterisk-extra-sounds-en-alaw-1.4.9.tar.gz
|
||||
asterisk-core-sounds-en-gsm-1.4.16.tar.gz = $(URL_IPFIRE)/asterisk-core-sounds-en-gsm-1.4.16.tar.gz
|
||||
asterisk-extra-sounds-en-gsm-1.4.9.tar.gz = $(URL_IPFIRE)/asterisk-extra-sounds-en-gsm-1.4.9.tar.gz
|
||||
asterisk-moh-opsound-gsm.tar.gz = $(URL_IPFIRE)/asterisk-moh-opsound-gsm.tar.gz
|
||||
asterisk-1.4-de-prompts.tar.gz = $(URL_IPFIRE)/asterisk-1.4-de-prompts.tar.gz
|
||||
asterisk-addons-1.4.9.tar.gz = $(URL_IPFIRE)/asterisk-addons-1.4.9.tar.gz
|
||||
agx-ast-addons-svn65.tgz = $(URL_IPFIRE)/agx-ast-addons-svn65.tgz
|
||||
$(CHAN_CAPI).tar.gz = $(URL_IPFIRE)/$(CHAN_CAPI).tar.gz
|
||||
|
||||
$(DL_FILE)_MD5 = 04017dfdc8caeb8f4663b5dc4a9e1019
|
||||
asterisk-core-sounds-en-alaw-1.4.15.tar.gz_MD5 = e9531e871d5b24e7b83d3ef946390d40
|
||||
asterisk-extra-sounds-en-alaw-1.4.9.tar.gz_MD5 = 4fa1b8d096a66b3a39b6d0e52fe3f1ad
|
||||
$(DL_FILE)_MD5 = e8006ce319e18ce07ce1335ad583330a
|
||||
asterisk-core-sounds-en-gsm-1.4.16.tar.gz_MD5 = 87145c1775141613d1471864dae12bdd
|
||||
asterisk-extra-sounds-en-gsm-1.4.9.tar.gz_MD5 = ffa11b9d0128735425c43b9ce445dedf
|
||||
asterisk-moh-opsound-gsm.tar.gz_MD5 = 1fa8246f532a08ecc359f5e428bd7f60
|
||||
asterisk-1.4-de-prompts.tar.gz_MD5 = 626a2b95071a5505851e43874dfbfd5c
|
||||
asterisk-addons-1.4.9.tar.gz_MD5 = 0c0ddf2386a9541e416e122ca082e611
|
||||
agx-ast-addons-svn65.tgz_MD5 = 9372d818cc68337658110f793d0fd8e0
|
||||
@@ -107,8 +110,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_APP) && cp -fv $(DIR_SRC)/config/asterisk/asterisk.makeopts menuselect.makeopts
|
||||
|
||||
# add additional sounds
|
||||
cd $(DIR_APP) && cp -fv $(DIR_DL)/asterisk-core-sounds-en-alaw-1.4.15.tar.gz $(DIR_APP)/sounds/asterisk-core-sounds-en-alaw-1.4.15.tar.gz
|
||||
cd $(DIR_APP) && cp -fv $(DIR_DL)/asterisk-extra-sounds-en-alaw-1.4.9.tar.gz $(DIR_APP)/sounds/asterisk-extra-sounds-en-alaw-1.4.9.tar.gz
|
||||
cd $(DIR_APP) && cp -fv $(DIR_DL)/asterisk-core-sounds-en-gsm-1.4.16.tar.gz $(DIR_APP)/sounds/
|
||||
cd $(DIR_APP) && cp -fv $(DIR_DL)/asterisk-extra-sounds-en-gsm-1.4.9.tar.gz $(DIR_APP)/sounds/
|
||||
cd $(DIR_APP) && cp -fv $(DIR_DL)/asterisk-moh-opsound-gsm.tar.gz $(DIR_APP)/sounds/
|
||||
|
||||
# compile and install
|
||||
cd $(DIR_APP) && make $(MAKETUNING) all
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.4.10.1
|
||||
VER = 1.4.10.2
|
||||
|
||||
THISAPP = libpri-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 55ce81cd0b2cf0c40e287fc5bd5b4883
|
||||
$(DL_FILE)_MD5 = dc1523d8ee027cd62f20fc6cc9727489
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -81,5 +81,3 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_APP) && make install KVERS=$(KVER)
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user