Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Feed
openwrt-telephony
Commits
19f0dd03
Commit
19f0dd03
authored
Dec 03, 2021
by
Grzegorz Sluja
Browse files
asterisk: Add support for "tel:" uri in pjsip From/To header
parent
272f7a03
Changes
2
Hide whitespace changes
Inline
Side-by-side
net/asterisk/Makefile
View file @
19f0dd03
...
...
@@ -13,7 +13,7 @@ PKG_RELEASE:=1
LOCAL_DEV
=
0
ifneq
($(LOCAL_DEV),1)
PKG_SOURCE_VERSION
:=
d852d5dc48c02944890c03dd94c765b271f1a013
PKG_SOURCE_VERSION
:=
3b3dadd2fde66d4857170dce62cd159820fb8bc7
PKG_SOURCE
:=
asterisk-
$(PKG_VERSION)
-
$(PKG_SOURCE_VERSION)
.tar.gz
PKG_SOURCE_URL
:=
https://dev.iopsys.eu/fork/asterisk.git
PKG_SOURCE_PROTO
:=
git
...
...
net/asterisk/files/iopsys/etc/asterisk/pjsip_identify
View file @
19f0dd03
[|NAME|]
[|NAME|
_sip
]
type = identify
endpoint = |NAME|
match_header = To: /<sip:\|USER|@/
[|NAME|_tel]
type = identify
endpoint = |NAME|
match_header = To: /<tel:\|USER|\;/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment