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-voicebox.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 200 OK' - 'Record-Route: ' - 'Record-Route: ' - 'Record-Route: ' - 'From: ;tag=[\w-]+' - 'To: ;tag=[\w-]+' - 'CSeq: \d+ INVITE' - 'Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, SUBSCRIBE, NOTIFY, PUBLISH, MESSAGE' - 'Supported: replaces' - 'Content-Type: application/sdp' - 'Content-Length: \d+' - 'Contact: ' - 'v=0' - 'o=root \d+ \d+ IN IP4 [% server_ip %]' - 's=Asterisk PBX 16.16.1~dfsg-1' - '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=maxptime:150' - 'a=ptime:20' - - 'SIP/2.0 200 OK' - 'Record-Route: ' - 'Record-Route: ' - 'Record-Route: ' - 'From: ;tag=[\w-]+' - 'To: ;tag=[\w-]+' - 'CSeq: \d+ BYE' - 'Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, SUBSCRIBE, NOTIFY, PUBLISH, MESSAGE' - 'Supported: replaces, timer' - 'Content-Length: 0'