diff --git a/scenarios/invite_callforward/sipp_scenario_responder02_test.yml.tt2 b/scenarios/invite_callforward/sipp_scenario_responder02_test.yml.tt2 index 4f664d79..e4a188c8 100644 --- a/scenarios/invite_callforward/sipp_scenario_responder02_test.yml.tt2 +++ b/scenarios/invite_callforward/sipp_scenario_responder02_test.yml.tt2 @@ -10,6 +10,16 @@ messages: - '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' - - 'ACK sip:[% scenarios.1.responders.0.username %]@[% scenarios.1.responders.0.ip %]:[% scenarios.1.responders.0.port %] SIP/2.0' - 'From: ;tag=[\w-]+' - 'To: ;tag=[\w-]+'