* domain per scenario * dynamic IP/port and numbers * dynamic values at prefs.json Change-Id: I8067300d31dc09d18bdff0a444f7a558db814511mr9.5.1
parent
ea37348b0f
commit
981613f4ab
@ -1,10 +1,10 @@
|
||||
cdr:
|
||||
- source_user: 'testuser1002'
|
||||
source_domain: 'spce.test'
|
||||
source_cli: '4311002'
|
||||
source_domain: 'invite-blockout-ncos.scenarios.test'
|
||||
source_cli: '[% invite_blockout_ncos_scenarios_test.testuser1002.phone_number %]'
|
||||
destination_user: 'testuser1003'
|
||||
destination_domain: 'spce.test'
|
||||
destination_user_dialed: '4311003'
|
||||
destination_domain: 'invite-blockout-ncos.scenarios.test'
|
||||
destination_user_dialed: '[% invite_blockout_ncos_scenarios_test.testuser1003.phone_number %]'
|
||||
call_type: 'call'
|
||||
call_status: 'other'
|
||||
call_code: '403'
|
||||
|
||||
@ -1,5 +0,0 @@
|
||||
{
|
||||
"testuser1002@spce.test": {
|
||||
"ncos": "ncos_test_00"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,5 @@
|
||||
{
|
||||
"testuser1002@invite-blockout-ncos.scenarios.test": {
|
||||
"ncos": "ncos_test_00"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue