flow: - start|DEFAULT_ROUTE: - start|ROUTE_ENTRY: - return|ROUTE_ENTRY: - start|ROUTE_NET_INFO: - return|ROUTE_NET_INFO: - start|ROUTE_CHECK_TEL_URI: - return|ROUTE_CHECK_TEL_URI: - start|ROUTE_REG_REQUEST: - start|ROUTE_REG_HANDLE: - start|ROUTE_AUTH: - start|ROUTE_EXIT: - start|ROUTE_RUNTIME: - return|ROUTE_RUNTIME: - exit|ROUTE_EXIT: sip_in: - 'REGISTER sip:testuser1001@invite-locmap-forward.scenarios.test SIP/2.0' - 'From: ;tag=[\w-]+' - 'To: ' - 'CSeq: \d+ REGISTER' - 'Contact: sip:testuser1001@[% scenarios.0.responders.0.ip %]:[% scenarios.0.responders.0.port %];transport=UDP' - 'Content-Length: 0' - 'P-NGCP-Src-Ip: [% scenarios.0.ip %]' - 'P-NGCP-Src-Port: \d+' - 'P-NGCP-Src-Proto: udp' - 'P-NGCP-Src-Af: 4' - 'P-Sock-Info: udp:[% server_ip %]:5060' - 'P-LB-Uptime: \d+' - 'P-NGCP-Src-Nat: 1' - 'Path: ' sip_out: - [ 'SIP/2.0 100 Trying', 'From: ;tag=[\w-]+', 'To: ', 'CSeq: \d+ REGISTER', 'P-Out-Socket: udp:[% server_ip %]:5060', 'P-NGCP-Auth-IP: [% scenarios.0.ip %]', 'P-NGCP-Auth-UA: ', 'Server: Sipwise NGCP Proxy', 'Content-Length: 0', ] - [ 'SIP/2.0 401 Unauthorized', 'From: ;tag=[\w-]+', 'To: ;tag=[\w-]+', 'CSeq: \d+ REGISTER', 'P-Out-Socket: udp:[% server_ip %]:5060', 'P-NGCP-Auth-IP: [% scenarios.0.ip %]', 'P-NGCP-Auth-UA: ', 'WWW-Authenticate: Digest realm="invite-locmap-forward.scenarios.test", nonce=".+"', 'Server: Sipwise NGCP Proxy', 'Content-Length: 0', ]