messages: - - 'SIP/2.0 100 Trying' - 'From: ;tag=[\w-]+' - 'To: ' - 'CSeq: \d+ INVITE' - 'Server: Sipwise NGCP LB' - 'Content-Length: 0' - - 'SIP/2.0 407 Proxy Authentication Required' - 'From: ;tag=[\w-]+' - 'To: ;tag=[\w-]+' - 'CSeq: \d+ INVITE' - 'Proxy-Authenticate: Digest realm="invite-callforward.scenarios.test", nonce="[^"]+"' - 'Server: Sipwise NGCP Proxy' - 'Content-Length: 0' - - 'SIP/2.0 100 Trying' - 'From: ;tag=[\w-]+' - 'To: ' - 'CSeq: \d+ INVITE' - 'Server: Sipwise NGCP LB' - 'Content-Length: 0' - - 'SIP/2.0 180 Ringing' - 'Record-Route: ' - 'Record-Route: ' - 'Record-Route: ' - 'From: ;tag=[\w-]+' - 'To: ;tag=[\w-]+' - 'CSeq: \d+ INVITE' - 'Content-Length: 0' - 'Contact: ' - - 'SIP/2.0 200 OK' - 'Record-Route: ' - 'Record-Route: ' - 'Record-Route: ' - 'From: ;tag=[\w-]+' - 'To: ;tag=[\w-]+' - 'CSeq: \d+ INVITE' - 'Content-Type: application/sdp' - 'Content-Length: \d+' - 'Contact: ' - 'v=0' - 'o=user1 \d+ \d+ IN IP4 [% server_ip %]' - 's=-' - 'c=IN IP4 [% server_ip %]' - 't=0 0' - 'm=audio \d+ RTP/AVP 8' - 'a=rtpmap:8 PCMA/8000' - 'a=sendrecv' - 'a=rtcp:\d+' - 'a=ptime:50' - - 'SIP/2.0 200 OK' - 'Record-Route: ' - 'Record-Route: ' - 'Record-Route: ' - 'From: ;tag=[\w-]+' - 'To: ;tag=[\w-]+' - 'CSeq: \d+ BYE' - 'Content-Length: 0'