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