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