From dd6dbfe6e6bcfbc11056633ffc5908bf684aab9b Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Tue, 15 Jun 2010 09:56:39 +0000 Subject: Fix #476: - Added lock codec feature to make sure that only one codec is active, by updating media session using UPDATE (if remote supports it) or re-INVITE. - Added few SIPp test scenarios. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3206 74dad513-b988-da41-8d7b-12977e46ad98 --- ...uas-answer-180-multiple-fmts-support-update.xml | 170 ++++++++++++++++++++ .../scripts-sipp/uas-answer-180-multiple-fmts.xml | 172 +++++++++++++++++++++ ...uas-answer-200-multiple-fmts-support-update.xml | 139 +++++++++++++++++ .../scripts-sipp/uas-answer-200-multiple-fmts.xml | 140 +++++++++++++++++ 4 files changed, 621 insertions(+) create mode 100644 tests/pjsua/scripts-sipp/uas-answer-180-multiple-fmts-support-update.xml create mode 100644 tests/pjsua/scripts-sipp/uas-answer-180-multiple-fmts.xml create mode 100644 tests/pjsua/scripts-sipp/uas-answer-200-multiple-fmts-support-update.xml create mode 100644 tests/pjsua/scripts-sipp/uas-answer-200-multiple-fmts.xml (limited to 'tests') diff --git a/tests/pjsua/scripts-sipp/uas-answer-180-multiple-fmts-support-update.xml b/tests/pjsua/scripts-sipp/uas-answer-180-multiple-fmts-support-update.xml new file mode 100644 index 00000000..e75e7c76 --- /dev/null +++ b/tests/pjsua/scripts-sipp/uas-answer-180-multiple-fmts-support-update.xml @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ;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-answer-180-multiple-fmts.xml b/tests/pjsua/scripts-sipp/uas-answer-180-multiple-fmts.xml new file mode 100644 index 00000000..bc27c9df --- /dev/null +++ b/tests/pjsua/scripts-sipp/uas-answer-180-multiple-fmts.xml @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ;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-answer-200-multiple-fmts-support-update.xml b/tests/pjsua/scripts-sipp/uas-answer-200-multiple-fmts-support-update.xml new file mode 100644 index 00000000..5d576003 --- /dev/null +++ b/tests/pjsua/scripts-sipp/uas-answer-200-multiple-fmts-support-update.xml @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ;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-answer-200-multiple-fmts.xml b/tests/pjsua/scripts-sipp/uas-answer-200-multiple-fmts.xml new file mode 100644 index 00000000..4e4170d2 --- /dev/null +++ b/tests/pjsua/scripts-sipp/uas-answer-200-multiple-fmts.xml @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ;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 + + ]]> + + + + + + + + + + + + + + + -- cgit v1.2.3