ttcn3-asterisk: Configure new IMS ConnHdlr

Configure new component added to Asterisk_Tests to emulate an IMS Core.

Depends: osmo-ttcn3-hacks.git Change-Id Ibbbadd54b7facf4ef7384499704e742f482a1252
Change-Id: I0ee6cb8955fc4f7dec3db97c768430905374f115
This commit is contained in:
Pau Espin 2024-04-25 17:00:06 +02:00
parent fdef271404
commit 9a31b7ed81
1 changed files with 9 additions and 4 deletions

View File

@ -6,10 +6,15 @@
[TESTPORT_PARAMETERS]
*.AMI.CTRL_HOSTNAME := "172.18.11.10"
*.SIP.default_local_address := "172.18.11.103"
*.SIP.local_sip_port := "5060"
*.SIP.default_dest_address := "172.18.11.10"
*.SIP.default_dest_port := "5094"
Asterisk_Tests_LOCAL_SIP_EMU.SIP.default_local_address := "172.18.11.103"
Asterisk_Tests_LOCAL_SIP_EMU.SIP.local_sip_port := "5060"
Asterisk_Tests_LOCAL_SIP_EMU.SIP.default_dest_address := "172.18.11.10"
Asterisk_Tests_LOCAL_SIP_EMU.SIP.default_dest_port := "5094"
Asterisk_Tests_IMS_SIP_EMU.SIP.default_local_address := "172.18.11.103"
Asterisk_Tests_IMS_SIP_EMU.SIP.local_sip_port := "5061"
# Disabled for Server mode:
#Asterisk_Tests_IMS_SIP_EMU.SIP.default_dest_address := "172.18.11.10"
#Asterisk_Tests_IMS_SIP_EMU.SIP.default_dest_port := "5094"
[MODULE_PARAMETERS]
Asterisk_Tests.mp_local_sip_host := "172.18.11.103"