From 92a5b6b430b52abbdfa255c3e74eb5bf7fda0866 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 27 Apr 2009 14:30:10 +0000 Subject: Ticket #693: Allow incoming MESSAGE request without message body - also added SIPp scenario to test this git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2651 74dad513-b988-da41-8d7b-12977e46ad98 --- tests/pjsua/scripts-sipp/uac-message-no-body.xml | 32 ++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 tests/pjsua/scripts-sipp/uac-message-no-body.xml (limited to 'tests/pjsua/scripts-sipp/uac-message-no-body.xml') diff --git a/tests/pjsua/scripts-sipp/uac-message-no-body.xml b/tests/pjsua/scripts-sipp/uac-message-no-body.xml new file mode 100644 index 00000000..1b7f0724 --- /dev/null +++ b/tests/pjsua/scripts-sipp/uac-message-no-body.xml @@ -0,0 +1,32 @@ + + + + + + ;tag=[call_number] + To: sut + Call-ID: [call_id] + CSeq: 1 MESSAGE + Contact: sip:sipp@[local_ip]:[local_port] + Max-Forwards: 70 + Subject: Message without body + Content-Length: 0 + + ]]> + + + + + + + + + + + + + -- cgit v1.2.3