TT#116100 scenarios/invite_q_forking

* domain per scenario
* dynamic IP/port and numbers

Change-Id: Ie0a8a7351cd25e487db4544dcdd72820d12f2320
mr9.5.1
Victor Seva 5 years ago
parent 3b88e0b6c4
commit 7a9504f101

@ -22,8 +22,8 @@ flow:
- exit|ROUTE_EXIT: - exit|ROUTE_EXIT:
sip_in: sip_in:
- '^INVITE' - '^INVITE'
- 'Contact: sip:testuser1002@' - 'Contact: sip:[% scenarios.0.username %]@'
- 'To: <sip:testuser1003@' - 'To: <sip:[% scenarios.0.responders.0.username %]@'
- 'CSeq: 1 INVITE' - 'CSeq: 1 INVITE'
- 'Max-Forwards: 69' - 'Max-Forwards: 69'
- 'Content-Type: application/sdp' - 'Content-Type: application/sdp'
@ -31,12 +31,12 @@ sip_out:
- [ - [
'^SIP/2.0 100 Trying', '^SIP/2.0 100 Trying',
'CSeq: 1 INVITE', 'CSeq: 1 INVITE',
'From: <sip:testuser1002@', 'From: <sip:[% scenarios.0.username %]@',
'To: <sip:testuser1003@' 'To: <sip:[% scenarios.0.responders.0.username %]@'
] ]
- [ - [
'^SIP/2.0 407 Proxy Authentication Required', '^SIP/2.0 407 Proxy Authentication Required',
'CSeq: 1 INVITE', 'CSeq: 1 INVITE',
'From: <sip:testuser1002@', 'From: <sip:[% scenarios.0.username %]@',
'To: <sip:testuser1003@' 'To: <sip:[% scenarios.0.responders.0.username %]@'
] ]

