pespin has uploaded this change for review.
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 change 37001. To unsubscribe, or for help writing mail filters, visit settings.