* domain per scenario * dynamic IP/port and numbers * dynamic values at callforward.yml Change-Id: I035774280b051824c5d8ae685cab1447a1961d92mr9.5.1
parent
512805e4b6
commit
d3b6f758fb
@ -1,37 +1,37 @@
|
||||
cdr:
|
||||
- source_user: 'testuser1002'
|
||||
source_domain: 'spce.test'
|
||||
source_cli: '4311002'
|
||||
source_domain: 'invite-callforward.scenarios.test'
|
||||
source_cli: '[% invite_callforward_scenarios_test.testuser1002.phone_number %]'
|
||||
destination_user: 'testuser1004'
|
||||
destination_domain: 'spce.test'
|
||||
destination_domain: 'invite-callforward.scenarios.test'
|
||||
destination_user_dialed: 'testuser1004'
|
||||
call_type: 'call'
|
||||
call_status: 'ok'
|
||||
call_code: '200'
|
||||
- source_user: 'testuser1004'
|
||||
source_domain: 'spce.test'
|
||||
source_cli: '4311004'
|
||||
source_domain: 'invite-callforward.scenarios.test'
|
||||
source_cli: '[% invite_callforward_scenarios_test.testuser1004.phone_number %]'
|
||||
destination_user: 'testuser1005'
|
||||
destination_domain: 'spce.test'
|
||||
destination_user_dialed: '4311005'
|
||||
destination_domain: 'invite-callforward.scenarios.test'
|
||||
destination_user_dialed: '[% invite_callforward_scenarios_test.testuser1005.phone_number %]'
|
||||
call_type: 'cfb'
|
||||
call_status: 'ok'
|
||||
call_code: '200'
|
||||
- source_user: 'testuser1002'
|
||||
source_domain: 'spce.test'
|
||||
source_cli: '4311002'
|
||||
source_domain: 'invite-callforward.scenarios.test'
|
||||
source_cli: '[% invite_callforward_scenarios_test.testuser1002.phone_number %]'
|
||||
destination_user: 'testuser1001'
|
||||
destination_domain: 'spce.test'
|
||||
destination_domain: 'invite-callforward.scenarios.test'
|
||||
destination_user_dialed: 'testuser1001'
|
||||
call_type: 'call'
|
||||
call_status: 'ok'
|
||||
call_code: '200'
|
||||
- source_user: 'testuser1001'
|
||||
source_domain: 'spce.test'
|
||||
source_cli: '4311001'
|
||||
source_domain: 'invite-callforward.scenarios.test'
|
||||
source_cli: '[% invite_callforward_scenarios_test.testuser1001.phone_number %]'
|
||||
destination_user: 'testuser1003'
|
||||
destination_domain: 'spce.test'
|
||||
destination_user_dialed: '4311003'
|
||||
destination_domain: 'invite-callforward.scenarios.test'
|
||||
destination_user_dialed: '[% invite_callforward_scenarios_test.testuser1003.phone_number %]'
|
||||
call_type: 'cfu'
|
||||
call_status: 'ok'
|
||||
call_code: '200'
|
||||
Loading…
Reference in new issue