From 6ee77586ad62d677d7b2d60fc89c4d13f02812d3 Mon Sep 17 00:00:00 2001 From: Mohammed Ghettas Date: Wed, 17 Mar 2021 12:26:41 +0100 Subject: [PATCH] TT#114302 : fix force_[in|out]bound checks * dynamic value of b_park_domain was missing Change-Id: I4796e15f31f9536975ec5312739e2480122720e5 --- scenarios/invite_force_inbound_calls_to_peer/0003_test.yml.tt2 | 2 +- scenarios/invite_force_outbound_calls_to_peer/0003_test.yml.tt2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scenarios/invite_force_inbound_calls_to_peer/0003_test.yml.tt2 b/scenarios/invite_force_inbound_calls_to_peer/0003_test.yml.tt2 index fd7c82d6..25de5416 100644 --- a/scenarios/invite_force_inbound_calls_to_peer/0003_test.yml.tt2 +++ b/scenarios/invite_force_inbound_calls_to_peer/0003_test.yml.tt2 @@ -224,7 +224,7 @@ sip_out: 'P-Caller-UUID: [% spce_test.testuser1002.uuid %]', 'P-Callee-UUID: [% spce_test.testuser1003.uuid %]', 'P-Called-Party-ID: ', - 'P-App-Param: ;calltimer=21600;aleg_sst_enable=no;sst_enable=no;hold_alter_b2b_bleg=no;hold_alter_b2b_aleg=no;a_park_domain=[% customer_test.id %];b_park_domain=26', + 'P-App-Param: ;calltimer=21600;aleg_sst_enable=no;sst_enable=no;hold_alter_b2b_bleg=no;hold_alter_b2b_aleg=no;a_park_domain=[% customer_test.id %];b_park_domain=[% customer_test.id %]', 'P-App-Name: sbc', 'P-NGCP-Caller-Info: ;ip=127.126.0.1;port=\d+;primary=4311002', 'P-NGCP-Callee-Info: ;ip=127.0.2.1;port=\d+;primary=4311003', diff --git a/scenarios/invite_force_outbound_calls_to_peer/0003_test.yml.tt2 b/scenarios/invite_force_outbound_calls_to_peer/0003_test.yml.tt2 index 04eb37ab..5e5cc209 100644 --- a/scenarios/invite_force_outbound_calls_to_peer/0003_test.yml.tt2 +++ b/scenarios/invite_force_outbound_calls_to_peer/0003_test.yml.tt2 @@ -211,7 +211,7 @@ sip_out: 'P-Caller-UUID: [% spce_test.testuser1002.uuid %]', 'P-Callee-UUID: [% spce_test.testuser1003.uuid %]', 'P-Called-Party-ID: ', - 'P-App-Param: ;calltimer=21600;aleg_sst_enable=no;sst_enable=no;hold_alter_b2b_bleg=no;hold_alter_b2b_aleg=no;a_park_domain=[% customer_test.id %];b_park_domain=26', + 'P-App-Param: ;calltimer=21600;aleg_sst_enable=no;sst_enable=no;hold_alter_b2b_bleg=no;hold_alter_b2b_aleg=no;a_park_domain=[% customer_test.id %];b_park_domain=[% customer_test.id %]', 'P-App-Name: sbc', 'P-NGCP-Caller-Info: ;ip=127.126.0.1;port=\d+;primary=4311002', 'P-NGCP-Callee-Info: ;ip=127.0.2.1;port=\d+;primary=4311003',