@ -17,12 +17,12 @@ flow:
- start|ROUTE_FIND_CALLER: - start|ROUTE_FIND_CALLER:
- start|ROUTE_AUTH: - start|ROUTE_AUTH:
- start|ROUTE_AUTH_HELPER: - start|ROUTE_AUTH_HELPER:
$x_hdr(From): spce.test $x_hdr(From): invite-q-forking.scenarios.test
$var(realm_user): testuser1002 $var(realm_user): [% scenarios.0.username %]
$var(realm_domain): spce.test $var(realm_domain): invite-q-forking.scenarios.test
- return|ROUTE_AUTH_HELPER: - return|ROUTE_AUTH_HELPER:
$avp(orig_acc_caller_user): ['testuser1002'] $avp(orig_acc_caller_user): ['[% scenarios.0.username %]']
$avp(orig_acc_caller_domain): ['spce.test'] $avp(orig_acc_caller_domain): ['invite-q-forking.scenarios.test']
- start|ROUTE_ADD_CALLINFO_REPLY: - start|ROUTE_ADD_CALLINFO_REPLY:
- start|ROUTE_ADD_CALLINFO_CALLER_PRIMARY: - start|ROUTE_ADD_CALLINFO_CALLER_PRIMARY:
- return|ROUTE_ADD_CALLINFO_CALLER_PRIMARY: - return|ROUTE_ADD_CALLINFO_CALLER_PRIMARY:
@ -65,10 +65,10 @@ flow:
- return|ROUTE_SET_CALLEE_DIALOG: - return|ROUTE_SET_CALLEE_DIALOG:
$avp(lua_dlg_profile): [ $avp(lua_dlg_profile): [
"totalaccount:[% customer_test.id %]", "totalaccount:[% customer_test.id %]",
"totaluser:[% spce_test.testuser1003.uuid %]", "totaluser:[% invite_q_forking_scenarios_test.testuser1003.uuid %]",
"total", "total",
"account:[% customer_test.id %]", "account:[% customer_test.id %]",
"user:[% spce_test.testuser1003.uuid %]" "user:[% invite_q_forking_scenarios_test.testuser1003.uuid %]"
] ]
- start|ROUTE_BLOCK_IN: - start|ROUTE_BLOCK_IN:
- return|ROUTE_BLOCK_IN: - return|ROUTE_BLOCK_IN:
@ -102,29 +102,29 @@ flow:
$avp(lua_dlg_profile): [ $avp(lua_dlg_profile): [
"local", "local",
"totalaccount:[% customer_test.id %]", "totalaccount:[% customer_test.id %]",
"totaluser:[% spce_test.testuser1003.uuid %]", "totaluser:[% invite_q_forking_scenarios_test.testuser1003.uuid %]",
"total", "total",
"account:[% customer_test.id %]", "account:[% customer_test.id %]",
"user:[% spce_test.testuser1003.uuid %]" "user:[% invite_q_forking_scenarios_test.testuser1003.uuid %]"
] ]
- start|ROUTE_CNT_DLG_CHECK: - start|ROUTE_CNT_DLG_CHECK:
- return|ROUTE_CNT_DLG_CHECK: - return|ROUTE_CNT_DLG_CHECK:
- return|ROUTE_SET_CALLER_DIALOG: - return|ROUTE_SET_CALLER_DIALOG:
$avp(lua_dlg_profile): [ $avp(lua_dlg_profile): [
"accountout:[% customer_test.id %]", "accountout:[% customer_test.id %]",
"userout:[% spce_test.testuser1002.uuid %]", "userout:[% invite_q_forking_scenarios_test.testuser1002.uuid %]",
"account:[% customer_test.id %]", "account:[% customer_test.id %]",
"user:[% spce_test.testuser1002.uuid %]", "user:[% invite_q_forking_scenarios_test.testuser1002.uuid %]",
"totalaccountout:[% customer_test.id %]", "totalaccountout:[% customer_test.id %]",
"totaluserout:[% spce_test.testuser1002.uuid %]", "totaluserout:[% invite_q_forking_scenarios_test.testuser1002.uuid %]",
"totalaccount:[% customer_test.id %]", "totalaccount:[% customer_test.id %]",
"totaluser:[% spce_test.testuser1002.uuid %]", "totaluser:[% invite_q_forking_scenarios_test.testuser1002.uuid %]",
"local", "local",
"totalaccount:[% customer_test.id %]", "totalaccount:[% customer_test.id %]",
"totaluser:[% spce_test.testuser1003.uuid %]", "totaluser:[% invite_q_forking_scenarios_test.testuser1003.uuid %]",
"total", "total",
"account:[% customer_test.id %]", "account:[% customer_test.id %]",
"user:[% spce_test.testuser1003.uuid %]" "user:[% invite_q_forking_scenarios_test.testuser1003.uuid %]"
] ]
- start|ROUTE_ACC_CALLER: - start|ROUTE_ACC_CALLER:
- start|ROUTE_SET_ACC_CALLER_CALL_COUNTERS: - start|ROUTE_SET_ACC_CALLER_CALL_COUNTERS:
@ -237,63 +237,63 @@ flow:
- exit|ROUTE_EXIT: - exit|ROUTE_EXIT:
$avp(lua_dlg_profile): [ $avp(lua_dlg_profile): [
"accountout:[% customer_test.id %]", "accountout:[% customer_test.id %]",
"userout:[% spce_test.testuser1002.uuid %]", "userout:[% invite_q_forking_scenarios_test.testuser1002.uuid %]",
"account:[% customer_test.id %]", "account:[% customer_test.id %]",
"user:[% spce_test.testuser1002.uuid %]", "user:[% invite_q_forking_scenarios_test.testuser1002.uuid %]",
"totalaccountout:[% customer_test.id %]", "totalaccountout:[% customer_test.id %]",
"totaluserout:[% spce_test.testuser1002.uuid %]", "totaluserout:[% invite_q_forking_scenarios_test.testuser1002.uuid %]",
"totalaccount:[% customer_test.id %]", "totalaccount:[% customer_test.id %]",
"totaluser:[% spce_test.testuser1002.uuid %]", "totaluser:[% invite_q_forking_scenarios_test.testuser1002.uuid %]",
"local", "local",
"totalaccount:[% customer_test.id %]", "totalaccount:[% customer_test.id %]",
"totaluser:[% spce_test.testuser1003.uuid %]", "totaluser:[% invite_q_forking_scenarios_test.testuser1003.uuid %]",
"total", "total",
"account:[% customer_test.id %]", "account:[% customer_test.id %]",
"user:[% spce_test.testuser1003.uuid %]" "user:[% invite_q_forking_scenarios_test.testuser1003.uuid %]"
] ]
sip_in: sip_in:
- '^INVITE' - '^INVITE'
- 'Contact: sip:testuser1002@' - 'Contact: sip:[% scenarios.0.username %]@'
- 'CSeq: 2 INVITE' - 'CSeq: 2 INVITE'
- 'Max-Forwards: 69' - 'Max-Forwards: 69'
- 'Content-Type: application/sdp' - 'Content-Type: application/sdp'
- 'Proxy-Authorization: Digest username="testuser1002"' - 'Proxy-Authorization: Digest username="[% scenarios.0.username %]"'
sip_out: sip_out:
- [ - [
'^SIP/2.0 100 Trying', '^SIP/2.0 100 Trying',
'CSeq: 2 INVITE', 'CSeq: 2 INVITE',
'From: <sip:testuser1002@', 'From: <sip:[% scenarios.0.username %]@',
'To: <sip:testuser1003@' 'To: <sip:[% scenarios.0.responders.0.username %]@'
] ]
- [ - [
'^SIP/2.0 101 Connecting', '^SIP/2.0 101 Connecting',
'CSeq: 2 INVITE', 'CSeq: 2 INVITE',
'From: <sip:testuser1002@', 'From: <sip:[% scenarios.0.username %]@',
'To: <sip:testuser1003@' 'To: <sip:[% scenarios.0.responders.0.username %]@'
] ]
- [ - [
'^INVITE sip:testuser1003@', '^INVITE sip:[% scenarios.0.responders.0.username %]@',
'CSeq: 2 INVITE', 'CSeq: 2 INVITE',
'From: <sip:4311002@', 'From: <sip:[% invite_q_forking_scenarios_test.testuser1002.phone_number %]@',
'To: <sip:testuser1003@', 'To: <sip:[% scenarios.0.responders.0.username %]@',
'Content-Type: application/sdp', 'Content-Type: application/sdp',
'P-Caller-UUID: [% spce_test.testuser1002.uuid %]', 'P-Caller-UUID: [% invite_q_forking_scenarios_test.testuser1002.uuid %]',
'P-Callee-UUID: [% spce_test.testuser1003.uuid %]', 'P-Callee-UUID: [% invite_q_forking_scenarios_test.testuser1003.uuid %]',
'P-Asserted-Identity: <sip:4311002@', 'P-Asserted-Identity: <sip:[% invite_q_forking_scenarios_test.testuser1002.phone_number %]@',
'P-Called-Party-ID: <sip:testuser1003@', 'P-Called-Party-ID: <sip:[% scenarios.0.responders.0.username %]@',
'P-App-Param: ;calltimer=21600;aleg_sst_enable=no;sst_enable=no', 'P-App-Param: ;calltimer=21600;aleg_sst_enable=no;sst_enable=no',
'P-App-Name: sbc' 'P-App-Name: sbc'
] ]
- [ - [
'^INVITE sip:testuser1003@', '^INVITE sip:[% scenarios.0.responders.0.username %]@',
'CSeq: 2 INVITE', 'CSeq: 2 INVITE',
'From: <sip:4311002@', 'From: <sip:[% invite_q_forking_scenarios_test.testuser1002.phone_number %]@',
'To: <sip:testuser1003@', 'To: <sip:[% scenarios.0.responders.0.username %]@',
'Content-Type: application/sdp', 'Content-Type: application/sdp',
'P-Caller-UUID: [% spce_test.testuser1002.uuid %]', 'P-Caller-UUID: [% invite_q_forking_scenarios_test.testuser1002.uuid %]',
'P-Callee-UUID: [% spce_test.testuser1003.uuid %]', 'P-Callee-UUID: [% invite_q_forking_scenarios_test.testuser1003.uuid %]',
'P-Asserted-Identity: <sip:4311002@', 'P-Asserted-Identity: <sip:[% invite_q_forking_scenarios_test.testuser1002.phone_number %]@',
'P-Called-Party-ID: <sip:testuser1003@', 'P-Called-Party-ID: <sip:[% scenarios.0.responders.0.username %]@',
'P-App-Param: ;calltimer=21600;aleg_sst_enable=no;sst_enable=no', 'P-App-Param: ;calltimer=21600;aleg_sst_enable=no;sst_enable=no',
'P-App-Name: sbc' 'P-App-Name: sbc'
] ]

