From 090871816ecb857b83e8f4381c7840a3647adb55 Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Sat, 16 Oct 2010 04:40:01 +0000 Subject: Fixed #1148: - Added check in processing answer, if media offer port is zero, just skip negotiation process. - Added SIPp test scenario. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3347 74dad513-b988-da41-8d7b-12977e46ad98 --- tests/pjsua/scripts-sipp/uac-ticket-1148.xml | 100 +++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 tests/pjsua/scripts-sipp/uac-ticket-1148.xml (limited to 'tests') diff --git a/tests/pjsua/scripts-sipp/uac-ticket-1148.xml b/tests/pjsua/scripts-sipp/uac-ticket-1148.xml new file mode 100644 index 00000000..b617b37a --- /dev/null +++ b/tests/pjsua/scripts-sipp/uac-ticket-1148.xml @@ -0,0 +1,100 @@ + + + + + + + ;tag=[call_number] + To: sut [peer_tag_param] + Call-ID: [call_id] + CSeq: 3 INVITE + Contact: sip:sipp@[local_ip]:[local_port] + Max-Forwards: 70 + Subject: Performance Test + Content-Type: application/sdp + Content-Length: [len] + + v=0 + o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip] + s=- + c=IN IP[media_ip_type] [media_ip] + t=0 0 + m=audio 4000 RTP/AVP 0 + m=video 5000 RTP/AVP 100 + a=rtpmap:100 H261/90000 + + ]]> + + + + + + + + + + + ;tag=[call_number] + To: sut [peer_tag_param] + Call-ID: [call_id] + CSeq: 3 ACK + Contact: sip:sipp@[local_ip]:[local_port] + Max-Forwards: 70 + Subject: Performance Test + Content-Length: 0 + + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3