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
681cc763
Commit
681cc763
authored
10 months ago
by
George Yang (IOPSYS)
Committed by
Yalu Zhang
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Asterisk: Enable "match_request_uri" identifier
parent
d2f5b32c
No related branches found
Branches containing commit
No related tags found
1 merge request
!172
Asterisk: Enable "match_request_uri" identifier
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
net/asterisk/files/iopsys/etc/asterisk/pjsip.conf
+1
-1
1 addition, 1 deletion
net/asterisk/files/iopsys/etc/asterisk/pjsip.conf
net/asterisk/files/iopsys/etc/asterisk/pjsip_identify
+1
-0
1 addition, 0 deletions
net/asterisk/files/iopsys/etc/asterisk/pjsip_identify
with
2 additions
and
1 deletion
net/asterisk/files/iopsys/etc/asterisk/pjsip.conf
+
1
−
1
View file @
681cc763
...
...
@@ -5,7 +5,7 @@ allowoverlap = yes
type
=
global
debug
=
yes
user_agent
= |
USERAGENT
|
endpoint_identifier_order
=
header
,
anonymous
,
ip
endpoint_identifier_order
=
header
,
request_uri
,
anonymous
,
ip
use_callerid_contact
=
yes
accept_proxy_req_only
= |
ACCEPT_PROXY_REQ_ONLY
|
allow_tx_hash_in_uri
= |
TX_HASH_IN_URI
|
...
...
This diff is collapsed.
Click to expand it.
net/asterisk/files/iopsys/etc/asterisk/pjsip_identify
+
1
−
0
View file @
681cc763
...
...
@@ -3,6 +3,7 @@
type = identify
endpoint = |NAME|
match_header = To: /<sip:\|USER|/
match_request_uri = /sip:(\+\d+|\d*)|USER|@/
[|NAME|_tel]
type = identify
...
...
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