* domain per scenario * dynamic IP/port and numbers * dynamic values at prefs.json Change-Id: I4795b1fb672457133dec493748d8cba11833d5f9mr9.5.1
parent
91b068151d
commit
65306258e6
@ -1,9 +1,9 @@
|
|||||||
cdr:
|
cdr:
|
||||||
- source_user: 'testuser1002'
|
- source_user: 'testuser1002'
|
||||||
source_domain: 'spce.test'
|
source_domain: 'invite-allowedcli-nonmatch-reject.scenarios.test'
|
||||||
source_cli: '431100222'
|
source_cli: '[% invite_allowedcli_nonmatch_reject_scenarios_test.testuser1002.phone_number %]22'
|
||||||
destination_user: 'testuser1003'
|
destination_user: 'testuser1003'
|
||||||
destination_domain: 'spce.test'
|
destination_domain: 'invite-allowedcli-nonmatch-reject.scenarios.test'
|
||||||
destination_user_dialed: 'testuser1003'
|
destination_user_dialed: 'testuser1003'
|
||||||
call_type: 'call'
|
call_type: 'call'
|
||||||
call_status: 'other'
|
call_status: 'other'
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"testuser1002@spce.test": {
|
|
||||||
"allowed_clis": [
|
|
||||||
"43110029*",
|
|
||||||
"43110021*"
|
|
||||||
],
|
|
||||||
"cli": 4311002,
|
|
||||||
"user_cli": 43122122,
|
|
||||||
"inbound_upn": "from_display",
|
|
||||||
"allowed_clis_reject_policy": "reject"
|
|
||||||
}
|
|
||||||
}
|
|
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"testuser1002@invite-allowedcli-nonmatch-reject.scenarios.test": {
|
||||||
|
"allowed_clis": [
|
||||||
|
"[% invite_allowedcli_nonmatch_reject_scenarios_test.testuser1002.phone_number %]9*",
|
||||||
|
"[% invite_allowedcli_nonmatch_reject_scenarios_test.testuser1002.phone_number %]1*"
|
||||||
|
],
|
||||||
|
"cli": [% invite_allowedcli_nonmatch_reject_scenarios_test.testuser1002.phone_number %],
|
||||||
|
"user_cli": 43122122,
|
||||||
|
"inbound_upn": "from_display",
|
||||||
|
"allowed_clis_reject_policy": "reject"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in new issue