From 797aabda451c71a989fad33d56443f63cd07d0b5 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 25 Jun 2009 11:17:17 +0000 Subject: Ticket #799: UAC disconnect call when receiving BYE in early state (thanks Gang Liu for the suggestion) - backported changes from #798 git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/1.0@2800 74dad513-b988-da41-8d7b-12977e46ad98 --- tests/pjsua/scripts-sipp/uas-early-bye.xml | 68 +++++++++++++ tests/pjsua/scripts-sipp/uas-forked-200.xml | 143 ++++++++++++++++++++++++++++ 2 files changed, 211 insertions(+) create mode 100644 tests/pjsua/scripts-sipp/uas-early-bye.xml create mode 100644 tests/pjsua/scripts-sipp/uas-forked-200.xml (limited to 'tests') diff --git a/tests/pjsua/scripts-sipp/uas-early-bye.xml b/tests/pjsua/scripts-sipp/uas-early-bye.xml new file mode 100644 index 00000000..216b8b45 --- /dev/null +++ b/tests/pjsua/scripts-sipp/uas-early-bye.xml @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + ;tag=[call_number] + To[$3] + Call-ID: [call_id] + Cseq: 1 BYE + Contact: sip:sipp@[local_ip]:[local_port] + Max-Forwards: 70 + Content-Length: 0 + + ]]> + + + + + + + + + + + + + + diff --git a/tests/pjsua/scripts-sipp/uas-forked-200.xml b/tests/pjsua/scripts-sipp/uas-forked-200.xml new file mode 100644 index 00000000..229f7d89 --- /dev/null +++ b/tests/pjsua/scripts-sipp/uas-forked-200.xml @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Content-Type: application/sdp + + v=0 + o=- 3442013205 3442013205 IN IP4 192.168.0.13 + s=pjsip + c=IN IP4 192.168.0.13 + t=0 0 + m=audio 4002 RTP/AVP 0 + a=rtpmap:0 PCMU/8000 + ]]> + + + + + + Content-Type: application/sdp + + v=0 + o=- 3442013205 3442013205 IN IP4 192.168.0.13 + s=pjsip + c=IN IP4 192.168.0.13 + t=0 0 + m=audio 4002 RTP/AVP 0 + a=rtpmap:0 PCMU/8000 + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3