* domain per scenario * dynamic IP/port and numbers * dynamic prefs/configs Change-Id: I1280e6f348609d64653705ebf3192ccfeb00c049mr9.5.1
parent
60221641bb
commit
aea33069f1
@ -1,8 +1,8 @@
|
||||
---
|
||||
testuser1003@spce.test:
|
||||
testuser1003@incoming-hih.scenarios.test:
|
||||
destinations:
|
||||
destinations:
|
||||
- destination: sip:4311002@spce.test
|
||||
- destination: sip:[% incoming_hih_scenarios_test.testuser1002.phone_number %]@incoming-hih.scenarios.test
|
||||
priority: 0
|
||||
timeout: 25
|
||||
name: dest1003
|
||||
@ -1,19 +1,19 @@
|
||||
cdr:
|
||||
- source_user: '004321001'
|
||||
source_domain: '127.0.2.1'
|
||||
source_cli: '004321001'
|
||||
- source_user: '[% scenarios.0.username %]'
|
||||
source_domain: '[% scenarios.0.ip %]'
|
||||
source_cli: '[% scenarios.0.username %]'
|
||||
destination_user: 'testuser1003'
|
||||
destination_domain: 'spce.test'
|
||||
destination_user_dialed: '4311003'
|
||||
destination_domain: 'incoming-hih.scenarios.test'
|
||||
destination_user_dialed: '[% incoming_hih_scenarios_test.testuser1003.phone_number %]'
|
||||
call_type: 'call'
|
||||
call_status: 'ok'
|
||||
call_code: '200'
|
||||
- source_user: 'testuser1003'
|
||||
source_domain: 'spce.test'
|
||||
source_cli: '4311003'
|
||||
source_domain: 'incoming-hih.scenarios.test'
|
||||
source_cli: '[% incoming_hih_scenarios_test.testuser1003.phone_number %]'
|
||||
destination_user: 'testuser1002'
|
||||
destination_domain: 'spce.test'
|
||||
destination_user_dialed: '4311002'
|
||||
destination_domain: 'incoming-hih.scenarios.test'
|
||||
destination_user_dialed: '[% incoming_hih_scenarios_test.testuser1002.phone_number %]'
|
||||
call_type: 'cfu'
|
||||
call_status: 'ok'
|
||||
call_code: '200'
|
||||
call_code: '200'
|
||||
|
||||
@ -1,8 +0,0 @@
|
||||
{
|
||||
"testuser1002@spce.test": {
|
||||
"outbound_history_info": "uprn"
|
||||
},
|
||||
"testuser1003@spce.test": {
|
||||
"clir": true
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,8 @@
|
||||
{
|
||||
"testuser1002@incoming-hih.scenarios.test": {
|
||||
"outbound_history_info": "uprn"
|
||||
},
|
||||
"testuser1003@incoming-hih.scenarios.test": {
|
||||
"clir": true
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue