TT#87502 Sems-b2b enabled by default and moved under sip port 5060

Change-Id: I73ab86b2428f2e4bedaa05554c21c12fa8ef1a66
mr9.0.1
Marco Capetta 6 years ago
parent c57dca2a9c
commit a0c19c47be

@ -213,5 +213,5 @@ sip_out:
'P-NGCP-Sems-Instance: pbx',
'P-Proxy-Uri: 127.0.0.1:5062',
'P-NGCP-Caller-Info: <sip:testuser1002@spce.test>;ip=127.126.0.1;port=\d+;primary=43110011002',
'P-NGCP-Callee-Info: <sip:testuser1001@spce.test>;ip=127.0.0.1;port=508[58];primary=4311001',
'P-NGCP-Callee-Info: <sip:testuser1001@spce.test>;ip=127.0.0.1;port=5080;primary=4311001',
]

@ -152,11 +152,11 @@ sip_in:
- 'P-NGCP-Sems-Instance: pbx'
- 'P-Proxy-Uri: 127.0.0.1:5062'
- 'P-NGCP-Caller-Info: <sip:testuser1002@spce.test>;ip=127.126.0.1;port=\d+;primary=43110011002'
- 'P-NGCP-Callee-Info: <sip:testuser1001@spce.test>;ip=127.0.0.1;port=508[58];primary=4311001'
- 'P-NGCP-Callee-Info: <sip:testuser1001@spce.test>;ip=127.0.0.1;port=5080;primary=4311001'
- 'P-To-Device: 1'
- 'Content-Type: application/sdp'
- 'Content-Length:\s+\d+'
- 'Contact: <sip:127.0.0.1:508[58];transport=udp>'
- 'Contact: <sip:127.0.0.1:5080;transport=udp>'
sip_out:
- [
'SIP/2.0 100 Trying',
@ -183,7 +183,7 @@ sip_out:
'P-NGCP-Callee-Info: <sip:43110011003@spce.test>;ip=127.0.0.1;port=5080',
'Content-Type: application/sdp',
'Content-Length:\s+\d+',
'Contact: <sip:127.0.0.1:508[58];transport=udp>',
'Contact: <sip:127.0.0.1:5080;transport=udp>',
'P-HIH-Cause: 302',
'P-App-Param: ;profile=ngcp_cf',
'P-App-Name: sbc',

@ -180,7 +180,7 @@ sip_out:
'P-First-Caller-Cloud-PBX: [% customerpbx_test.id %]',
'P-Caller-UUID: [% spce_test.testuser1001.uuid %]',
'P-NGCP-Caller-Info: <sip:testuser1001@spce.test>;ip=127.0.0.1;port=5080;primary=4311001',
'P-NGCP-Callee-Info: <sip:43110011003@spce.test>;ip=127.0.0.1;port=508[58];primary=43110011003',
'P-NGCP-Callee-Info: <sip:43110011003@spce.test>;ip=127.0.0.1;port=5080;primary=43110011003',
'P-First-Caller-UPN: 43110011002',
'P-First-Caller-NPN: 43110011002',
'P-First-Caller-UPD: spce.test',

@ -141,7 +141,7 @@ sip_in:
- 'P-First-Caller-Cloud-PBX: [% customerpbx_test.id %]'
- 'P-Caller-UUID: [% spce_test.testuser1001.uuid %]'
- 'P-NGCP-Caller-Info: <sip:testuser1001@spce.test>;ip=127.0.0.1;port=5080;primary=4311001'
- 'P-NGCP-Callee-Info: <sip:43110011003@spce.test>;ip=127.0.0.1;port=508[58];primary=43110011003'
- 'P-NGCP-Callee-Info: <sip:43110011003@spce.test>;ip=127.0.0.1;port=5080;primary=43110011003'
- 'P-First-Caller-UPN: 43110011002'
- 'P-First-Caller-NPN: 43110011002'
- 'P-First-Caller-UPD: spce.test'
@ -174,7 +174,7 @@ sip_in:
- 'P-To-Device: 1'
- 'Content-Type: application/sdp'
- 'Content-Length:\s+\d+'
- 'Contact: <sip:127.0.0.1:508[58];transport=udp>'
- 'Contact: <sip:127.0.0.1:5080;transport=udp>'
sip_out:
- [
'SIP/2.0 100 Trying',
@ -190,7 +190,7 @@ sip_out:
'To: <sip:testuser1001@spce.test>',
'CSeq: \d+ INVITE',
'P-Caller-UUID: [% spce_test.testuser1001.uuid %]',
'P-NGCP-Caller-Info: <sip:testuser1001@spce.test>;ip=127.0.0.1;port=508[58];primary=4311001',
'P-NGCP-Caller-Info: <sip:testuser1001@spce.test>;ip=127.0.0.1;port=5080;primary=4311001',
'P-NGCP-Callee-Info: <sip:43110011003@spce.test>;ip=127.0.0.1;port=5060;primary=43110011003;alias=43110011003',
'P-CF-Depth: 1',
'P-NGCP-Forward-Info: <sip:testuser1001@spce.test>;ip=127.0.0.1;port=5080;primary=4311001',
@ -199,7 +199,7 @@ sip_out:
'P-NGCP-Acc-Dst-Leg: .+',
'Content-Type: application/sdp',
'Content-Length:\s+\d+',
'Contact: <sip:127.0.0.1:508[58];transport=udp>',
'Contact: <sip:127.0.0.1:5080;transport=udp>',
'P-Asserted-Identity: <sip:43110011002@spce.test>',
'P-Called-Party-ID: <sip:testuser1003@spce.test>',
'P-App-Param: ;calltimer=21600;aleg_sst_enable=no;sst_enable=no;hold_alter_b2b_bleg=no;hold_alter_b2b_aleg=no;fast_ack=no',

@ -18,7 +18,7 @@ sip_in:
- 'To: <sip:testuser1001@spce.test>;tag=[\w-]+'
- 'CSeq: \d+ INVITE'
- 'P-COLP-Identity: "1003" <sip:1003@spce.test>'
- 'Contact: <sip:127.0.0.1:508[58];transport=udp>'
- 'Contact: <sip:127.0.0.1:5080;transport=udp>'
- 'Content-Length: 0'
sip_out:
- [
@ -27,6 +27,6 @@ sip_out:
'To: <sip:testuser1001@spce.test>;tag=[\w-]+',
'CSeq: \d+ INVITE',
'P-COLP-Identity: "1003" <sip:1003@spce.test>',
'Contact: <sip:127.0.0.1:508[58];transport=udp>',
'Contact: <sip:127.0.0.1:5080;transport=udp>',
'Content-Length: 0',
]

@ -20,7 +20,7 @@ sip_in:
- 'To: <sip:testuser1001@spce.test>;tag=[\w-]+'
- 'CSeq: \d+ INVITE'
- 'P-COLP-Identity: "1003" <sip:1003@spce.test>'
- 'Contact: <sip:127.0.0.1:508[58];transport=udp>'
- 'Contact: <sip:127.0.0.1:5080;transport=udp>'
- 'Content-Length: 0'
sip_out:
- [
@ -40,7 +40,7 @@ sip_out:
'To: <sip:testuser1001@spce.test>;tag=[\w-]+',
'CSeq: \d+ INVITE',
'P-COLP-Identity: "1003" <sip:1003@spce.test>',
'Contact: <sip:127.0.0.1:508[58];transport=udp>',
'Contact: <sip:127.0.0.1:5080;transport=udp>',
'Content-Length: 0',
'P-Out-Socket: udp:127.0.0.1:5060',
]

@ -24,7 +24,7 @@ sip_in:
- 'To: <sip:testuser1001@spce.test>;tag=[\w-]+'
- 'CSeq: \d+ INVITE'
- 'P-COLP-Identity: "1003" <sip:1003@spce.test>'
- 'Contact: <sip:127.0.0.1:508[58];transport=udp>'
- 'Contact: <sip:127.0.0.1:5080;transport=udp>'
- 'Content-Type: application/sdp'
- 'Content-Length:\s+\d+'
sip_out:
@ -34,7 +34,7 @@ sip_out:
'To: <sip:testuser1001@spce.test>;tag=[\w-]+',
'CSeq: \d+ INVITE',
'P-COLP-Identity: "1003" <sip:1003@spce.test>',
'Contact: <sip:127.0.0.1:508[58];transport=udp>',
'Contact: <sip:127.0.0.1:5080;transport=udp>',
'Content-Type: application/sdp',
'Content-Length:\s+\d+',
]

@ -26,7 +26,7 @@ sip_in:
- 'To: <sip:testuser1001@spce.test>;tag=[\w-]+'
- 'CSeq: \d+ INVITE'
- 'P-COLP-Identity: "1003" <sip:1003@spce.test>'
- 'Contact: <sip:127.0.0.1:508[58];transport=udp>'
- 'Contact: <sip:127.0.0.1:5080;transport=udp>'
- 'Content-Type: application/sdp'
- 'Content-Length:\s+\d+'
sip_out:
@ -47,7 +47,7 @@ sip_out:
'To: <sip:testuser1001@spce.test>;tag=[\w-]+',
'CSeq: \d+ INVITE',
'P-COLP-Identity: "1003" <sip:1003@spce.test>',
'Contact: <sip:127.0.0.1:508[58];transport=udp>',
'Contact: <sip:127.0.0.1:5080;transport=udp>',
'Content-Type: application/sdp',
'Content-Length:\s+\d+',
'P-Out-Socket: udp:127.0.0.1:5060',

@ -26,7 +26,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- 'ACK sip:127.0.0.1:508[58];prxroute=1 SIP/2.0'
- 'ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0'
- 'From: <sip:testuser1002@spce.test>;tag=[\w-]+'
- 'To: <sip:testuser1001@spce.test>;tag=[\w-]+'
- 'CSeq: \d+ ACK'
@ -40,7 +40,7 @@ sip_in:
- 'P-LB-Uptime: \d+'
sip_out:
- [
'ACK sip:127.0.0.1:508[58];prxroute=1 SIP/2.0',
'ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0',
'From: <sip:testuser1002@spce.test>;tag=[\w-]+',
'To: <sip:testuser1001@spce.test>;tag=[\w-]+',
'CSeq: \d+ ACK',

@ -25,7 +25,7 @@ sip_in:
- 'To: <sip:testuser1001@spce.test>;tag=[\w-]+'
- 'CSeq: \d+ ACK'
- 'Content-Length: 0'
- 'Contact: <sip:127.0.0.1:508[58];transport=udp>'
- 'Contact: <sip:127.0.0.1:5080;transport=udp>'
sip_out:
- [
'ACK sip:127.0.0.1:5080;transport=udp SIP/2.0',
@ -33,5 +33,5 @@ sip_out:
'To: <sip:testuser1001@spce.test>;tag=[\w-]+',
'CSeq: \d+ ACK',
'Content-Length: 0',
'Contact: <sip:127.0.0.1:508[58];transport=udp>',
'Contact: <sip:127.0.0.1:5080;transport=udp>',
]

@ -26,7 +26,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- 'ACK sip:127.0.0.1:508[58];transport=udp SIP/2.0'
- 'ACK sip:127.0.0.1:5080;transport=udp SIP/2.0'
- 'From: <sip:testuser1002@spce.test>;tag=[\w-]+'
- 'To: <sip:testuser1001@spce.test>;tag=[\w-]+'
- 'CSeq: \d+ ACK'
@ -34,7 +34,7 @@ sip_in:
- 'Contact: <sip:127.0.0.1:5080;transport=udp>'
sip_out:
- [
'ACK sip:127.0.0.1:508[58];transport=udp SIP/2.0',
'ACK sip:127.0.0.1:5080;transport=udp SIP/2.0',
'From: <sip:testuser1002@spce.test>;tag=[\w-]+',
'To: <sip:testuser1001@spce.test>;tag=[\w-]+',
'CSeq: \d+ ACK',

@ -29,7 +29,7 @@ sip_in:
- 'To: <sip:testuser1001@spce.test>;tag=[\w-]+'
- 'CSeq: \d+ ACK'
- 'Content-Length: 0'
- 'Contact: <sip:127.0.0.1:508[58];transport=udp>'
- 'Contact: <sip:127.0.0.1:5080;transport=udp>'
sip_out:
- [
'ACK sip:127.0.0.1:5080;transport=udp SIP/2.0',
@ -37,5 +37,5 @@ sip_out:
'To: <sip:testuser1001@spce.test>;tag=[\w-]+',
'CSeq: \d+ ACK',
'Content-Length: 0',
'Contact: <sip:127.0.0.1:508[58];transport=udp>',
'Contact: <sip:127.0.0.1:5080;transport=udp>',
]

@ -31,7 +31,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- 'BYE sip:127.0.0.1:508[58];prxroute=1 SIP/2.0'
- 'BYE sip:127.0.0.1:5080;prxroute=1 SIP/2.0'
- 'From: <sip:testuser1002@spce.test>;tag=[\w-]+'
- 'To: <sip:testuser1001@spce.test>;tag=[\w-]+'
- 'CSeq: \d+ BYE'
@ -67,7 +67,7 @@ sip_out:
'Content-Type: application/dialog\-info\+xml',
]
- [
'BYE sip:127.0.0.1:508[58];prxroute=1 SIP/2.0',
'BYE sip:127.0.0.1:5080;prxroute=1 SIP/2.0',
'From: <sip:testuser1002@spce.test>;tag=[\w-]+',
'To: <sip:testuser1001@spce.test>;tag=[\w-]+',
'CSeq: \d+ BYE',

@ -31,7 +31,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- 'BYE sip:127.0.0.1:508[58];transport=udp SIP/2.0'
- 'BYE sip:127.0.0.1:5080;transport=udp SIP/2.0'
- 'From: <sip:testuser1002@spce.test>;tag=[\w-]+'
- 'To: <sip:testuser1001@spce.test>;tag=[\w-]+'
- 'CSeq: \d+ BYE'
@ -46,7 +46,7 @@ sip_out:
'Content-Length: 0',
]
- [
'BYE sip:127.0.0.1:508[58];transport=udp SIP/2.0',
'BYE sip:127.0.0.1:5080;transport=udp SIP/2.0',
'From: <sip:testuser1002@spce.test>;tag=[\w-]+',
'To: <sip:testuser1001@spce.test>;tag=[\w-]+',
'CSeq: \d+ BYE',

@ -213,5 +213,5 @@ sip_out:
'P-NGCP-Sems-Instance: pbx',
'P-Proxy-Uri: 127.0.0.1:5062',
'P-NGCP-Caller-Info: <sip:testuser1002@spce.test>;ip=127.126.0.1;port=\d+;primary=43110011002',
'P-NGCP-Callee-Info: <sip:testuser1004@spce.test>;ip=127.0.0.1;port=508[58];primary=43110011004',
'P-NGCP-Callee-Info: <sip:testuser1004@spce.test>;ip=127.0.0.1;port=5080;primary=43110011004',
]

@ -161,11 +161,11 @@ sip_in:
- 'P-NGCP-Sems-Instance: pbx'
- 'P-Proxy-Uri: 127.0.0.1:5062'
- 'P-NGCP-Caller-Info: <sip:testuser1002@spce.test>;ip=127.126.0.1;port=\d+;primary=43110011002'
- 'P-NGCP-Callee-Info: <sip:testuser1004@spce.test>;ip=127.0.0.1;port=508[58];primary=43110011004'
- 'P-NGCP-Callee-Info: <sip:testuser1004@spce.test>;ip=127.0.0.1;port=5080;primary=43110011004'
- 'P-To-Device: 1'
- 'Content-Type: application/sdp'
- 'Content-Length:\s+\d+'
- 'Contact: <sip:127.0.0.1:508[58];transport=udp>'
- 'Contact: <sip:127.0.0.1:5080;transport=udp>'
sip_out:
- [
'SIP/2.0 100 Trying',
@ -190,7 +190,7 @@ sip_out:
'P-NGCP-Callee-Info: <sip:testuser1004@spce.test>;ip=127.0.0.1;port=5060;primary=43110011004',
'Content-Type: application/sdp',
'Content-Length:\s+\d+',
'Contact: <sip:127.0.0.1:508[58];transport=udp>',
'Contact: <sip:127.0.0.1:5080;transport=udp>',
'P-Asserted-Identity: <sip:43110011002@spce.test>',
'P-Called-Party-ID: <sip:testuser1004@spce.test>',
'P-App-Param: ;calltimer=21600;aleg_sst_enable=no;sst_enable=no;hold_alter_b2b_bleg=no;hold_alter_b2b_aleg=no;fast_ack=no',

@ -92,7 +92,7 @@ sip_out:
'P-NGCP-Callee-Info: <sip:43110011005@spce.test>;ip=127.0.0.1;port=5080',
'Content-Type: application/sdp',
'Content-Length:\s+\d+',
'Contact: <sip:127.0.0.1:508[58];transport=udp>',
'Contact: <sip:127.0.0.1:5080;transport=udp>',
'P-HIH-Cause: 486',
'P-App-Param: ;profile=ngcp_cf',
'P-App-Name: sbc',

@ -180,7 +180,7 @@ sip_out:
'P-First-Caller-Cloud-PBX: [% customerpbx_test.id %]',
'P-Caller-UUID: [% spce_test.testuser1004.uuid %]',
'P-NGCP-Caller-Info: <sip:testuser1004@spce.test>;ip=127.0.0.1;port=5080;primary=43110011004',
'P-NGCP-Callee-Info: <sip:43110011005@spce.test>;ip=127.0.0.1;port=508[58];primary=43110011005',
'P-NGCP-Callee-Info: <sip:43110011005@spce.test>;ip=127.0.0.1;port=5080;primary=43110011005',
'P-First-Caller-UPN: 43110011002',
'P-First-Caller-NPN: 43110011002',
'P-First-Caller-UPD: spce.test',

@ -141,7 +141,7 @@ sip_in:
- 'P-First-Caller-Cloud-PBX: [% customerpbx_test.id %]'
- 'P-Caller-UUID: [% spce_test.testuser1004.uuid %]'
- 'P-NGCP-Caller-Info: <sip:testuser1004@spce.test>;ip=127.0.0.1;port=5080;primary=43110011004'
- 'P-NGCP-Callee-Info: <sip:43110011005@spce.test>;ip=127.0.0.1;port=508[58];primary=43110011005'
- 'P-NGCP-Callee-Info: <sip:43110011005@spce.test>;ip=127.0.0.1;port=5080;primary=43110011005'
- 'P-First-Caller-UPN: 43110011002'
- 'P-First-Caller-NPN: 43110011002'
- 'P-First-Caller-UPD: spce.test'
@ -174,7 +174,7 @@ sip_in:
- 'P-To-Device: 1'
- 'Content-Type: application/sdp'
- 'Content-Length:\s+\d+'
- 'Contact: <sip:127.0.0.1:508[58];transport=udp>'
- 'Contact: <sip:127.0.0.1:5080;transport=udp>'
sip_out:
- [
'SIP/2.0 100 Trying',
@ -190,7 +190,7 @@ sip_out:
'To: <sip:testuser1004@spce.test>',
'CSeq: \d+ INVITE',
'P-Caller-UUID: [% spce_test.testuser1004.uuid %]',
'P-NGCP-Caller-Info: <sip:testuser1004@spce.test>;ip=127.0.0.1;port=508[58];primary=43110011004',
'P-NGCP-Caller-Info: <sip:testuser1004@spce.test>;ip=127.0.0.1;port=5080;primary=43110011004',
'P-NGCP-Callee-Info: <sip:43110011005@spce.test>;ip=127.0.0.1;port=5060;primary=43110011005;alias=43110011005',
'P-CF-Depth: 1',
'P-NGCP-Forward-Info: <sip:testuser1004@spce.test>;ip=127.0.0.1;port=5080;primary=43110011004',
@ -199,7 +199,7 @@ sip_out:
'P-NGCP-Acc-Dst-Leg: .+',
'Content-Type: application/sdp',
'Content-Length:\s+\d+',
'Contact: <sip:127.0.0.1:508[58];transport=udp>',
'Contact: <sip:127.0.0.1:5080;transport=udp>',
'P-Asserted-Identity: <sip:43110011002@spce.test>',
'P-Called-Party-ID: <sip:testuser1005@spce.test>',
'P-App-Param: ;calltimer=21600;aleg_sst_enable=no;sst_enable=no;hold_alter_b2b_bleg=no;hold_alter_b2b_aleg=no;fast_ack=no',

@ -18,7 +18,7 @@ sip_in:
- 'To: <sip:testuser1004@spce.test>;tag=[\w-]+'
- 'CSeq: \d+ INVITE'
- 'P-COLP-Identity: "1005" <sip:1005@spce.test>'
- 'Contact: <sip:127.0.0.1:508[58];transport=udp>'
- 'Contact: <sip:127.0.0.1:5080;transport=udp>'
- 'Content-Length: 0'
sip_out:
- [
@ -27,6 +27,6 @@ sip_out:
'To: <sip:testuser1004@spce.test>;tag=[\w-]+',
'CSeq: \d+ INVITE',
'P-COLP-Identity: "1005" <sip:1005@spce.test>',
'Contact: <sip:127.0.0.1:508[58];transport=udp>',
'Contact: <sip:127.0.0.1:5080;transport=udp>',
'Content-Length: 0',
]

@ -19,7 +19,7 @@ sip_in:
- 'From: <sip:testuser1002@spce.test>;tag=[\w-]+'
- 'To: <sip:testuser1004@spce.test>;tag=[\w-]+'
- 'CSeq: \d+ INVITE'
- 'Contact: <sip:127.0.0.1:508[58];transport=udp>'
- 'Contact: <sip:127.0.0.1:5080;transport=udp>'
- 'Content-Length: 0'
sip_out:
- [
@ -38,7 +38,7 @@ sip_out:
'From: <sip:testuser1002@spce.test>;tag=[\w-]+',
'To: <sip:testuser1004@spce.test>;tag=[\w-]+',
'CSeq: \d+ INVITE',
'Contact: <sip:127.0.0.1:508[58];transport=udp>',
'Contact: <sip:127.0.0.1:5080;transport=udp>',
'Content-Length: 0',
'P-COLP-Identity: "1005" <sip:1005@spce.test>',
'P-Out-Socket: udp:127.0.0.1:5060',

@ -24,7 +24,7 @@ sip_in:
- 'To: <sip:testuser1004@spce.test>;tag=[\w-]+'
- 'CSeq: \d+ INVITE'
- 'P-COLP-Identity: "1005" <sip:1005@spce.test>'
- 'Contact: <sip:127.0.0.1:508[58];transport=udp>'
- 'Contact: <sip:127.0.0.1:5080;transport=udp>'
- 'Content-Type: application/sdp'
- 'Content-Length:\s+\d+'
sip_out:
@ -34,7 +34,7 @@ sip_out:
'To: <sip:testuser1004@spce.test>;tag=[\w-]+',
'CSeq: \d+ INVITE',
'P-COLP-Identity: "1005" <sip:1005@spce.test>',
'Contact: <sip:127.0.0.1:508[58];transport=udp>',
'Contact: <sip:127.0.0.1:5080;transport=udp>',
'Content-Type: application/sdp',
'Content-Length:\s+\d+',
]

@ -25,7 +25,7 @@ sip_in:
- 'From: <sip:testuser1002@spce.test>;tag=[\w-]+'
- 'To: <sip:testuser1004@spce.test>;tag=[\w-]+'
- 'CSeq: \d+ INVITE'
- 'Contact: <sip:127.0.0.1:508[58];transport=udp>'
- 'Contact: <sip:127.0.0.1:5080;transport=udp>'
- 'Content-Type: application/sdp'
- 'Content-Length:\s+\d+'
sip_out:
@ -45,7 +45,7 @@ sip_out:
'From: <sip:testuser1002@spce.test>;tag=[\w-]+',
'To: <sip:testuser1004@spce.test>;tag=[\w-]+',
'CSeq: \d+ INVITE',
'Contact: <sip:127.0.0.1:508[58];transport=udp>',
'Contact: <sip:127.0.0.1:5080;transport=udp>',
'Content-Type: application/sdp',
'Content-Length:\s+\d+',
'P-COLP-Identity: "1005" <sip:1005@spce.test>',

@ -26,7 +26,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- 'ACK sip:127.0.0.1:508[58];prxroute=1 SIP/2.0'
- 'ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0'
- 'From: <sip:testuser1002@spce.test>;tag=[\w-]+'
- 'To: <sip:testuser1004@spce.test>;tag=[\w-]+'
- 'CSeq: \d+ ACK'
@ -40,7 +40,7 @@ sip_in:
- 'P-LB-Uptime: \d+'
sip_out:
- [
'ACK sip:127.0.0.1:508[58];prxroute=1 SIP/2.0',
'ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0',
'From: <sip:testuser1002@spce.test>;tag=[\w-]+',
'To: <sip:testuser1004@spce.test>;tag=[\w-]+',
'CSeq: \d+ ACK',

@ -29,7 +29,7 @@ sip_in:
- 'To: <sip:testuser1004@spce.test>;tag=[\w-]+'
- 'CSeq: \d+ ACK'
- 'Content-Length: 0'
- 'Contact: <sip:127.0.0.1:508[58];transport=udp>'
- 'Contact: <sip:127.0.0.1:5080;transport=udp>'
sip_out:
- [
'ACK sip:127.0.0.1:5080;transport=udp SIP/2.0',
@ -37,5 +37,5 @@ sip_out:
'To: <sip:testuser1004@spce.test>;tag=[\w-]+',
'CSeq: \d+ ACK',
'Content-Length: 0',
'Contact: <sip:127.0.0.1:508[58];transport=udp>',
'Contact: <sip:127.0.0.1:5080;transport=udp>',
]

@ -26,7 +26,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- 'ACK sip:127.0.0.1:508[58];transport=udp SIP/2.0'
- 'ACK sip:127.0.0.1:5080;transport=udp SIP/2.0'
- 'From: <sip:testuser1002@spce.test>;tag=[\w-]+'
- 'To: <sip:testuser1004@spce.test>;tag=[\w-]+'
- 'CSeq: \d+ ACK'
@ -34,7 +34,7 @@ sip_in:
- 'Contact: <sip:127.0.0.1:5080;transport=udp>'
sip_out:
- [
'ACK sip:127.0.0.1:508[58];transport=udp SIP/2.0',
'ACK sip:127.0.0.1:5080;transport=udp SIP/2.0',
'From: <sip:testuser1002@spce.test>;tag=[\w-]+',
'To: <sip:testuser1004@spce.test>;tag=[\w-]+',
'CSeq: \d+ ACK',

@ -29,7 +29,7 @@ sip_in:
- 'To: <sip:testuser1004@spce.test>;tag=[\w-]+'
- 'CSeq: \d+ ACK'
- 'Content-Length: 0'
- 'Contact: <sip:127.0.0.1:508[58];transport=udp>'
- 'Contact: <sip:127.0.0.1:5080;transport=udp>'
sip_out:
- [
'ACK sip:127.0.0.1:5080;transport=udp SIP/2.0',
@ -37,5 +37,5 @@ sip_out:
'To: <sip:testuser1004@spce.test>;tag=[\w-]+',
'CSeq: \d+ ACK',
'Content-Length: 0',
'Contact: <sip:127.0.0.1:508[58];transport=udp>',
'Contact: <sip:127.0.0.1:5080;transport=udp>',
]

@ -31,7 +31,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- 'BYE sip:127.0.0.1:508[58];prxroute=1 SIP/2.0'
- 'BYE sip:127.0.0.1:5080;prxroute=1 SIP/2.0'
- 'From: <sip:testuser1002@spce.test>;tag=[\w-]+'
- 'To: <sip:testuser1004@spce.test>;tag=[\w-]+'
- 'CSeq: \d+ BYE'
@ -67,7 +67,7 @@ sip_out:
'Content-Type: application/dialog\-info\+xml',
]
- [
'BYE sip:127.0.0.1:508[58];prxroute=1 SIP/2.0',
'BYE sip:127.0.0.1:5080;prxroute=1 SIP/2.0',
'From: <sip:testuser1002@spce.test>;tag=[\w-]+',
'To: <sip:testuser1004@spce.test>;tag=[\w-]+',
'CSeq: \d+ BYE',

@ -31,7 +31,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- 'BYE sip:127.0.0.1:508[58];transport=udp SIP/2.0'
- 'BYE sip:127.0.0.1:5080;transport=udp SIP/2.0'
- 'From: <sip:testuser1002@spce.test>;tag=[\w-]+'
- 'To: <sip:testuser1004@spce.test>;tag=[\w-]+'
- 'CSeq: \d+ BYE'
@ -47,7 +47,7 @@ sip_out:
'Content-Length: 0',
]
- [
'BYE sip:127.0.0.1:508[58];transport=udp SIP/2.0',
'BYE sip:127.0.0.1:5080;transport=udp SIP/2.0',
'From: <sip:testuser1002@spce.test>;tag=[\w-]+',
'To: <sip:testuser1004@spce.test>;tag=[\w-]+',
'CSeq: \d+ BYE',

@ -17,7 +17,7 @@ sip_in:
- 'From: <sip:4311002@spce.test>;tag=[\w-]+'
- 'To: <sip:1010@spce.test>;tag=[\w-]+'
- 'CSeq: \d+ INVITE'
- 'Contact: <sip:127.0.0.1:508[08];transport=udp>'
- 'Contact: <sip:127.0.0.1:5080;transport=udp>'
- 'Content-Length: 0'
sip_out:
- [
@ -35,6 +35,6 @@ sip_out:
'From: <sip:4311002@spce.test>;tag=[\w-]+',
'To: <sip:1010@spce.test>;tag=[\w-]+',
'CSeq: \d+ INVITE',
'Contact: <sip:127.0.0.1:508[08];transport=udp>',
'Contact: <sip:127.0.0.1:5080;transport=udp>',
'Content-Length: 0',
]

@ -172,11 +172,11 @@ sip_in:
- 'P-NGCP-Sems-Instance: pbx'
- 'P-Proxy-Uri: 127.0.0.1:5062'
- 'P-NGCP-Caller-Info: <sip:testuser1002@spce.test>;ip=127.126.0.1;port=\d+;primary=4311002'
- 'P-NGCP-Callee-Info: <sip:43110021003@spce.test>;ip=127.0.0.1;port=508[58];primary=43110021003'
- 'P-NGCP-Callee-Info: <sip:43110021003@spce.test>;ip=127.0.0.1;port=5080;primary=43110021003'
- 'P-To-Device: 1'
- 'Content-Type: application/sdp'
- 'Content-Length:\s+\d+'
- 'Contact: <sip:127.0.0.1:508[58];transport=udp>'
- 'Contact: <sip:127.0.0.1:5080;transport=udp>'
sip_out:
- [
'SIP/2.0 100 Trying',
@ -201,7 +201,7 @@ sip_out:
'P-NGCP-Callee-Info: <sip:43110021003@spce.test>;ip=127.0.0.1;port=5060;primary=43110021003',
'Content-Type: application/sdp',
'Content-Length:\s+\d+',
'Contact: <sip:127.0.0.1:508[58];transport=udp>',
'Contact: <sip:127.0.0.1:5080;transport=udp>',
'P-Asserted-Identity: <sip:4311002@spce.test>',
'P-Called-Party-ID: <sip:1003@spce.test>',
'P-App-Param: ;calltimer=21600;aleg_sst_enable=no;sst_enable=no;hold_alter_b2b_bleg=no;hold_alter_b2b_aleg=no;fast_ack=no',

@ -26,13 +26,13 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^ACK sip:127.0.0.1:508[5|8];prxroute=1 SIP/2.0'
- '^ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0'
- 'CSeq: 2 ACK'
- 'From: <sip:testuser1002@'
- 'To: <sip:1003@'
sip_out:
- [
'^ACK sip:127.0.0.1:508[5|8];prxroute=1 SIP/2.0',
'^ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0',
'CSeq: 2 ACK',
'From: <sip:testuser1002@',
'To: <sip:1003@'

@ -24,13 +24,13 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^ACK sip:127.0.0.1:508[0|8];transport=udp SIP/2.0'
- '^ACK sip:127.0.0.1:5080;transport=udp SIP/2.0'
- 'CSeq: \d+ ACK'
- 'From: <sip:testuser1002@'
- 'To: <sip:1003@'
sip_out:
- [
'^ACK sip:127.0.0.1:508[0|8];transport=udp SIP/2.0',
'^ACK sip:127.0.0.1:5080;transport=udp SIP/2.0',
'CSeq: \d+ ACK',
'From: <sip:4311002@',
'To: <sip:1003@'

@ -32,7 +32,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[5|8](;prxroute=1)? SIP/2.0'
- '^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 3 BYE'
- 'Max-Forwards: 69'
@ -56,7 +56,7 @@ sip_out:
'Content-Type: application/dialog-info\+xml',
]
- [
'^BYE sip:127.0.0.1:508[5|8](;prxroute=1)? SIP/2.0',
'^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 3 BYE',
'Max-Forwards: 68',

@ -30,7 +30,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8];transport=udp SIP/2.0'
- '^BYE sip:127.0.0.1:5080;transport=udp SIP/2.0'
- 'CSeq: \d+ BYE'
- 'Max-Forwards: 70'
- 'Content-Length: 0'
@ -53,7 +53,7 @@ sip_out:
'Content-Type: application/dialog-info\+xml',
]
- [
'^BYE sip:127.0.0.1:508[0|8];transport=udp SIP/2.0',
'^BYE sip:127.0.0.1:5080;transport=udp SIP/2.0',
'CSeq: \d+ BYE',
'Max-Forwards: 69',
'Content-Length: 0',

@ -19,7 +19,7 @@ sip_in:
- 'From: <sip:testuser1002@spce.test>;tag=[\w-]+'
- 'To: <sip:1003@spce.test>;tag=[\w-]+'
- 'CSeq: \d+ INVITE'
- 'Contact: <sip:127.0.0.1:508[58];transport=udp>'
- 'Contact: <sip:127.0.0.1:5080;transport=udp>'
- 'Content-Length: 0'
sip_out:
- [
@ -38,7 +38,7 @@ sip_out:
'From: <sip:testuser1002@spce.test>;tag=[\w-]+',
'To: <sip:1003@spce.test>;tag=[\w-]+',
'CSeq: \d+ INVITE',
'Contact: <sip:127.0.0.1:508[58];transport=udp>',
'Contact: <sip:127.0.0.1:5080;transport=udp>',
'Content-Length: 0',
'P-COLP-Identity: "1003" <sip:1003@spce.test>',
'P-Out-Socket: udp:127.0.0.1:5060',

@ -21,7 +21,7 @@ sip_in:
- 'From: <sip:4311002@spce.test>;tag=[\w-]+'
- 'To: sip:testuser1003@spce.test;tag=[\w-]+'
- 'CSeq: \d+ INVITE'
- 'Contact: <sip:127.0.0.1:508[08];transport=udp>'
- 'Contact: <sip:127.0.0.1:5080;transport=udp>'
- 'Content-Type: application/sdp'
- 'Content-Length:\s+\d+'
sip_out:
@ -41,7 +41,7 @@ sip_out:
'From: <sip:4311002@spce.test>;tag=[\w-]+',
'To: sip:testuser1003@spce.test;tag=[\w-]+',
'CSeq: \d+ INVITE',
'Contact: <sip:127.0.0.1:508[08];transport=udp>',
'Contact: <sip:127.0.0.1:5080;transport=udp>',
'Content-Type: application/sdp',
'Content-Length:\s+\d+',
]

@ -24,13 +24,13 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^ACK sip:127.0.0.1:508[0|8];prxroute=1 SIP/2.0'
- '^ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0'
- 'CSeq: 1 ACK'
- 'From: <sip:external@'
- 'To: <sip:4311003@'
sip_out:
- [
'^ACK sip:127.0.0.1:508[0|8];prxroute=1 SIP/2.0',
'^ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0',
'CSeq: 1 ACK',
'From: <sip:external@',
'To: <sip:4311003@'

@ -28,7 +28,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:external@'
- 'CSeq: 2 BYE'
- 'Max-Forwards: 69'
@ -45,7 +45,7 @@ sip_out:
'To: <sip:4311003@'
]
- [
'^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:external@',
'CSeq: 2 BYE',
'Max-Forwards: 68',

@ -198,7 +198,7 @@ flow:
]
sip_in:
- '^INVITE sip:4311002@'
- 'Contact: <sip:127.0.0.1:508[0|8]'
- 'Contact: <sip:127.0.0.1:5080'
- 'CSeq: \d+ INVITE'
- 'Content-Type: application/sdp'
- 'P-Caller-UUID: \w+'
@ -219,7 +219,7 @@ sip_out:
'^INVITE sip:testuser1002@',
'CSeq: \d+ INVITE',
'From: <sip:004321001@',
'Contact: <sip:127.0.0.1:508[0|8](;transport=udp)?>',
'Contact: <sip:127.0.0.1:5080(;transport=udp)?>',
'To: <sip:4311003@',
'Content-Type: application/sdp',
'History-Info: <sip:\+4313012026@spce.test;user=phone\?privacy=history>;index=1',

@ -20,7 +20,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^ACK sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^ACK sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:004321001@'
- 'CSeq: 1 ACK'
- 'Max-Forwards: 69'
@ -30,7 +30,7 @@ sip_in:
sip_out:
- [
'^ACK sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^ACK sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:004321001@',
'CSeq: 1 ACK',
'Max-Forwards: 68',

@ -25,7 +25,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:004321001@'
- 'CSeq: 2 BYE'
- 'Max-Forwards: 69'
@ -42,7 +42,7 @@ sip_out:
'To: <sip:4311003@'
]
- [
'^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:004321001@',
'CSeq: 2 BYE',
'Max-Forwards: 68',

@ -28,7 +28,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:(testuser1002@)?127.0.0.1:508[0|8](;transport=udp)? SIP/2.0'
- '^BYE sip:(testuser1002@)?127.0.0.1:5080(;transport=udp)? SIP/2.0'
- 'CSeq: \d+ BYE'
- 'Content-Length: 0'
- 'From: <sip:004321001@'
@ -42,7 +42,7 @@ sip_out:
'To: <sip:4311003@'
]
- [
'^BYE sip:(testuser1002@)?127.0.0.1:508[0|8](;transport=udp)? SIP/2.0',
'^BYE sip:(testuser1002@)?127.0.0.1:5080(;transport=udp)? SIP/2.0',
'CSeq: \d+ BYE',
'Max-Forwards: 69',
'Content-Length: 0',

@ -24,13 +24,13 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^ACK sip:127.0.0.1:508[0|8];prxroute=1 SIP/2.0'
- '^ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0'
- 'CSeq: 1 ACK'
- 'From: <sip:004321001@'
- 'To: <sip:4311003@'
sip_out:
- [
'^ACK sip:127.0.0.1:508[0|8];prxroute=1 SIP/2.0',
'^ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0',
'CSeq: 1 ACK',
'From: <sip:004321001@',
'To: <sip:4311003@'

@ -29,7 +29,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:004321001@'
- 'CSeq: 2 BYE'
- 'Max-Forwards: 69'
@ -46,7 +46,7 @@ sip_out:
'To: <sip:4311003@'
]
- [
'^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:004321001@',
'CSeq: 2 BYE',
'Max-Forwards: 68',

@ -24,13 +24,13 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^ACK sip:127.0.0.1:508[0|8];prxroute=1 SIP/2.0'
- '^ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0'
- 'CSeq: 2 ACK'
- 'From: <sip:testuser1002@'
- 'To: <sip:testuser1003@'
sip_out:
- [
'^ACK sip:127.0.0.1:508[0|8];prxroute=1 SIP/2.0',
'^ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0',
'CSeq: 2 ACK',
'From: <sip:4311002@',
'To: <sip:testuser1003@'

@ -28,7 +28,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 3 BYE'
- 'Max-Forwards: 69'
@ -45,7 +45,7 @@ sip_out:
'To: <sip:testuser1003@'
]
- [
'^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 3 BYE',
'Max-Forwards: 68',

@ -24,13 +24,13 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^ACK sip:127.0.0.1:508[0|8];prxroute=1 SIP/2.0'
- '^ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0'
- 'CSeq: 2 ACK'
- 'From: "431100299" <sip:testuser1002@'
- 'To: <sip:testuser1003@'
sip_out:
- [
'^ACK sip:127.0.0.1:508[0|8];prxroute=1 SIP/2.0',
'^ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0',
'CSeq: 2 ACK',
'From: "431100299" <sip:431100299@',
'To: <sip:testuser1003@'

@ -28,7 +28,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 3 BYE'
- 'Max-Forwards: 69'
@ -45,7 +45,7 @@ sip_out:
'To: <sip:testuser1003@'
]
- [
'^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 3 BYE',
'Max-Forwards: 68',

@ -24,13 +24,13 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^ACK sip:127.0.0.1:508[0|8];prxroute=1 SIP/2.0'
- '^ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0'
- 'CSeq: 2 ACK'
- 'From: "4311009" <sip:testuser1002@'
- 'To: <sip:testuser1003@'
sip_out:
- [
'^ACK sip:127.0.0.1:508[0|8];prxroute=1 SIP/2.0',
'^ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0',
'CSeq: 2 ACK',
'From: "4311009" <sip:4311009@',
'To: <sip:testuser1003@'

@ -28,7 +28,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 3 BYE'
- 'Max-Forwards: 69'
@ -45,7 +45,7 @@ sip_out:
'To: <sip:testuser1003@'
]
- [
'^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 3 BYE',
'Max-Forwards: 68',

@ -24,13 +24,13 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^ACK sip:127.0.0.1:508[0|8];prxroute=1 SIP/2.0'
- '^ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0'
- 'CSeq: 2 ACK'
- 'From: "431100222" <sip:testuser1002@'
- 'To: <sip:testuser1003@'
sip_out:
- [
'^ACK sip:127.0.0.1:508[0|8];prxroute=1 SIP/2.0',
'^ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0',
'CSeq: 2 ACK',
'From: "431100222" <sip:43122122@',
'To: <sip:testuser1003@'

@ -28,7 +28,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 3 BYE'
- 'Max-Forwards: 69'
@ -45,7 +45,7 @@ sip_out:
'To: <sip:testuser1003@'
]
- [
'^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 3 BYE',
'Max-Forwards: 68',

@ -123,5 +123,5 @@ sip_out:
'P-Caller-UUID: [% spce_test.testuser1002.uuid %]',
'P-Callee-UUID: [% spce_test.testuser1002.uuid %]',
'P-NGCP-Caller-Info: <sip:testuser1002@spce.test>;ip=127.126.0.1;port=\d+;primary=4311002',
'P-NGCP-Callee-Info: <sip:testuser1003@spce.test>;ip=127.0.0.1;port=508[0|8];primary=4311002',
'P-NGCP-Callee-Info: <sip:testuser1003@spce.test>;ip=127.0.0.1;port=5080;primary=4311002',
]

@ -24,14 +24,14 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^ACK sip:127.0.0.1:508[0|8];prxroute=1 SIP/2.0'
- '^ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0'
- 'CSeq: 2 ACK'
- '_:NOT:_P-Asserted-Identity: \w+'
- 'From: "Anonymous" <sip:anonymous@anonymous.invalid>'
- 'To: <sip:testuser1003@'
sip_out:
- [
'^ACK sip:127.0.0.1:508[0|8];prxroute=1 SIP/2.0',
'^ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0',
'CSeq: 2 ACK',
'_:NOT:_P-Asserted-Identity: \w+',
'From: "Anonymous" <sip:anonymous@anonymous.invalid>',

@ -27,7 +27,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 3 BYE'
- 'Max-Forwards: 69'
@ -45,7 +45,7 @@ sip_out:
'To: <sip:testuser1003@'
]
- [
'^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 3 BYE',
'Max-Forwards: 68',

@ -24,13 +24,13 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^ACK sip:127.0.0.1:508[0|8];prxroute=1 SIP/2.0'
- '^ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0'
- 'CSeq: 2 ACK'
- 'From: <sip:testuser1002@'
- 'To: <sip:\*80\*4444311003@'
sip_out:
- [
'^ACK sip:127.0.0.1:508[0|8];prxroute=1 SIP/2.0',
'^ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0',
'CSeq: 2 ACK',
'From: <sip:4311002@',
'To: <sip:\*80\*4444311003@'

@ -28,7 +28,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 3 BYE'
- 'Max-Forwards: 69'
@ -45,7 +45,7 @@ sip_out:
'To: <sip:\*80\*4444311003@'
]
- [
'^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 3 BYE',
'Max-Forwards: 68',

@ -197,7 +197,7 @@ flow:
]
sip_in:
- '^INVITE sip:4311003@'
- 'Contact: <sip:127.0.0.1:508[0|8]'
- 'Contact: <sip:127.0.0.1:5080'
- 'CSeq: \d+ INVITE'
- 'Content-Type: application/sdp'
- 'P-Caller-UUID: [% spce_test.testuser1001.uuid %]'
@ -218,7 +218,7 @@ sip_out:
'^INVITE sip:testuser1003@',
'CSeq: \d+ INVITE',
'From: <sip:4311002@',
'Contact: <sip:127.0.0.1:508[0|8](;transport=udp)?>',
'Contact: <sip:127.0.0.1:5080(;transport=udp)?>',
'To: <sip:testuser1001@',
'Content-Type: application/sdp',
'P-Callee-UUID: [% spce_test.testuser1003.uuid %]',

@ -20,7 +20,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^ACK sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^ACK sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 2 ACK'
- 'Max-Forwards: 69'
@ -30,7 +30,7 @@ sip_in:
sip_out:
- [
'^ACK sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^ACK sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 2 ACK',
'Max-Forwards: 68',

@ -26,7 +26,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 3 BYE'
- 'Max-Forwards: 69'
@ -43,7 +43,7 @@ sip_out:
'To: <sip:testuser1001@'
]
- [
'^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 3 BYE',
'Max-Forwards: 68',

@ -28,7 +28,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8];transport=udp SIP/2.0'
- '^BYE sip:127.0.0.1:5080;transport=udp SIP/2.0'
- 'CSeq: \d+ BYE'
- 'Content-Length: 0'
- 'From: <sip:testuser1002@'
@ -42,7 +42,7 @@ sip_out:
'To: <sip:testuser1001@'
]
- [
'^BYE sip:127.0.0.1:508[0|8];transport=udp SIP/2.0',
'^BYE sip:127.0.0.1:5080;transport=udp SIP/2.0',
'CSeq: \d+ BYE',
'Max-Forwards: 69',
'Content-Length: 0',

@ -188,7 +188,7 @@ flow:
]
sip_in:
- '^INVITE sip:4311005@'
- 'Contact: <sip:(testuser1003@)?127.0.0.1:508[0|8](;transport=udp)?>'
- 'Contact: <sip:(testuser1003@)?127.0.0.1:5080(;transport=udp)?>'
- 'CSeq: \d+ INVITE'
- 'Content-Type: application/sdp'
sip_out:

@ -27,7 +27,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 3 BYE'
- 'Max-Forwards: 69'
@ -44,7 +44,7 @@ sip_out:
'To: <sip:testuser1004@'
]
- [
'^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 3 BYE',
'Max-Forwards: 68',

@ -28,7 +28,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:(testuser1002@)?127.0.0.1:508[0|8](;transport=udp)? SIP/2.0'
- '^BYE sip:(testuser1002@)?127.0.0.1:5080(;transport=udp)? SIP/2.0'
- 'CSeq: \d+ BYE'
- 'Content-Length: 0'
- 'From: <sip:testuser1002@'
@ -42,7 +42,7 @@ sip_out:
'To: <sip:testuser1004@'
]
- [
'^BYE sip:(testuser1002@)?127.0.0.1:508[0|8](;transport=udp)? SIP/2.0',
'^BYE sip:(testuser1002@)?127.0.0.1:5080(;transport=udp)? SIP/2.0',
'CSeq: \d+ BYE',
'Max-Forwards: 69',
'Content-Length: 0',

@ -28,7 +28,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 3 BYE'
- 'Max-Forwards: 69'
@ -45,7 +45,7 @@ sip_out:
'To: <sip:testuser1003@'
]
- [
'^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 3 BYE',
'Max-Forwards: 68',

@ -127,7 +127,7 @@ flow:
]
sip_in:
- '^INVITE sip:conf=4311001@conference.local SIP/2.0'
- 'Contact: <sip:127.0.0.1:508[0|8](;transport=udp)?>'
- 'Contact: <sip:127.0.0.1:5080(;transport=udp)?>'
- 'CSeq: \d+ INVITE'
- 'Content-Type: application/sdp'
- 'P-Caller-UUID: [% spce_test.testuser1001.uuid %]'
@ -147,6 +147,6 @@ sip_out:
'CSeq: \d+ INVITE',
'From: <sip:4311002@',
'To: <sip:testuser1001@',
'Contact: <sip:127.0.0.1:508[0|8](;transport=udp)?>',
'Contact: <sip:127.0.0.1:5080(;transport=udp)?>',
'Content-Type: application/sdp'
]

@ -20,7 +20,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^ACK sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^ACK sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 2 ACK'
- 'Max-Forwards: 69'
@ -29,7 +29,7 @@ sip_in:
- 'To: <sip:testuser1001@'
sip_out:
- [
'^ACK sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^ACK sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 2 ACK',
'Max-Forwards: 68',

@ -20,7 +20,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^UPDATE sip:127.0.0.1:508[0|8](;prxroute=1)?(;transport=udp)? SIP/2.0'
- '^UPDATE sip:127.0.0.1:5080(;prxroute=1)?(;transport=udp)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 3 UPDATE'
- 'Max-Forwards: 69'
@ -37,7 +37,7 @@ sip_out:
'To: <sip:testuser1001@'
]
- [
'^UPDATE sip:127.0.0.1:508[0|8](;prxroute=1)?(;transport=udp)? SIP/2.0',
'^UPDATE sip:127.0.0.1:5080(;prxroute=1)?(;transport=udp)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 3 UPDATE',
'Max-Forwards: 68',

@ -14,7 +14,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^UPDATE sip:127.0.0.1:508[0|8];transport=udp SIP/2.0'
- '^UPDATE sip:127.0.0.1:5080;transport=udp SIP/2.0'
- 'CSeq: \d+ UPDATE'
- 'Content-Length: 0'
- 'From: <sip:testuser1002@'

@ -26,7 +26,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8](;prxroute=1)?(;transport=udp)? SIP/2.0'
- '^BYE sip:127.0.0.1:5080(;prxroute=1)?(;transport=udp)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 4 BYE'
- 'Max-Forwards: 69'
@ -43,7 +43,7 @@ sip_out:
'To: <sip:testuser1001@'
]
- [
'^BYE sip:127.0.0.1:508[0|8](;prxroute=1)?(;transport=udp)? SIP/2.0',
'^BYE sip:127.0.0.1:5080(;prxroute=1)?(;transport=udp)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 4 BYE',
'Max-Forwards: 68',

@ -28,7 +28,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8];transport=udp SIP/2.0'
- '^BYE sip:127.0.0.1:5080;transport=udp SIP/2.0'
- 'CSeq: \d+ BYE'
- 'Content-Length: 0'
- 'From: <sip:testuser1002@'
@ -42,7 +42,7 @@ sip_out:
'To: <sip:testuser1001@'
]
- [
'^BYE sip:127.0.0.1:508[0|8];transport=udp SIP/2.0',
'^BYE sip:127.0.0.1:5080;transport=udp SIP/2.0',
'CSeq: \d+ BYE',
'Max-Forwards: 69',
'Content-Length: 0',

@ -24,7 +24,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^ACK sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^ACK sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 2 ACK'
- 'Max-Forwards: 69'
@ -34,7 +34,7 @@ sip_in:
sip_out:
- [
'^ACK sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^ACK sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 2 ACK',
'Max-Forwards: 68',

@ -28,7 +28,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 3 BYE'
- 'Max-Forwards: 69'
@ -45,7 +45,7 @@ sip_out:
'To: <sip:004321001@'
]
- [
'^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 3 BYE',
'Max-Forwards: 68',

@ -24,13 +24,13 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^ACK sip:127.0.0.1:508[0|8];prxroute=1 SIP/2.0'
- '^ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0'
- 'CSeq: 2 ACK'
- 'FrOm: <sip:testuser1002@'
- 'to: <sip:testuser1003@'
sip_out:
- [
'^ACK sip:127.0.0.1:508[0|8];prxroute=1 SIP/2.0',
'^ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0',
'CSeq: 2 ACK',
'FrOm: <sip:4311002@',
'to: <sip:testuser1003@'

@ -28,7 +28,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 3 BYE'
- 'Max-Forwards: 69'
@ -45,7 +45,7 @@ sip_out:
'TO: <sip:testuser1003@'
]
- [
'^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 3 BYE',
'Max-Forwards: 68',

@ -24,13 +24,13 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^ACK sip:127.0.0.1:508[0|8];prxroute=1 SIP/2.0'
- '^ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0'
- 'CSeq: 2 ACK'
- 'From: <sip:testuser1002@'
- 'To: <sip:testuser1003@'
sip_out:
- [
'^ACK sip:127.0.0.1:508[0|8];prxroute=1 SIP/2.0',
'^ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0',
'CSeq: 2 ACK',
'From: <sip:4311002@',
'To: <sip:testuser1003@'

@ -28,7 +28,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 3 BYE'
- 'Max-Forwards: 69'
@ -45,7 +45,7 @@ sip_out:
'To: <sip:testuser1003@'
]
- [
'^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 3 BYE',
'Max-Forwards: 68',

@ -197,7 +197,7 @@ flow:
]
sip_in:
- '^INVITE sip:4311003@'
- 'Contact: <sip:127.0.0.1:508[0|8]'
- 'Contact: <sip:127.0.0.1:5080'
- 'CSeq: \d+ INVITE'
- 'Content-Type: application/sdp'
- 'P-Caller-UUID: [% spce_test.testuser1001.uuid %]'
@ -218,7 +218,7 @@ sip_out:
'^INVITE sip:testuser1003@',
'CSeq: \d+ INVITE',
'From: <sip:4311002@',
'Contact: <sip:127.0.0.1:508[0|8](;transport=udp)?>',
'Contact: <sip:127.0.0.1:5080(;transport=udp)?>',
'To: <sip:testuser1001@',
'Content-Type: application/sdp',
'P-Callee-UUID: [% spce_test.testuser1003.uuid %]',

@ -20,7 +20,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^ACK sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^ACK sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 2 ACK'
- 'Max-Forwards: 69'
@ -30,7 +30,7 @@ sip_in:
sip_out:
- [
'^ACK sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^ACK sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 2 ACK',
'Max-Forwards: 68',

@ -26,7 +26,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 3 BYE'
- 'Max-Forwards: 69'
@ -43,7 +43,7 @@ sip_out:
'To: <sip:testuser1001@'
]
- [
'^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 3 BYE',
'Max-Forwards: 68',

@ -28,7 +28,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8];transport=udp SIP/2.0'
- '^BYE sip:127.0.0.1:5080;transport=udp SIP/2.0'
- 'CSeq: \d+ BYE'
- 'Content-Length: 0'
- 'From: <sip:testuser1002@'
@ -42,7 +42,7 @@ sip_out:
'To: <sip:testuser1001@'
]
- [
'^BYE sip:127.0.0.1:508[0|8];transport=udp SIP/2.0',
'^BYE sip:127.0.0.1:5080;transport=udp SIP/2.0',
'CSeq: \d+ BYE',
'Max-Forwards: 69',
'Content-Length: 0',

@ -25,7 +25,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^ACK sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^ACK sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 2 ACK'
- 'Max-Forwards: 69'
@ -35,7 +35,7 @@ sip_in:
sip_out:
- [
'^ACK sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^ACK sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 2 ACK',
'Max-Forwards: 68',

@ -29,7 +29,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 3 BYE'
- 'Max-Forwards: 69'
@ -46,7 +46,7 @@ sip_out:
'To: <sip:004321001@'
]
- [
'^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 3 BYE',
'Max-Forwards: 68',

@ -24,13 +24,13 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^ACK sip:127.0.0.1:508[0|8];prxroute=1 SIP/2.0'
- '^ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0'
- 'CSeq: 2 ACK'
- 'From: <sip:testuser1002@'
- 'To: <sip:testuser1003@'
sip_out:
- [
'^ACK sip:127.0.0.1:508[0|8];prxroute=1 SIP/2.0',
'^ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0',
'CSeq: 2 ACK',
'From: <sip:4311002@',
'To: <sip:testuser1003@'

@ -28,7 +28,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 3 BYE'
- 'Max-Forwards: 69'
@ -45,7 +45,7 @@ sip_out:
'To: <sip:testuser1003@'
]
- [
'^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 3 BYE',
'Max-Forwards: 68',

@ -24,14 +24,14 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^ACK sip:127.0.0.1:508[0|8];prxroute=1 SIP/2.0'
- '^ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0'
- 'CSeq: 2 ACK'
- 'From: <sip:testuser1002@'
- 'To: <sip:testuser1003@'
- 'Content-Type: application/sdp'
sip_out:
- [
'^ACK sip:127.0.0.1:508[0|8];prxroute=1 SIP/2.0',
'^ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0',
'CSeq: 2 ACK',
'From: <sip:4311002@',
'To: <sip:testuser1003@',

@ -28,7 +28,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 3 BYE'
- 'Max-Forwards: 69'
@ -45,7 +45,7 @@ sip_out:
'To: <sip:testuser1003@'
]
- [
'^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 3 BYE',
'Max-Forwards: 68',

@ -24,13 +24,13 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^ACK sip:127.0.0.1:508[0|8];prxroute=1 SIP/2.0'
- '^ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0'
- 'CSeq: 2 ACK'
- 'From: <sip:testuser1002@'
- 'To: <sip:testuser1003@'
sip_out:
- [
'^ACK sip:127.0.0.1:508[0|8];prxroute=1 SIP/2.0',
'^ACK sip:127.0.0.1:5080;prxroute=1 SIP/2.0',
'CSeq: 2 ACK',
'From: <sip:4311002@',
'To: <sip:testuser1003@'

@ -28,7 +28,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 3 BYE'
- 'Max-Forwards: 69'
@ -45,7 +45,7 @@ sip_out:
'To: <sip:testuser1003@'
]
- [
'^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 3 BYE',
'Max-Forwards: 68',

@ -25,7 +25,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^ACK sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^ACK sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 2 ACK'
- 'Max-Forwards: 69'
@ -35,7 +35,7 @@ sip_in:
sip_out:
- [
'^ACK sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^ACK sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 2 ACK',
'Max-Forwards: 68',

@ -29,7 +29,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 3 BYE'
- 'Max-Forwards: 69'
@ -46,7 +46,7 @@ sip_out:
'To: <sip:004321001@'
]
- [
'^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 3 BYE',
'Max-Forwards: 68',

@ -25,7 +25,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^ACK sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^ACK sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 2 ACK'
- 'Max-Forwards: 69'
@ -35,7 +35,7 @@ sip_in:
sip_out:
- [
'^ACK sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^ACK sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 2 ACK',
'Max-Forwards: 68',

@ -29,7 +29,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 3 BYE'
- 'Max-Forwards: 69'
@ -46,7 +46,7 @@ sip_out:
'To: <sip:004321001@'
]
- [
'^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 3 BYE',
'Max-Forwards: 68',

@ -25,7 +25,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^ACK sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^ACK sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 2 ACK'
- 'Max-Forwards: 69'
@ -35,7 +35,7 @@ sip_in:
sip_out:
- [
'^ACK sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^ACK sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 2 ACK',
'Max-Forwards: 68',

@ -29,7 +29,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 3 BYE'
- 'Max-Forwards: 69'
@ -46,7 +46,7 @@ sip_out:
'To: <sip:004321001@'
]
- [
'^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 3 BYE',
'Max-Forwards: 68',

@ -24,7 +24,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^ACK sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^ACK sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 2 ACK'
- 'Max-Forwards: 69'
@ -34,7 +34,7 @@ sip_in:
sip_out:
- [
'^ACK sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^ACK sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 2 ACK',
'Max-Forwards: 68',

@ -28,7 +28,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 3 BYE'
- 'Max-Forwards: 69'
@ -45,7 +45,7 @@ sip_out:
'To: <sip:004321001@'
]
- [
'^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 3 BYE',
'Max-Forwards: 68',

@ -24,7 +24,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^ACK sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^ACK sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 2 ACK'
- 'Max-Forwards: 69'
@ -34,7 +34,7 @@ sip_in:
sip_out:
- [
'^ACK sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^ACK sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 2 ACK',
'Max-Forwards: 68',

@ -28,7 +28,7 @@ flow:
- return|ROUTE_RUNTIME:
- exit|ROUTE_EXIT:
sip_in:
- '^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0'
- '^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0'
- 'Contact: sip:testuser1002@'
- 'CSeq: 3 BYE'
- 'Max-Forwards: 69'
@ -45,7 +45,7 @@ sip_out:
'To: <sip:004321001@'
]
- [
'^BYE sip:127.0.0.1:508[0|8](;prxroute=1)? SIP/2.0',
'^BYE sip:127.0.0.1:5080(;prxroute=1)? SIP/2.0',
'Contact: sip:testuser1002@',
'CSeq: 3 BYE',
'Max-Forwards: 68',

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save