@ -13,15 +13,15 @@ flow:
- return|ROUTE_RUNTIME: - return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT: - exit|ROUTE_EXIT:
sip_in: sip_in:
- 'INVITE sip:testuser1003@127.1.0.1:\d+ SIP/2.0' - 'INVITE sip:[% scenarios.0.responders.0.username %]@[% scenarios.0.responders.0.ip %]:[% scenarios.0.responders.0.port %] SIP/2.0'
- 'From: <sip:4311002@spce.test>;tag=[\w-]+' - 'From: <sip:[% invite_q_forking_scenarios_test.testuser1002.phone_number %]@invite-q-forking.scenarios.test>;tag=[\w-]+'
- 'To: <sip:testuser1003@spce.test>' - 'To: <sip:[% scenarios.0.responders.0.username %]@invite-q-forking.scenarios.test>'
- 'CSeq: \d+ INVITE' - 'CSeq: \d+ INVITE'
- 'P-LB-Uptime: \d+' - 'P-LB-Uptime: \d+'
- 'P-Asserted-Identity: <sip:4311002@spce.test>' - 'P-Asserted-Identity: <sip:[% invite_q_forking_scenarios_test.testuser1002.phone_number %]@invite-q-forking.scenarios.test>'
- 'P-Caller-UUID: [% spce_test.testuser1002.uuid %]' - 'P-Caller-UUID: [% spce_test.testuser1002.uuid %]'
- 'P-NGCP-Caller-Info: <sip:testuser1002@spce.test>;ip=127.126.0.1;port=\d+;primary=4311002' - 'P-NGCP-Caller-Info: <sip:[% scenarios.0.username %]@invite-q-forking.scenarios.test>;ip=[% scenarios.0.ip %];port=[% scenarios.0.port %];primary=[% invite_q_forking_scenarios_test.testuser1002.phone_number %]'
- 'P-NGCP-Callee-Info: <sip:testuser1003@spce.test>;ip=127.0.0.1;port=5060;primary=4311003' - 'P-NGCP-Callee-Info: <sip:[% scenarios.0.responders.0.username %]@invite-q-forking.scenarios.test>;ip=127.0.0.1;port=5060;primary=[% invite_q_forking_scenarios_test.testuser1003.phone_number %]'
- 'P-D-Uri: sip:lb@127.0.0.1;lr;socket=sip:127.0.0.1:5060' - 'P-D-Uri: sip:lb@127.0.0.1;lr;socket=sip:127.0.0.1:5060'
- 'Content-Type: application/sdp' - 'Content-Type: application/sdp'
- 'Contact: <sip:127.0.0.1:508[08];transport=udp>' - 'Contact: <sip:127.0.0.1:508[08];transport=udp>'
@ -29,22 +29,22 @@ sip_in:
sip_out: sip_out:
- [ - [
'SIP/2.0 100 Trying', 'SIP/2.0 100 Trying',
'From: <sip:4311002@spce.test>;tag=[\w-]+', 'From: <sip:[% invite_q_forking_scenarios_test.testuser1002.phone_number %]@invite-q-forking.scenarios.test>;tag=[\w-]+',
'To: <sip:testuser1003@spce.test>', 'To: <sip:[% scenarios.0.responders.0.username %]@invite-q-forking.scenarios.test>',
'CSeq: \d+ INVITE', 'CSeq: \d+ INVITE',
'Server: Sipwise NGCP Proxy', 'Server: Sipwise NGCP Proxy',
'Content-Length: 0', 'Content-Length: 0',
] ]
- [ - [
'INVITE sip:testuser1003@127.1.0.1:\d+ SIP/2.0', 'INVITE sip:[% scenarios.0.responders.0.username %]@[% scenarios.0.responders.0.ip %]:[% scenarios.0.responders.0.port %] SIP/2.0',
'From: <sip:4311002@spce.test>;tag=[\w-]+', 'From: <sip:[% invite_q_forking_scenarios_test.testuser1002.phone_number %]@invite-q-forking.scenarios.test>;tag=[\w-]+',
'To: <sip:testuser1003@spce.test>', 'To: <sip:[% scenarios.0.responders.0.username %]@invite-q-forking.scenarios.test>',
'CSeq: \d+ INVITE', 'CSeq: \d+ INVITE',
'P-LB-Uptime: \d+', 'P-LB-Uptime: \d+',
'P-Asserted-Identity: <sip:4311002@spce.test>', 'P-Asserted-Identity: <sip:[% invite_q_forking_scenarios_test.testuser1002.phone_number %]@invite-q-forking.scenarios.test>',
'P-Caller-UUID: [% spce_test.testuser1002.uuid %]', 'P-Caller-UUID: [% spce_test.testuser1002.uuid %]',
'P-NGCP-Caller-Info: <sip:testuser1002@spce.test>;ip=127.126.0.1;port=\d+;primary=4311002', 'P-NGCP-Caller-Info: <sip:[% scenarios.0.username %]@invite-q-forking.scenarios.test>;ip=[% scenarios.0.ip %];port=[% scenarios.0.port %];primary=[% invite_q_forking_scenarios_test.testuser1002.phone_number %]',
'P-NGCP-Callee-Info: <sip:testuser1003@spce.test>;ip=127.0.0.1;port=5060;primary=4311003', 'P-NGCP-Callee-Info: <sip:[% scenarios.0.responders.0.username %]@invite-q-forking.scenarios.test>;ip=127.0.0.1;port=5060;primary=[% invite_q_forking_scenarios_test.testuser1003.phone_number %]',
'P-D-Uri: sip:lb@127.0.0.1;lr;socket=sip:127.0.0.1:5060', 'P-D-Uri: sip:lb@127.0.0.1;lr;socket=sip:127.0.0.1:5060',
'Content-Type: application/sdp', 'Content-Type: application/sdp',
'Contact: <sip:127.0.0.1:508[08];transport=udp>', 'Contact: <sip:127.0.0.1:508[08];transport=udp>',

@ -16,18 +16,18 @@ flow:
sip_in: sip_in:
- '^SIP/2.0 486 Busy Here' - '^SIP/2.0 486 Busy Here'
- 'CSeq: 2 INVITE' - 'CSeq: 2 INVITE'
- 'From: <sip:4311002@' - 'From: <sip:[% invite_q_forking_scenarios_test.testuser1002.phone_number %]@'
- 'To: <sip:testuser1003@' - 'To: <sip:[% scenarios.0.responders.0.username %]@'
sip_out: sip_out:
- [ - [
'^ACK sip:testuser1003@127.1.0.2', '^ACK sip:[% scenarios.0.responders.0.username %]@[% scenarios.0.responders.0.ip %]',
'CSeq: 2 ACK', 'CSeq: 2 ACK',
'From: <sip:4311002@', 'From: <sip:[% invite_q_forking_scenarios_test.testuser1002.phone_number %]@',
'To: <sip:testuser1003@' 'To: <sip:[% scenarios.0.responders.0.username %]@'
] ]
- [ - [
'^CANCEL sip:testuser1003@127.1.0.1', '^CANCEL sip:[% scenarios.0.responders.0.username %]@[% scenarios.0.responders.0.ip %]',
'CSeq: 2 CANCEL', 'CSeq: 2 CANCEL',
'From: <sip:4311002@', 'From: <sip:[% invite_q_forking_scenarios_test.testuser1002.phone_number %]@',
'To: <sip:testuser1003@' 'To: <sip:[% scenarios.0.responders.0.username %]@'
] ]

@ -45,19 +45,19 @@ sip_in:
- '^SIP/2.0 487 Request terminated' - '^SIP/2.0 487 Request terminated'
- 'CSeq: 2 INVITE' - 'CSeq: 2 INVITE'
- 'Content-Length: 0' - 'Content-Length: 0'
- 'From: <sip:4311002@' - 'From: <sip:[% invite_q_forking_scenarios_test.testuser1002.phone_number %]@'
- 'To: <sip:testuser1003@' - 'To: <sip:[% scenarios.0.responders.0.username %]@'
sip_out: sip_out:
- [ - [
'^ACK sip:testuser1003@127.1.0.1', '^ACK sip:[% scenarios.0.responders.0.username %]@[% scenarios.0.responders.0.ip %]',
'CSeq: 2 ACK', 'CSeq: 2 ACK',
'From: <sip:4311002@', 'From: <sip:[% invite_q_forking_scenarios_test.testuser1002.phone_number %]@',
'To: <sip:testuser1003@' 'To: <sip:[% scenarios.0.responders.0.username %]@'
] ]
- [ - [
'^SIP/2.0 486 Busy Here', '^SIP/2.0 486 Busy Here',
'CSeq: 2 INVITE', 'CSeq: 2 INVITE',
'Content-Length: 0', 'Content-Length: 0',
'From: <sip:testuser1002@', 'From: <sip:[% scenarios.0.username %]@',
'To: <sip:testuser1003@' 'To: <sip:[% scenarios.0.responders.0.username %]@'
] ]

@ -1,10 +1,10 @@
cdr: cdr:
- source_user: 'testuser1002' - source_user: '[% scenarios.0.username %]'
source_domain: 'spce.test' source_domain: 'invite-q-forking.scenarios.test'
source_cli: '4311002' source_cli: '[% invite_q_forking_scenarios_test.testuser1002.phone_number %]'
destination_user: 'testuser1003' destination_user: '[% scenarios.0.responders.0.username %]'
destination_domain: 'spce.test' destination_domain: 'invite-q-forking.scenarios.test'
destination_user_dialed: 'testuser1003' destination_user_dialed: '[% scenarios.0.responders.0.username %]'
call_type: 'call' call_type: 'call'
call_status: 'busy' call_status: 'busy'
call_code: '486' call_code: '486'

@ -1,5 +1,5 @@
{ {
"testuser1003@spce.test": { "[% scenarios.0.responders.0.username %]@invite-q-forking.scenarios.test": {
"serial_forking_by_q_value": "standard", "serial_forking_by_q_value": "standard",
"stop_forking_code_lists": [ "stop_forking_code_lists": [
"486" "486"

@ -1,6 +1,7 @@
---
test_uuid: invite_q_forking test_uuid: invite_q_forking
domains: domains:
'spce.test': invite-q-forking.scenarios.test:
reseller_id: 1 reseller_id: 1
customers: customers:
'customer.test': 'customer.test':
@ -13,7 +14,7 @@ customers:
billing_profile_id: 1 billing_profile_id: 1
reseller_id: 1 reseller_id: 1
subscribers: subscribers:
spce.test: invite-q-forking.scenarios.test:
testuser1003: testuser1003:
customer: 'customer.test' customer: 'customer.test'
password: testuser password: testuser
@ -33,15 +34,15 @@ subscribers:
scenarios: scenarios:
- ip: 127.126.0.1 - ip: 127.126.0.1
username: testuser1002 username: testuser1002
domain: spce.test domain: invite-q-forking.scenarios.test
responders: responders:
- ip: 127.1.0.1 - ip: 127.1.0.1
username: testuser1003 username: testuser1003
domain: spce.test domain: invite-q-forking.scenarios.test
register: yes register: 'yes'
q: 1.0 q: 1.0
- ip: 127.1.0.2 - ip: 127.1.0.2
username: testuser1003 username: testuser1003
domain: spce.test domain: invite-q-forking.scenarios.test
register: yes register: 'yes'
q: 1.0 q: 1.0

Loading…
Cancel
Save