Merge pull request #182 from micmac1/master
New PR: pjproject and asterisk13
This commit is contained in:
commit
26416d0332
3 changed files with 46 additions and 50 deletions
|
@ -14,7 +14,7 @@ PKG_VERSION:=2.6
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=pjproject-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=pjproject-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://www.pjsip.org/release/$(PKG_VERSION)/
|
PKG_SOURCE_URL:=http://www.pjsip.org/release/$(PKG_VERSION)
|
||||||
PKG_HASH:=2f5a1da1c174d845871c758bd80fbb580fca7799d3cfaa0d3c4e082b5161c7b4
|
PKG_HASH:=2f5a1da1c174d845871c758bd80fbb580fca7799d3cfaa0d3c4e082b5161c7b4
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
|
@ -31,13 +31,13 @@ define Package/pjproject/Default
|
||||||
SECTION:=lib
|
SECTION:=lib
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
SUBMENU:=Telephony
|
SUBMENU:=Telephony
|
||||||
URL:=http://www.pjsip.org/
|
URL:=http://www.pjsip.org
|
||||||
DEPENDS:=+libopenssl +libuuid +libstdcpp +libpthread
|
DEPENDS:=+libopenssl +libuuid +libstdcpp +libpthread
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/pjproject/install/lib
|
define Package/pjproject/install/lib
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/$(2).so* $(1)/usr/lib/
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/$(2).so* $(1)/usr/lib
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define PJSIPpackage
|
define PJSIPpackage
|
||||||
|
@ -54,7 +54,7 @@ $(call Package/pjproject/install/lib,$$(1),$2)
|
||||||
$$(eval $$(call BuildPackage,$(1)))
|
$$(eval $$(call BuildPackage,$(1)))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS+= \
|
||||||
$(if $(CONFIG_SOFT_FLOAT),--disable-floating-point) \
|
$(if $(CONFIG_SOFT_FLOAT),--disable-floating-point) \
|
||||||
--disable-ext-sound \
|
--disable-ext-sound \
|
||||||
--disable-ffmpeg \
|
--disable-ffmpeg \
|
||||||
|
@ -86,25 +86,26 @@ CONFIGURE_ARGS += \
|
||||||
--without-external-pa \
|
--without-external-pa \
|
||||||
--without-external-webrtc
|
--without-external-webrtc
|
||||||
|
|
||||||
TARGET_LDFLAGS+=-lc $(LIBGCC) -lm
|
TARGET_CFLAGS+=$(TARGET_CPPFLAGS)
|
||||||
TARGET_CFLAGS+=$(EXTRA_CFLAGS) $(TARGET_CPPFLAGS) $(EXTRA_CPPFLAGS)
|
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR)
|
$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
PJPROJECT_LIBS = \
|
PJPROJECT_LIBS:= \
|
||||||
libpj libpjlib-util libpjmedia libpjnath libpjsip-simple \
|
libpj libpjlib-util libpjmedia libpjnath libpjsip-simple \
|
||||||
libpjsip-ua libpjsip libpjsua libpjsua2
|
libpjsip-ua libpjsip libpjsua libpjsua2
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/{include,lib}
|
$(INSTALL_DIR) $(1)/usr/{include,lib}
|
||||||
|
|
||||||
$(CP) -R $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/
|
$(CP) -R $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include
|
||||||
|
|
||||||
|
$(foreach m,$(PJPROJECT_LIBS),$(CP) $(PKG_INSTALL_DIR)/usr/lib/$(m)* $(1)/usr/lib;)
|
||||||
|
|
||||||
$(foreach m,$(PJPROJECT_LIBS),$(CP) $(PKG_INSTALL_DIR)/usr/lib/$(m)* $(1)/usr/lib/;)
|
|
||||||
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig
|
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libpjproject.pc $(1)/usr/lib/pkgconfig/
|
$(SED) 's|$(TARGET_CFLAGS)||' $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libpjproject.pc
|
||||||
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libpjproject.pc $(1)/usr/lib/pkgconfig
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call PJSIPpackage,libpj,libpj,+librt))
|
$(eval $(call PJSIPpackage,libpj,libpj,+librt))
|
||||||
|
|
|
@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=asterisk13
|
PKG_NAME:=asterisk13
|
||||||
PKG_VERSION:=13.17.0
|
PKG_VERSION:=13.17.0
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=5
|
||||||
|
|
||||||
PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/asterisk/releases/
|
PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/asterisk/releases/
|
||||||
|
@ -48,8 +48,8 @@ define Package/asterisk13/install/sbin
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/asterisk13/install/sounds
|
define Package/asterisk13/install/sounds
|
||||||
$(INSTALL_DIR) $(1)/usr/lib/asterisk/sounds/
|
$(INSTALL_DIR) $(1)/usr/share/asterisk/sounds/
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/asterisk/sounds/en/$(2) $(1)/usr/lib/asterisk/sounds/
|
$(CP) $(PKG_INSTALL_DIR)/usr/share/asterisk/sounds/en/$(2) $(1)/usr/share/asterisk/sounds/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/$(PKG_NAME)/config
|
define Package/$(PKG_NAME)/config
|
||||||
|
@ -145,7 +145,7 @@ $(call Package/asterisk13/install/sbin,$(1),safe_asterisk)
|
||||||
$(call Package/asterisk13/install/sbin,$(1),astgenkey)
|
$(call Package/asterisk13/install/sbin,$(1),astgenkey)
|
||||||
$(foreach m,$(AST_CFG_FILES),$(call Package/asterisk13/install/conffile,$(1),$(m));)
|
$(foreach m,$(AST_CFG_FILES),$(call Package/asterisk13/install/conffile,$(1),$(m));)
|
||||||
$(foreach m,$(AST_EMB_MODULES),$(call Package/asterisk13/install/module,$(1),$(m));)
|
$(foreach m,$(AST_EMB_MODULES),$(call Package/asterisk13/install/module,$(1),$(m));)
|
||||||
$(INSTALL_DIR) $(1)/usr/lib/asterisk/sounds/
|
$(INSTALL_DIR) $(1)/usr/share/asterisk/sounds/
|
||||||
$(INSTALL_DIR) $(1)/etc/default
|
$(INSTALL_DIR) $(1)/etc/default
|
||||||
$(INSTALL_DATA) ./files/asterisk.default $(1)/etc/default/asterisk
|
$(INSTALL_DATA) ./files/asterisk.default $(1)/etc/default/asterisk
|
||||||
$(INSTALL_DIR) $(1)/etc/init.d
|
$(INSTALL_DIR) $(1)/etc/init.d
|
||||||
|
@ -163,9 +163,9 @@ This package provides the sound-files for Asterisk-13.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/asterisk13-sounds/install
|
define Package/asterisk13-sounds/install
|
||||||
$(INSTALL_DIR) $(1)/usr/lib/asterisk/sounds/
|
$(INSTALL_DIR) $(1)/usr/share/asterisk/sounds/
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/asterisk/sounds/en/* $(1)/usr/lib/asterisk/sounds/
|
$(CP) $(PKG_INSTALL_DIR)/usr/share/asterisk/sounds/en/* $(1)/usr/share/asterisk/sounds/
|
||||||
rm -f $(1)/usr/lib/asterisk/sounds/vm-*
|
rm -f $(1)/usr/share/asterisk/sounds/vm-*
|
||||||
endef
|
endef
|
||||||
|
|
||||||
ifneq ($(CONFIG_PACKAGE_asterisk13-chan-dahdi),)
|
ifneq ($(CONFIG_PACKAGE_asterisk13-chan-dahdi),)
|
||||||
|
@ -180,17 +180,15 @@ else
|
||||||
--without-tonezone
|
--without-tonezone
|
||||||
endif
|
endif
|
||||||
|
|
||||||
TARGET_LDFLAGS+= \
|
# Pass CPPFLAGS in the CFLAGS as otherwise the build system will
|
||||||
$(if $(CONFIG_PACKAGE_$(PKG_NAME)-pbx-lua),-ldl -lcrypt)
|
# ignore them.
|
||||||
|
TARGET_CFLAGS+=$(TARGET_CPPFLAGS)
|
||||||
EXTRA_CFLAGS+=$(TARGET_CPPFLAGS)
|
|
||||||
EXTRA_LDFLAGS+=$(TARGET_LDFLAGS) -Wl,-rpath-link,$(STAGING_DIR)/usr/lib
|
|
||||||
|
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--without-execinfo \
|
--without-execinfo \
|
||||||
--without-bluetooth \
|
--without-bluetooth \
|
||||||
--without-cap \
|
--without-cap \
|
||||||
$(if $(CONFIG_PACKAGE_$(PKG_NAME)-curl),--with-libcurl="$(STAGING_DIR)/usr",--without-curl) \
|
$(if $(CONFIG_PACKAGE_$(PKG_NAME)-curl),--with-libcurl="$(STAGING_DIR)/usr") \
|
||||||
--without-curses \
|
--without-curses \
|
||||||
--with-gsm=internal \
|
--with-gsm=internal \
|
||||||
--without-gtk2 \
|
--without-gtk2 \
|
||||||
|
@ -222,7 +220,6 @@ CONFIGURE_ARGS+= \
|
||||||
--without-tds \
|
--without-tds \
|
||||||
--without-termcap \
|
--without-termcap \
|
||||||
--without-tinfo \
|
--without-tinfo \
|
||||||
--with-uuid="$(STAGING_DIR)/usr" \
|
|
||||||
--without-vorbis \
|
--without-vorbis \
|
||||||
--without-vpb \
|
--without-vpb \
|
||||||
--with-z="$(STAGING_DIR)/usr" \
|
--with-z="$(STAGING_DIR)/usr" \
|
||||||
|
@ -233,6 +230,20 @@ CONFIGURE_VARS += \
|
||||||
ac_cv_lib_srtp2_srtp_init=no \
|
ac_cv_lib_srtp2_srtp_init=no \
|
||||||
ac_cv_path_ac_pt_CONFIG_LIBXML2=$(STAGING_DIR)/host/bin/xml2-config
|
ac_cv_path_ac_pt_CONFIG_LIBXML2=$(STAGING_DIR)/host/bin/xml2-config
|
||||||
|
|
||||||
|
MAKE_FLAGS+= \
|
||||||
|
ASTDATADIR="/usr/share/asterisk" \
|
||||||
|
DESTDIR="$(PKG_INSTALL_DIR)"
|
||||||
|
|
||||||
|
# show full gcc arguments instead of [CC] and [LD]
|
||||||
|
MAKE_FLAGS+= \
|
||||||
|
NOISY_BUILD="yes"
|
||||||
|
|
||||||
|
# don't let asterisk mess with build flags
|
||||||
|
MAKE_FLAGS+= \
|
||||||
|
AST_FORTIFY_SOURCE="" \
|
||||||
|
DEBUG="" \
|
||||||
|
OPTIMIZE=""
|
||||||
|
|
||||||
AST_MENUSELECT_OPTS = \
|
AST_MENUSELECT_OPTS = \
|
||||||
--without-newt \
|
--without-newt \
|
||||||
--without-curses \
|
--without-curses \
|
||||||
|
@ -246,11 +257,10 @@ endif
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
(cd $(PKG_BUILD_DIR); \
|
cd $(PKG_BUILD_DIR); \
|
||||||
./bootstrap.sh; \
|
./bootstrap.sh
|
||||||
);
|
$(call Build/Configure/Default)
|
||||||
$(call Build/Configure/Default,,$(SITE_VARS))
|
cd $(PKG_BUILD_DIR)/menuselect; \
|
||||||
(cd $(PKG_BUILD_DIR)/menuselect; \
|
|
||||||
./bootstrap.sh; \
|
./bootstrap.sh; \
|
||||||
CC="$(HOSTCC)" \
|
CC="$(HOSTCC)" \
|
||||||
CFLAGS="$(HOST_CFLAGS) -I$(STAGING_DIR_HOSTPKG)/include/libxml2" \
|
CFLAGS="$(HOST_CFLAGS) -I$(STAGING_DIR_HOSTPKG)/include/libxml2" \
|
||||||
|
@ -259,8 +269,7 @@ define Build/Configure
|
||||||
ac_cv_path_ac_pt_CONFIG_LIBXML2=$(STAGING_DIR_HOSTPKG)/bin/xml2-config \
|
ac_cv_path_ac_pt_CONFIG_LIBXML2=$(STAGING_DIR_HOSTPKG)/bin/xml2-config \
|
||||||
./configure \
|
./configure \
|
||||||
$(HOST_CONFIGURE_ARGS) \
|
$(HOST_CONFIGURE_ARGS) \
|
||||||
$(AST_MENUSELECT_OPTS) \
|
$(AST_MENUSELECT_OPTS)
|
||||||
);
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
@ -274,21 +283,7 @@ define Build/Compile
|
||||||
--disable BUILD_NATIVE \
|
--disable BUILD_NATIVE \
|
||||||
$(if $(CONFIG_ASTERISK13_LOW_MEMORY),--enable LOW_MEMORY) \
|
$(if $(CONFIG_ASTERISK13_LOW_MEMORY),--enable LOW_MEMORY) \
|
||||||
menuselect.makeopts
|
menuselect.makeopts
|
||||||
$(MAKE) -C "$(PKG_BUILD_DIR)" \
|
$(call Build/Compile/Default,all install samples)
|
||||||
include/asterisk/version.h \
|
|
||||||
include/asterisk/buildopts.h defaults.h
|
|
||||||
ASTCFLAGS="$(EXTRA_CFLAGS)" \
|
|
||||||
ASTLDFLAGS="$(EXTRA_LDFLAGS)" \
|
|
||||||
$(MAKE) -C "$(PKG_BUILD_DIR)" \
|
|
||||||
ASTVARLIBDIR="/usr/lib/asterisk" \
|
|
||||||
ASTDATADIR="/usr/lib/asterisk" \
|
|
||||||
ASTKEYDIR="/usr/lib/asterisk" \
|
|
||||||
ASTDBDIR="/usr/lib/asterisk" \
|
|
||||||
NOISY_BUILD="yes" \
|
|
||||||
DEBUG="" \
|
|
||||||
OPTIMIZE="" \
|
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
|
||||||
all install samples
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
|
@ -370,7 +365,7 @@ $(eval $(call BuildAsterisk13Module,codec-ilbc,linear to ILBC translation,transl
|
||||||
$(eval $(call BuildAsterisk13Module,codec-lpc10,Linear to LPC10 translation,translate between signed linear and LPC10,,,codec_lpc10,,))
|
$(eval $(call BuildAsterisk13Module,codec-lpc10,Linear to LPC10 translation,translate between signed linear and LPC10,,,codec_lpc10,,))
|
||||||
$(eval $(call BuildAsterisk13Module,codec-resample,resample sLinear audio,resample sLinear audio,,,codec_resample,,))
|
$(eval $(call BuildAsterisk13Module,codec-resample,resample sLinear audio,resample sLinear audio,,,codec_resample,,))
|
||||||
$(eval $(call BuildAsterisk13Module,codec-ulaw,Signed linear to ulaw translation,translation between signed linear and ulaw codecs,,,codec_ulaw,,))
|
$(eval $(call BuildAsterisk13Module,codec-ulaw,Signed linear to ulaw translation,translation between signed linear and ulaw codecs,,,codec_ulaw,,))
|
||||||
$(eval $(call BuildAsterisk13Module,curl,CURL,CURL support,+libcurl,,func_curl res_curl,,))
|
$(eval $(call BuildAsterisk13Module,curl,CURL,CURL support,+libcurl,,func_curl res_config_curl res_curl,,))
|
||||||
$(eval $(call BuildAsterisk13Module,format-g726,G.726,support for headerless G.726 16/24/32/40kbps data format,,,format_g726,,))
|
$(eval $(call BuildAsterisk13Module,format-g726,G.726,support for headerless G.726 16/24/32/40kbps data format,,,format_g726,,))
|
||||||
$(eval $(call BuildAsterisk13Module,format-g729,G.729,support for raw headerless G729 data,,,format_g729,,))
|
$(eval $(call BuildAsterisk13Module,format-g729,G.729,support for raw headerless G729 data,,,format_g729,,))
|
||||||
$(eval $(call BuildAsterisk13Module,format-gsm,GSM format,support for GSM format,,,format_gsm,,))
|
$(eval $(call BuildAsterisk13Module,format-gsm,GSM format,support for GSM format,,,format_gsm,,))
|
||||||
|
@ -401,9 +396,10 @@ $(eval $(call BuildAsterisk13Module,func-realtime,REALTIME dialplan function,REA
|
||||||
$(eval $(call BuildAsterisk13Module,func-shell,Shell,support for shell execution,,,func_shell,,))
|
$(eval $(call BuildAsterisk13Module,func-shell,Shell,support for shell execution,,,func_shell,,))
|
||||||
$(eval $(call BuildAsterisk13Module,func-uri,URI encoding and decoding,Encodes and decodes URI-safe strings,,,func_uri,,))
|
$(eval $(call BuildAsterisk13Module,func-uri,URI encoding and decoding,Encodes and decodes URI-safe strings,,,func_uri,,))
|
||||||
$(eval $(call BuildAsterisk13Module,func-vmcount,vmcount dialplan,a vmcount dialplan function,,,func_vmcount,,))
|
$(eval $(call BuildAsterisk13Module,func-vmcount,vmcount dialplan,a vmcount dialplan function,,,func_vmcount,,))
|
||||||
$(eval $(call BuildAsterisk13Module,odbc,ODBC,ODBC support,+libpthread +libc +unixodbc,cdr_adaptive_odbc.conf cdr_odbc.conf cel_odbc.conf func_odbc.conf res_odbc.conf,cdr_adaptive_odbc cdr_odbc cel_odbc func_odbc res_config_odbc res_odbc,,))
|
$(eval $(call BuildAsterisk13Module,odbc,ODBC,ODBC support,+libpthread +libc +unixodbc,cdr_adaptive_odbc.conf cdr_odbc.conf cel_odbc.conf func_odbc.conf res_odbc.conf,cdr_adaptive_odbc cdr_odbc cel_odbc func_odbc res_config_odbc res_odbc res_odbc_transaction,,))
|
||||||
$(eval $(call BuildAsterisk13Module,pbx-ael,Asterisk Extension Logic,support for symbolic Asterisk Extension Logic,,extensions.ael,pbx_ael,,))
|
$(eval $(call BuildAsterisk13Module,pbx-ael,Asterisk Extension Logic,support for symbolic Asterisk Extension Logic,,extensions.ael,pbx_ael,,))
|
||||||
$(eval $(call BuildAsterisk13Module,pbx-dundi,Dundi,provides Dundi Lookup service for Asterisk,,dundi.conf,pbx_dundi,,))
|
$(eval $(call BuildAsterisk13Module,pbx-dundi,Dundi,provides Dundi Lookup service for Asterisk,,dundi.conf,pbx_dundi,,))
|
||||||
|
$(eval $(call BuildAsterisk13Module,pbx-lua,Lua,provides Lua resources for Asterisk,+liblua,extensions.lua,pbx_lua,,))
|
||||||
$(eval $(call BuildAsterisk13Module,pbx-realtime,Realtime Switch,realtime switch support,,,pbx_realtime,,))
|
$(eval $(call BuildAsterisk13Module,pbx-realtime,Realtime Switch,realtime switch support,,,pbx_realtime,,))
|
||||||
$(eval $(call BuildAsterisk13Module,pbx-spool,Call Spool,outgoing call spool support,,,pbx_spool,,))
|
$(eval $(call BuildAsterisk13Module,pbx-spool,Call Spool,outgoing call spool support,,,pbx_spool,,))
|
||||||
$(eval $(call BuildAsterisk13Module,pgsql,PostgreSQL,PostgreSQL support,+libpq @!arc,cel_pgsql.conf cdr_pgsql.conf res_pgsql.conf,cel_pgsql cdr_pgsql res_config_pgsql,,))
|
$(eval $(call BuildAsterisk13Module,pgsql,PostgreSQL,PostgreSQL support,+libpq @!arc,cel_pgsql.conf cdr_pgsql.conf res_pgsql.conf,cel_pgsql cdr_pgsql res_config_pgsql,,))
|
||||||
|
|
|
@ -14,8 +14,7 @@ start() {
|
||||||
[ -d $DEST/var/run/asterisk ] || mkdir -p $DEST/var/run/asterisk
|
[ -d $DEST/var/run/asterisk ] || mkdir -p $DEST/var/run/asterisk
|
||||||
[ -d $DEST/var/log/asterisk ] || mkdir -p $DEST/var/log/asterisk
|
[ -d $DEST/var/log/asterisk ] || mkdir -p $DEST/var/log/asterisk
|
||||||
[ -d $DEST/var/spool/asterisk ] || mkdir -p $DEST/var/spool/asterisk
|
[ -d $DEST/var/spool/asterisk ] || mkdir -p $DEST/var/spool/asterisk
|
||||||
[ -d $DEST/var/lib ] || mkdir -p $DEST/var/lib
|
[ -d $DEST/var/lib/asterisk ] || mkdir -p $DEST/var/lib/asterisk
|
||||||
[ -h $DEST/var/lib/asterisk ] || ln -s /usr/lib/asterisk /var/lib/asterisk
|
|
||||||
[ -d $DEST/var/lib/asterisk/keys ] || mkdir -p $DEST/var/lib/asterisk/keys
|
[ -d $DEST/var/lib/asterisk/keys ] || mkdir -p $DEST/var/lib/asterisk/keys
|
||||||
[ -d $DEST/var/log/asterisk/cdr-csv ] || mkdir -p $DEST/var/log/asterisk/cdr-csv
|
[ -d $DEST/var/log/asterisk/cdr-csv ] || mkdir -p $DEST/var/log/asterisk/cdr-csv
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue