From 0d644f19f5c2fec31f385bc37be5aae4597c4b52 Mon Sep 17 00:00:00 2001 From: Jiri Slachta Date: Fri, 14 Mar 2014 09:00:33 +0100 Subject: [PATCH] asterisk-11.x: enhance the default set of config files Signed-off-by: Jiri Slachta --- net/asterisk-11.x/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net/asterisk-11.x/Makefile b/net/asterisk-11.x/Makefile index 54c1ee5..c768b54 100644 --- a/net/asterisk-11.x/Makefile +++ b/net/asterisk-11.x/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=asterisk11 PKG_VERSION:=11.8.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz 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/logger.conf /etc/asterisk/manager.conf +/etc/asterisk/modules.conf /etc/asterisk/rtp.conf /etc/asterisk/sip.conf /etc/asterisk/sip_notify.conf /etc/asterisk/udptl.conf +/etc/asterisk/users.conf /etc/default/asterisk /etc/init.d/asterisk endef AST_CFG_FILES:= \ 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:=\ 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 -- 2.30.2