Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-telephony
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Feed
lede-telephony
Commits
00d2fb7c
Commit
00d2fb7c
authored
10 years ago
by
Jiri Slachta
Browse files
Options
Downloads
Patches
Plain Diff
asterisk-13.x,11.x: res_config_sqlite3 config added to the default cfg set
Signed-off-by:
Jiri Slachta
<
slachta@cesnet.cz
>
parent
af80247a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
net/asterisk-11.x/Makefile
+7
-3
7 additions, 3 deletions
net/asterisk-11.x/Makefile
net/asterisk-13.x/Makefile
+3
-2
3 additions, 2 deletions
net/asterisk-13.x/Makefile
with
10 additions
and
5 deletions
net/asterisk-11.x/Makefile
+
7
−
3
View file @
00d2fb7c
...
...
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
asterisk11
PKG_VERSION
:=
11.16.0
PKG_RELEASE
:=
3
PKG_RELEASE
:=
4
PKG_SOURCE
:=
asterisk-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
http://downloads.asterisk.org/pub/telephony/asterisk/releases/
...
...
@@ -112,6 +112,7 @@ define Package/asterisk11/conffiles
/etc/asterisk/logger.conf
/etc/asterisk/manager.conf
/etc/asterisk/modules.conf
/etc/asterisk/res_config_sqlite3.conf
/etc/asterisk/rtp.conf
/etc/asterisk/sip.conf
/etc/asterisk/sip_notify.conf
...
...
@@ -121,11 +122,14 @@ define Package/asterisk11/conffiles
endef
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 res_config_sqlite3.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
func_logic func_strings func_timeout chan_sip chan_local pbx_config
\
res_crypto res_http_websocket res_rtp_asterisk res_rtp_multicast
define
Package/asterisk11/install
$(
call
Package/asterisk11/install/lib,
$(
1
)
,libasteriskssl
)
...
...
This diff is collapsed.
Click to expand it.
net/asterisk-13.x/Makefile
+
3
−
2
View file @
00d2fb7c
...
...
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
asterisk13
PKG_VERSION
:=
13.2.0
PKG_RELEASE
:=
3
PKG_RELEASE
:=
4
PKG_SOURCE
:=
asterisk-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
http://downloads.asterisk.org/pub/telephony/asterisk/releases/
...
...
@@ -112,6 +112,7 @@ define Package/asterisk13/conffiles
/etc/asterisk/logger.conf
/etc/asterisk/manager.conf
/etc/asterisk/modules.conf
/etc/asterisk/res_config_sqlite3.conf
/etc/asterisk/rtp.conf
/etc/asterisk/udptl.conf
/etc/asterisk/users.conf
...
...
@@ -123,7 +124,7 @@ AST_CFG_FILES:= \
asterisk.conf acl.conf ccss.conf extconfig.conf
\
extensions.conf features.conf indications.conf
\
logger.conf manager.conf modules.conf udptl.conf
\
users.conf
users.conf
res_config_sqlite3.conf
AST_EMB_MODULES
:=
\
app_dial app_echo app_macro app_playback
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment