MT#61288 Fix configuration for running on different environments

This fix an issue when running KCT on a machine that have a few
particular settings that could invalidate some tests.

Change-Id: Ia693a515d85427f731c9b9209efe5138982da189
mr13.1
Fabricio Santolin da Silva 6 months ago
parent 93f29717f4
commit fb5afc894f

@ -1,12 +1,10 @@
---
sip:
ip: 10.20.29.2
port: 51602
mport: 45003
peer:
ip: 172.30.1.2
port: 52602
mport: 46003
b2b:
prepaid:
enable: no
intercept:
enable: no
type: none
kamailio:
lb:
ip: 127.0.0.1
@ -19,13 +17,33 @@ kamailio:
transport: tcp
ip: 127.3.0.1
port: 5074
security:
topos:
enable: no
tcp_children: '1'
udp_children: '1'
proxy:
children: '1'
tcp_children: '1'
rtpengine:
rtp_flag:
- ip: 172.30.1.2
netmask: 255.255.255.252
- ip: 10.20.29.2
netmask: 255.255.255.252
sip:
ip: 10.20.29.2
port: 51602
mport: 45003
peer:
ip: 172.30.1.2
port: 52602
mport: 46003
phone:
cc: 43
ac: 1
sn: 1000
tpcc:
enable: no
websocket:
enable: no

@ -1,4 +1,9 @@
---
b2b:
sbc:
xfer:
blind_immediate_release: no
enable: no
kamailio:
lb:
block_useragents:
@ -28,3 +33,9 @@ kamailio:
- name: invite-stir.scenarios.test
private_key: /etc/kamailio/stir/invite-peerout-stir.scenarios.test.key
skip_cf_loop: 'yes'
lnp:
enable: no
allow_refer_method: no
generate_responder_cdr_data: no
pbx:
enable: no

@ -1,3 +1,8 @@
b2b:
sbc:
xfer:
blind_immediate_release: no
enable: no
kamailio:
proxy:
lnp:
@ -9,3 +14,7 @@ kamailio:
enable: yes
type: local
skip_cf_loop: 'yes'
allow_refer_method: no
generate_responder_cdr_data: no
pbx:
enable: no

@ -11,5 +11,7 @@ kamailio:
presence:
enable: yes
skip_cf_loop: 'yes'
lnp:
enable: no
pbx:
enable: yes

Loading…
Cancel
Save