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:testuser1003@[% scenarios.0.responders.0.ip %]:[% scenarios.0.responders.0.port %] SIP/2.0' - 'From: ;tag=[\w-]+' - 'To: ' - 'CSeq: \d+ INVITE' - 'P-LB-Uptime: \d+' - 'P-Asserted-Identity: ;verstat=TN-Validation-Passed' - 'P-Caller-UUID: 0' - 'P-NGCP-Caller-Info: ;ip=[% scenarios.0.ip %];port=[% scenarios.0.port %]' - 'P-NGCP-Callee-Info: ;ip=127.0.0.1;port=5060;primary=[% incoming_peer_stir_scenarios_test.testuser1003.phone_number %]' - 'P-D-Uri: sip:lb@127.0.0.1;lr;socket=sip:127.0.0.1:5060' - 'Content-Type: application/sdp' - 'Contact: ' - 'Content-Length:\s+\d+' sip_out: - [ 'SIP/2.0 100 Trying', 'From: ;tag=[\w-]+', 'To: ', 'CSeq: \d+ INVITE', 'Server: Sipwise NGCP Proxy', 'Content-Length: 0', ] - [ 'INVITE sip:testuser1003@[% scenarios.0.responders.0.ip %]:[% scenarios.0.responders.0.port %] SIP/2.0', 'From: ;tag=[\w-]+', 'To: ', 'CSeq: \d+ INVITE', 'P-LB-Uptime: \d+', 'P-Asserted-Identity: ;verstat=TN-Validation-Passed', 'P-Caller-UUID: 0', 'P-NGCP-Caller-Info: ;ip=[% scenarios.0.ip %];port=[% scenarios.0.port %]', 'P-NGCP-Callee-Info: ;ip=127.0.0.1;port=5060;primary=[% incoming_peer_stir_scenarios_test.testuser1003.phone_number %]', 'P-D-Uri: sip:lb@127.0.0.1;lr;socket=sip:127.0.0.1:5060', 'Content-Type: application/sdp', 'Contact: ', 'Content-Length:\s+\d+', ]