TT#114302 : fix force_[in|out]bound checks

* PRO difference, fast_ack param was missing

Change-Id: Ib3645a676cdd5997989508560da5f6603fd601fd
mr9.4
Victor Seva 5 years ago
parent 6ee77586ad
commit 3c3715a7a9
No known key found for this signature in database
GPG Key ID: B1589889727198E0

@ -224,7 +224,7 @@ sip_out:
'P-Caller-UUID: [% spce_test.testuser1002.uuid %]',
'P-Callee-UUID: [% spce_test.testuser1003.uuid %]',
'P-Called-Party-ID: <sip:4311003@127.0.2.1>',
'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: <sip:testuser1002@spce.test>;ip=127.126.0.1;port=\d+;primary=4311002',
'P-NGCP-Callee-Info: <sip:4311003@spce.test>;ip=127.0.2.1;port=\d+;primary=4311003',

@ -211,7 +211,7 @@ sip_out:
'P-Caller-UUID: [% spce_test.testuser1002.uuid %]',
'P-Callee-UUID: [% spce_test.testuser1003.uuid %]',
'P-Called-Party-ID: <sip:testuser1003@127.0.2.1>',
'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: <sip:testuser1002@spce.test>;ip=127.126.0.1;port=\d+;primary=4311002',
'P-NGCP-Callee-Info: <sip:testuser1003@spce.test>;ip=127.0.2.1;port=\d+;primary=4311003',

Loading…
Cancel
Save