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:238010000090...@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 <pes...@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osm...@sysmocom.de>
Gerrit-Reviewer: pespin <pes...@sysmocom.de>
Gerrit-MessageType: merged

Reply via email to