Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openwrt-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
Show more breadcrumbs
Feed
openwrt-telephony
Commits
aaafc896
Commit
aaafc896
authored
10 months ago
by
Yalu Zhang
Browse files
Options
Downloads
Patches
Plain Diff
Update packages asterisk and asterisk-chan-voicemngr
Support dynamic DTMF payload type
parent
681cc763
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-chan-voicemngr/Makefile
+2
-2
2 additions, 2 deletions
net/asterisk-chan-voicemngr/Makefile
net/asterisk/Makefile
+1
-1
1 addition, 1 deletion
net/asterisk/Makefile
with
3 additions
and
3 deletions
net/asterisk-chan-voicemngr/Makefile
+
2
−
2
View file @
aaafc896
...
...
@@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
asterisk-chan-voicemngr
PKG_RELEASE
:=
2
PKG_VERSION
:=
2.1.
5
PKG_VERSION
:=
2.1.
6
PKG_LICENSE
:=
GPL-2.0
LOCAL_DEV
=
0
ifneq
($(LOCAL_DEV),1)
PKG_SOURCE_VERSION
:=
5f155d0a6acf92db65739633ef7d2fa7b9381e9e
PKG_SOURCE_VERSION
:=
019ca53b73625898043732d548f59275a4f061a1
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
-
$(
PKG_SOURCE_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
https://dev.iopsys.eu/voice/asterisk-chan-voicemngr.git
PKG_SOURCE_PROTO
:=
git
...
...
This diff is collapsed.
Click to expand it.
net/asterisk/Makefile
+
1
−
1
View file @
aaafc896
...
...
@@ -13,7 +13,7 @@ PKG_RELEASE:=$(AUTORELEASE)
LOCAL_DEV
=
0
ifneq
($(LOCAL_DEV),1)
PKG_SOURCE_VERSION
:=
f4a2aff3263febc662b67c3cc977077a2424e100
PKG_SOURCE_VERSION
:=
020e314ed11d4ed3a0b33f200e9885bb9c1b84e4
PKG_SOURCE
:=
asterisk-
$(
PKG_VERSION
)
-
$(
PKG_SOURCE_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
https://dev.iopsys.eu/voice/asterisk.git
PKG_SOURCE_PROTO
:=
git
...
...
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