* domain per scenario * dynamic IP/port and numbers * dynamic values at prefs.json Change-Id: Iab62d2a0ea5953bc6a32e4ed41f1977ae687a515mr9.5.1
parent
65306258e6
commit
d87d869d8f
@ -1,9 +1,9 @@
|
||||
cdr:
|
||||
- source_user: 'testuser1002'
|
||||
source_domain: 'spce.test'
|
||||
source_domain: 'invite-allowip.scenarios.test'
|
||||
source_cli: '0'
|
||||
destination_user: 'testuser1003'
|
||||
destination_domain: 'spce.test'
|
||||
destination_domain: 'invite-allowip.scenarios.test'
|
||||
destination_user_dialed: 'testuser1003'
|
||||
call_type: 'call'
|
||||
call_status: 'other'
|
||||
|
||||
@ -1,8 +0,0 @@
|
||||
{
|
||||
"testuser1002@spce.test": {
|
||||
"allowed_ips": [
|
||||
"1.2.3.4"
|
||||
],
|
||||
"cli": 4311002
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,8 @@
|
||||
{
|
||||
"testuser1002@invite-allowip.scenarios.test": {
|
||||
"allowed_ips": [
|
||||
"1.2.3.4"
|
||||
],
|
||||
"cli": [% invite_allowip_scenarios_test.testuser1002.phone_number %]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue