* domain per scenario * dynamic IP/port and numbers * dynamic values at prefs.json Change-Id: Ia174376d0138c2c148fefd6f973075df20da7ba8mr9.5.1
parent
efcb70e7b4
commit
033969db9d
@ -1,10 +1,10 @@
|
|||||||
cdr:
|
cdr:
|
||||||
- source_user: 'testuser1002'
|
- source_user: 'testuser1002'
|
||||||
source_domain: 'spce.test'
|
source_domain: 'invite-blockin-blst.scenarios.test'
|
||||||
source_cli: '4311002'
|
source_cli: '[% invite_blockin_blst_scenarios_test.testuser1002.phone_number %]'
|
||||||
destination_user: 'testuser1003'
|
destination_user: 'testuser1003'
|
||||||
destination_domain: 'spce.test'
|
destination_domain: 'invite-blockin-blst.scenarios.test'
|
||||||
destination_user_dialed: '4311003'
|
destination_user_dialed: '[% invite_blockin_blst_scenarios_test.testuser1003.phone_number %]'
|
||||||
call_type: 'call'
|
call_type: 'call'
|
||||||
call_status: 'other'
|
call_status: 'other'
|
||||||
call_code: '403'
|
call_code: '403'
|
||||||
@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"testuser1003@spce.test": {
|
|
||||||
"block_in_list": [
|
|
||||||
"4311001",
|
|
||||||
"4311002"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"testuser1003@invite-blockin-blst.scenarios.test": {
|
||||||
|
"block_in_list": [
|
||||||
|
"[% invite_blockin_blst_scenarios_test.testuser1001.phone_number %]",
|
||||||
|
"[% invite_blockin_blst_scenarios_test.testuser1002.phone_number %]"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in new issue