pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/docker-playground/+/37012?usp=email )
Change subject: asterisk: pjsip.conf: Update IMS port asterisk config
......................................................................
asterisk: pjsip.conf: Update IMS port asterisk config
The config names changes recently during development.
Adapt to the new range style fields.
Change-Id: I4aceb3b62ce7f446abd02b1a53993a3baecf2f20
---
M ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
1 file changed, 16 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/12/37012/1
diff --git a/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
b/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
index b776e0e..0e9b201 100644
--- a/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
+++ b/ttcn3-asterisk-ims-ue-test/asterisk/pjsip.conf
@@ -77,8 +77,10 @@
type=transport
protocol=tcp
bind=172.18.11.10:5060
-ims_port_c=5555
-ims_port_s=5060
+sec_port_c_min=5555
+sec_port_c_max=5559
+sec_port_s_min=5060
+sec_port_s_max=5069
[volte_ims]
type=registration
--
To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/37012?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: I4aceb3b62ce7f446abd02b1a53993a3baecf2f20
Gerrit-Change-Number: 37012
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange