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@127.1.0.1:\d+ SIP/2.0' - 'From: ;tag=[\w-]+' - 'To: ' - 'CSeq: \d+ INVITE' - 'P-LB-Uptime: \d+' - 'P-Asserted-Identity: ' - 'P-Caller-UUID: [% spce_test.testuser1002.uuid %]' - 'P-NGCP-Caller-Info: ;ip=127.126.0.1;port=\d+;primary=4311002' - 'P-NGCP-Callee-Info: ;ip=127.0.0.1;port=5060;primary=4311003' - '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@127.1.0.1:\d+ SIP/2.0', 'From: ;tag=[\w-]+', 'To: ', 'CSeq: \d+ INVITE', 'P-LB-Uptime: \d+', 'P-Asserted-Identity: ', 'P-Caller-UUID: [% spce_test.testuser1002.uuid %]', 'P-NGCP-Caller-Info: ;ip=127.126.0.1;port=\d+;primary=4311002', 'P-NGCP-Callee-Info: ;ip=127.0.0.1;port=5060;primary=4311003', '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+', ]