pespin has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/01/37001/1
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: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange