* domain per scenario * dynamic IP/port and numbers Change-Id: I8fc437a15eb1018a56669507bb9f221104062d83mr9.5.1
parent
d850b667cc
commit
e116cedbcd
@ -1,8 +1,8 @@
|
||||
---
|
||||
testuser1001@spce.test:
|
||||
testuser1001@invite-hm-callforward.scenarios.test:
|
||||
destinations:
|
||||
destinations:
|
||||
- destination: sip:4311003@spce.test
|
||||
- destination: sip:[% invite_hm_callforward_scenarios_test.testuser1003.phone_number %]@invite-hm-callforward.scenarios.test
|
||||
priority: 0
|
||||
timeout: 10
|
||||
name: dest1001
|
||||
@ -1,19 +1,19 @@
|
||||
cdr:
|
||||
- source_user: 'testuser1002'
|
||||
source_domain: 'spce.test'
|
||||
source_cli: '4311002'
|
||||
source_domain: 'invite-hm-callforward.scenarios.test'
|
||||
source_cli: '[% invite_hm_callforward_scenarios_test.testuser1002.phone_number %]'
|
||||
destination_user: 'testuser1001'
|
||||
destination_domain: 'spce.test'
|
||||
destination_domain: 'invite-hm-callforward.scenarios.test'
|
||||
destination_user_dialed: 'testuser1001'
|
||||
call_type: 'call'
|
||||
call_status: 'ok'
|
||||
call_code: '200'
|
||||
- source_user: 'testuser1001'
|
||||
source_domain: 'spce.test'
|
||||
source_cli: '4311001'
|
||||
source_domain: 'invite-hm-callforward.scenarios.test'
|
||||
source_cli: '[% invite_hm_callforward_scenarios_test.testuser1001.phone_number %]'
|
||||
destination_user: 'testuser1003'
|
||||
destination_domain: 'spce.test'
|
||||
destination_user_dialed: '4311003'
|
||||
destination_domain: 'invite-hm-callforward.scenarios.test'
|
||||
destination_user_dialed: '[% invite_hm_callforward_scenarios_test.testuser1003.phone_number %]'
|
||||
call_type: 'cfu'
|
||||
call_status: 'ok'
|
||||
call_code: '200'
|
||||
|
||||
@ -1,11 +0,0 @@
|
||||
{
|
||||
"testuser1002@spce.test": {
|
||||
"header_rule_set": "hm_00"
|
||||
},
|
||||
"testuser1003@spce.test": {
|
||||
"header_rule_set": "hm_01"
|
||||
},
|
||||
"testuser1001@spce.test": {
|
||||
"header_rule_set": "hm_02"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,11 @@
|
||||
{
|
||||
"testuser1002@invite-hm-callforward.scenarios.test": {
|
||||
"header_rule_set": "hm_invite_hm_cf_00"
|
||||
},
|
||||
"testuser1003@invite-hm-callforward.scenarios.test": {
|
||||
"header_rule_set": "hm_invite_hm_cf_01"
|
||||
},
|
||||
"testuser1001@invite-hm-callforward.scenarios.test": {
|
||||
"header_rule_set": "hm_invite_hm_cf_02"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue