asterisk-11.x: enhance the default set of config files
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
parent
8e51236af2
commit
0d644f19f5
1 changed files with 4 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=asterisk11
|
PKG_NAME:=asterisk11
|
||||||
PKG_VERSION:=11.8.0
|
PKG_VERSION:=11.8.0
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
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/
|
||||||
|
@ -107,17 +107,19 @@ define Package/asterisk11/conffiles
|
||||||
/etc/asterisk/indications.conf
|
/etc/asterisk/indications.conf
|
||||||
/etc/asterisk/logger.conf
|
/etc/asterisk/logger.conf
|
||||||
/etc/asterisk/manager.conf
|
/etc/asterisk/manager.conf
|
||||||
|
/etc/asterisk/modules.conf
|
||||||
/etc/asterisk/rtp.conf
|
/etc/asterisk/rtp.conf
|
||||||
/etc/asterisk/sip.conf
|
/etc/asterisk/sip.conf
|
||||||
/etc/asterisk/sip_notify.conf
|
/etc/asterisk/sip_notify.conf
|
||||||
/etc/asterisk/udptl.conf
|
/etc/asterisk/udptl.conf
|
||||||
|
/etc/asterisk/users.conf
|
||||||
/etc/default/asterisk
|
/etc/default/asterisk
|
||||||
/etc/init.d/asterisk
|
/etc/init.d/asterisk
|
||||||
endef
|
endef
|
||||||
|
|
||||||
AST_CFG_FILES:= \
|
AST_CFG_FILES:= \
|
||||||
asterisk.conf acl.conf ccss.conf extconfig.conf extensions.conf features.conf indications.conf logger.conf manager.conf modules.conf \
|
asterisk.conf acl.conf ccss.conf extconfig.conf extensions.conf features.conf indications.conf logger.conf manager.conf modules.conf \
|
||||||
rtp.conf sip_notify.conf sip.conf udptl.conf
|
rtp.conf sip_notify.conf sip.conf udptl.conf users.conf
|
||||||
AST_EMB_MODULES:=\
|
AST_EMB_MODULES:=\
|
||||||
app_dial app_echo app_macro app_playback codec_ulaw format_pcm func_callerid \
|
app_dial app_echo app_macro app_playback codec_ulaw format_pcm func_callerid \
|
||||||
func_logic func_strings func_timeout chan_sip chan_local pbx_config res_crypto res_http_websocket res_rtp_asterisk res_rtp_multicast
|
func_logic func_strings func_timeout chan_sip chan_local pbx_config res_crypto res_http_websocket res_rtp_asterisk res_rtp_multicast
|
||||||
|
|
Loading…
Reference in a new issue