* domain per scenario * dynamic IP/port and numbers Change-Id: Id74cc9a4a4279d2b4a077fd9658cab0df5d939d6mr9.5.1
parent
237b8619d8
commit
45341d9fba
@ -1,19 +1,19 @@
|
||||
cdr:
|
||||
- source_user: 'testuser1002'
|
||||
source_domain: 'spce.test'
|
||||
source_cli: '4311002'
|
||||
destination_user: '004321001'
|
||||
destination_domain: '127.0.2.1'
|
||||
destination_user_dialed: '004321001'
|
||||
- source_user: '[% scenarios.0.username %]'
|
||||
source_domain: 'invite-concurrent-max-out.scenarios.test'
|
||||
source_cli: '[% invite_concurrent_max_out_scenarios_test.testuser1002.phone_number %]'
|
||||
destination_user: '[% scenarios.0.responders.0.username %]'
|
||||
destination_domain: '[% scenarios.0.responders.0.ip %]'
|
||||
destination_user_dialed: '[% scenarios.0.responders.0.username %]'
|
||||
call_type: 'call'
|
||||
call_status: 'ok'
|
||||
call_code: '200'
|
||||
- source_user: 'testuser1002'
|
||||
source_domain: 'spce.test'
|
||||
source_cli: '4311002'
|
||||
destination_user: '004421003'
|
||||
destination_domain: '127.0.2.1'
|
||||
destination_user_dialed: '004421003'
|
||||
- source_user: '[% scenarios.0.username %]'
|
||||
source_domain: 'invite-concurrent-max-out.scenarios.test'
|
||||
source_cli: '[% invite_concurrent_max_out_scenarios_test.testuser1002.phone_number %]'
|
||||
destination_user: '[% scenarios.0.responders.1.username %]'
|
||||
destination_domain: '[% scenarios.0.responders.0.ip %]'
|
||||
destination_user_dialed: '[% scenarios.0.responders.1.username %]'
|
||||
call_type: 'call'
|
||||
call_status: 'other'
|
||||
call_code: '403'
|
||||
@ -1,12 +0,0 @@
|
||||
{
|
||||
"testuser1002@spce.test": {
|
||||
"concurrent_max": 2,
|
||||
"concurrent_max_out": 1
|
||||
},
|
||||
"peer_00_host0": {
|
||||
"concurrent_max": 10
|
||||
},
|
||||
"peer_01_host0": {
|
||||
"concurrent_max": 10
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,12 @@
|
||||
{
|
||||
"testuser1002@invite-concurrent-max-out.scenarios.test": {
|
||||
"concurrent_max": 2,
|
||||
"concurrent_max_out": 1
|
||||
},
|
||||
"peer_00_invite_concurrent_max_out_host0": {
|
||||
"concurrent_max": 10
|
||||
},
|
||||
"peer_01_invite_concurrent_max_out_host0": {
|
||||
"concurrent_max": 10
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue