summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-sipp/uac-ticket-1864-scenario1.py
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2015-07-14 08:38:29 +0000
committerNanang Izzuddin <nanang@teluu.com>2015-07-14 08:38:29 +0000
commitd365a50d5673019403127acb42397cb05091de42 (patch)
tree1b7b58d21dc977d1f40b79e8562cd4ed68897a7c /tests/pjsua/scripts-sipp/uac-ticket-1864-scenario1.py
parentec442da77459e85fbe1929b22b86fae61ae58da9 (diff)
Re #1864: fixed assert and crash when remote remove and add back media lines in SDP:
- reverted back r5124 (of this ticket) and r4373 (of #1626) - applied another fix for #1626 as in described in the ticket desc - also fixed a related add/remove media issue: - we send an offer with 2 audio and 1 video in SDP - remote answers with only 1 audio in SDP - when we send a re-offer/re-INVITE, we have 5 media lines in our SDP (3 audio + 2 video, note 1 audio and 1 video are disabled) - call settings are actually maintained (2 active audio + 1 active video), just better to avoid the additional disabled media. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5135 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'tests/pjsua/scripts-sipp/uac-ticket-1864-scenario1.py')
-rw-r--r--tests/pjsua/scripts-sipp/uac-ticket-1864-scenario1.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/pjsua/scripts-sipp/uac-ticket-1864-scenario1.py b/tests/pjsua/scripts-sipp/uac-ticket-1864-scenario1.py
new file mode 100644
index 00000000..6ef94ff4
--- /dev/null
+++ b/tests/pjsua/scripts-sipp/uac-ticket-1864-scenario1.py
@@ -0,0 +1,7 @@
+# $Id$
+#
+import inc_const as const
+
+PJSUA = ["--null-audio --max-calls=1 --auto-answer=200"]
+
+PJSUA_EXPECTS = []