From 3c3715a7a9ffb09b361ccbac4b34a1b9c23bd092 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Mon, 22 Mar 2021 09:33:18 +0100 Subject: [PATCH] TT#114302 : fix force_[in|out]bound checks * PRO difference, fast_ack param was missing Change-Id: Ib3645a676cdd5997989508560da5f6603fd601fd --- 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 25de5416..9fa8b065 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=[% customer_test.id %]', + 'P-App-Param: ;calltimer=21600;aleg_sst_enable=no;sst_enable=no;hold_alter_b2b_bleg=no;hold_alter_b2b_aleg=no;(fast_ack=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 5e5cc209..cbf4e0ab 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=[% customer_test.id %]', + 'P-App-Param: ;calltimer=21600;aleg_sst_enable=no;sst_enable=no;hold_alter_b2b_bleg=no;hold_alter_b2b_aleg=no;(fast_ack=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',