TT#155201 Fix Skip accounting in case the call reaches CFNA after call failure

Previoulsy 3 CDRs were wrongly created.
Just 2 are necessary: one before and one after the CFNA

Change-Id: Ibcdc6f7192fe0b031fc39e69c4df2b546ca6a42f
mr10.3.1
Marco Capetta 3 years ago
parent 621e03e2ab
commit edb1cd13ad

@ -1,13 +1,4 @@
cdr:
- source_user: '[% scenarios.0.username %]'
source_domain: 'invite-callforward-but-callee-locked-cfna.scenarios.test'
source_cli: '[% invite_callforward_but_callee_locked_cfna_scenarios_test.testuser1000.phone_number %]'
destination_user: '[% scenarios.0.responders.0.username %]'
destination_domain: 'invite-callforward-but-callee-locked-cfna.scenarios.test'
destination_user_dialed: '[% scenarios.0.responders.0.username %]'
call_type: 'call'
call_status: 'other'
call_code: '403'
- source_user: '[% scenarios.0.username %]'
source_domain: 'invite-callforward-but-callee-locked-cfna.scenarios.test'
source_cli: '[% invite_callforward_but_callee_locked_cfna_scenarios_test.testuser1000.phone_number %]'

Loading…
Cancel
Save