mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-01 07:50:23 +02:00
Added option for firewall adjustment on blue
Added the Asterisk GUI written by Peter Changed the style of the graphs git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1183 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = asterisk
|
||||
PAK_VER = 1
|
||||
PAK_VER = 2
|
||||
|
||||
DEPS = "sox zaptel libpri spandsp libmad"
|
||||
|
||||
@@ -109,4 +109,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
tar xfz $(DIR_DL)/asterisk-1.4-de-prompts.tar.gz -C /var/lib/asterisk/sounds/
|
||||
-rm -f /var/lib/asterisk/sounds/README.txt
|
||||
@rm -rf $(DIR_APP) $(DIR_SRC)/asterisk-*
|
||||
-mkdir -p /var/ipfire/asterisk
|
||||
cp -vrf $(DIR_SRC)/config/asterisk/* /var/ipfire/asterisk/
|
||||
chmod o+w /var/ipfire/asterisk
|
||||
ln -f -s /var/ipfire/asterisk/wakeup/wakeup.sh /etc/fcron.minutely/wakeup.sh
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user