From 0804e1cbdc9582e626f29c267e39d4044e67298a Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 2 Dec 2010 10:13:46 +0000 Subject: Re #1166 (SDP offer/answer glare): added SIPp scenario file to reproduce this git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3382 74dad513-b988-da41-8d7b-12977e46ad98 --- tests/pjsua/scripts-sipp/uas-reinv-glare.xml | 153 +++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) create mode 100644 tests/pjsua/scripts-sipp/uas-reinv-glare.xml (limited to 'tests') diff --git a/tests/pjsua/scripts-sipp/uas-reinv-glare.xml b/tests/pjsua/scripts-sipp/uas-reinv-glare.xml new file mode 100644 index 00000000..60c65f73 --- /dev/null +++ b/tests/pjsua/scripts-sipp/uas-reinv-glare.xml @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ;tag=[call_number] + To[$3] + Call-ID: [call_id] + Cseq: 1 INVITE + Contact: sip:sipp@[local_ip]:[local_port] + Max-Forwards: 70 + Content-Type: application/sdp + Content-Length: [len] + + v=0 + o=- 2 2 IN IP4 192.168.0.15 + s=pjmedia + c=IN IP4 192.168.0.15 + t=0 0 + m=audio 4004 RTP/AVP 0 + + ]]> + + + + + + + ;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 + + ]]> + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3