From f762fd7b4817c6668da0859b188d9d21a21e38bf Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Wed, 16 Jun 2010 15:26:18 +0000 Subject: Fix #1045: - Fixed invite module to reset SDP negotiator state after incomplete SDP offer-answer in re-INVITE/UPDATE. - Added some SIPp test scenarios. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3208 74dad513-b988-da41-8d7b-12977e46ad98 --- .../scripts-sipp/uas-reinv-and-ack-without-sdp.xml | 118 +++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 tests/pjsua/scripts-sipp/uas-reinv-and-ack-without-sdp.xml (limited to 'tests/pjsua/scripts-sipp/uas-reinv-and-ack-without-sdp.xml') diff --git a/tests/pjsua/scripts-sipp/uas-reinv-and-ack-without-sdp.xml b/tests/pjsua/scripts-sipp/uas-reinv-and-ack-without-sdp.xml new file mode 100644 index 00000000..90e1cec6 --- /dev/null +++ b/tests/pjsua/scripts-sipp/uas-reinv-and-ack-without-sdp.xml @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ;tag=[call_number] + To[$3] + Call-ID: [call_id] + Cseq: 1 INVITE + Contact: sip:sipp@[local_ip]:[local_port] + Max-Forwards: 70 + Content-Length: 0 + + ]]> + + + + + + + + + + + + + ;tag=[call_number] + To[$3] + Call-ID: [call_id] + Cseq: 1 ACK + Contact: sip:sipp@[local_ip]:[local_port] + Max-Forwards: 70 + Content-Length: 0 + + ]]> + + + + + + + + + + + + + + + + -- cgit v1.2.3