From 102b2df8afc66bf8c177bc05c108906347d0b1e8 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Tue, 20 Oct 2009 03:05:37 +0000 Subject: Misc (#951): added couple of SIPp scenario XML files for future use: - uac-subscribe.xml: generic subscriber - uac-options.xml: send OPTIONS git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2954 74dad513-b988-da41-8d7b-12977e46ad98 --- tests/pjsua/scripts-sipp/uac-options.xml | 54 ++++++++++++++ tests/pjsua/scripts-sipp/uac-subscribe.xml | 113 +++++++++++++++++++++++++++++ 2 files changed, 167 insertions(+) create mode 100644 tests/pjsua/scripts-sipp/uac-options.xml create mode 100644 tests/pjsua/scripts-sipp/uac-subscribe.xml diff --git a/tests/pjsua/scripts-sipp/uac-options.xml b/tests/pjsua/scripts-sipp/uac-options.xml new file mode 100644 index 00000000..7b148845 --- /dev/null +++ b/tests/pjsua/scripts-sipp/uac-options.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + ;tag=[call_number] + To: sut + Call-ID: [call_id] + CSeq: 1 OPTIONS + Contact: sip:sipp@[local_ip]:[local_port] + Max-Forwards: 70 + Subject: Performance Test + Content-Length: [len] + + ]]> + + + + + + + + + + + + + + + + + diff --git a/tests/pjsua/scripts-sipp/uac-subscribe.xml b/tests/pjsua/scripts-sipp/uac-subscribe.xml new file mode 100644 index 00000000..c42e9514 --- /dev/null +++ b/tests/pjsua/scripts-sipp/uac-subscribe.xml @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + + + + ;tag=[call_number] + To: sut + Call-ID: [call_id] + CSeq: 1 SUBSCRIBE + Contact: sip:sipp@[local_ip]:[local_port] + Max-Forwards: 70 + Subject: Performance Test + Event: presence + Expires: 600 + Accept: application/pidf+xml, application/xpidf+xml + Allow-Events: presence, refer + Content-Length: 0 + + ]]> + + + + + + + + + + + + + + ;tag=[call_number] + To: sut + Call-ID: [call_id] + CSeq: 2 SUBSCRIBE + Contact: sip:sipp@[local_ip]:[local_port] + Max-Forwards: 70 + Subject: Performance Test + Event: presence + Expires: 0 + Accept: application/pidf+xml, application/xpidf+xml + Allow-Events: presence, refer + Content-Length: 0 + + ]]> + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3