pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/37014?usp=email )
Change subject: asterisk: extensions.conf: Route non-local extensions towards IMS side
......................................................................
asterisk: extensions.conf: Route non-local extensions towards IMS side
Previous config had only 1 digit extensions being routed, plus the fact
that the endpoint name was incorrect (now "volte_ims").
Change-Id: Icce5e55ab75c0c9fdacc4d8504e6714b99d385b4
---
M ttcn3-asterisk-ims-ue-test/asterisk/extensions.conf
1 file changed, 14 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/14/37014/1
diff --git a/ttcn3-asterisk-ims-ue-test/asterisk/extensions.conf b/ttcn3-asterisk-ims-ue-test/asterisk/extensions.conf
index 3c78a2d..f24d366 100644
--- a/ttcn3-asterisk-ims-ue-test/asterisk/extensions.conf
+++ b/ttcn3-asterisk-ims-ue-test/asterisk/extensions.conf
@@ -30,8 +30,8 @@
same => n,Dial(PJSIP/${EXTEN})
same => n,Hangup(16)
-exten => _X,1,Verbose(5,${EXTEN}: Call external number from ${CALLERID(num)})
- same => n,Dial(PJSIP/${EXTEN}@973171)
+exten => _.!,1,Verbose(5,${EXTEN}: Call external number from ${CALLERID(num)})
+ same => n,Dial(PJSIP/${EXTEN}@volte_ims)
same => n,Hangup(16)
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/37014?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Icce5e55ab75c0c9fdacc4d8504e6714b99d385b4
Gerrit-Change-Number: 37014
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange
pespin has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/37001?usp=email )
Change subject: asterisk: pjsip.conf: identify incoming register started by local SIP UAs
......................................................................
asterisk: pjsip.conf: identify incoming register started by local SIP UAs
This config section is needed so that Asterisk can figure out the endpoint
when receiving a "REGISTER sip:172.18.248.10". Without it, it will answer with
a 404 Not Found.
Change-Id: I39568c3cebb89fc5a62a8144f448b50c48d79f10
---
M ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
1 file changed, 19 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
osmith: Looks good to me, but someone else must approve
diff --git a/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf b/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
index 580ed48..b776e0e 100644
--- a/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
+++ b/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
@@ -121,3 +121,9 @@
type=aor
contact=sip:238010000090828@ims.mnc001.mcc238.3gppnetwork.org
max_contacts=1
+
+[volte_ims]
+type=identify
+endpoint=volte_ims
+;match=ims.mnc001.mcc238.3gppnetwork.org
+match=172.18.11.10
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/37001?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I39568c3cebb89fc5a62a8144f448b50c48d79f10
Gerrit-Change-Number: 37001
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged
Attention is currently required from: pespin.
osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/docker-playground/+/37001?usp=email )
Change subject: asterisk: pjsip.conf: identify incoming register started by local SIP UAs
......................................................................
Patch Set 3: Code-Review+1
(1 comment)
File ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf:
https://gerrit.osmocom.org/c/docker-playground/+/37001/comment/af45c08e_cf8…
PS1, Line 128: ;match=ims.mnc001.mcc238.3gppnetwork.org
> Everything is WIP, in the sense that I'm still adding infrastructure and initial bunch of test cases […]
Ack
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/37001?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I39568c3cebb89fc5a62a8144f448b50c48d79f10
Gerrit-Change-Number: 37001
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 05 Jun 2024 10:52:51 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: osmith <osmith(a)sysmocom.de>
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment