flow: - start|DEFAULT_ROUTE: - start|ROUTE_ENTRY: - return|ROUTE_ENTRY: - start|ROUTE_LEG_B: - start|ROUTE_INITVARS: - return|ROUTE_INITVARS: - start|DEFAULT_SEND: - exit|DEFAULT_SEND: - exit|DEFAULT_SEND: - start|ROUTE_EXIT: - start|ROUTE_RUNTIME: - return|ROUTE_RUNTIME: - exit|ROUTE_EXIT: sip_in: - 'INVITE sip:testuser1001@10.20.29.2:51603 SIP/2.0' - 'From: ;tag=[\w-]+' - 'To: ' - 'CSeq: \d+ INVITE' - 'P-LB-Uptime: \d+' - 'P-Asserted-Identity: ' - 'P-Caller-UUID: [% invite_locmap_forward_scenarios_test.testuser1000.uuid %]' - 'P-Callee-UUID: [% invite_locmap_forward_scenarios_test.testuser1001.uuid %]' - 'P-NGCP-Caller-Info: ;ip=10.20.29.2;port=51602;primary=4311000' - 'P-NGCP-Callee-Info: ;ip=10.20.29.2;port=51603;primary=4311001' - 'P-D-Uri: sip:lb@127.0.0.1;lr;received=sip:10.20.29.2:51603;socket=sip:[% server_ip %]:5060' - 'Content-Type: application/sdp' - 'Content-Length:\s+\d+' - 'Contact: ' sip_out: - [ 'SIP/2.0 100 Trying', 'From: ;tag=[\w-]+', 'To: ', 'CSeq: \d+ INVITE', 'Server: Sipwise NGCP Proxy', 'Content-Length: 0', ] - [ 'INVITE sip:testuser1001@10.20.29.2:51603 SIP/2.0', 'From: ;tag=[\w-]+', 'To: ', 'CSeq: \d+ INVITE', 'P-LB-Uptime: \d+', 'P-Asserted-Identity: ', 'P-Caller-UUID: [% invite_locmap_forward_scenarios_test.testuser1000.uuid %]', 'P-Callee-UUID: [% invite_locmap_forward_scenarios_test.testuser1001.uuid %]', 'P-NGCP-Caller-Info: ;ip=10.20.29.2;port=51602;primary=4311000', 'P-NGCP-Callee-Info: ;ip=10.20.29.2;port=51603;primary=4311001', 'P-D-Uri: sip:lb@127.0.0.1;lr;received=sip:10.20.29.2:51603;socket=sip:[% server_ip %]:5060', 'Content-Type: application/sdp', 'Content-Length:\s+\d+', 'Contact: ', ]