~noskcaj/ubuntu/saucy/sflphone/merge-1.2.3-2

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject-2.0.1/tests/pjsua/scripts-call/350_prack_b.py

  • Committer: Jackson Doak
  • Date: 2013-07-10 21:04:46 UTC
  • mfrom: (20.1.3 sid)
  • Revision ID: noskcaj@ubuntu.com-20130710210446-y8f587vza807icr9
Properly merged from upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Id: 350_prack_b.py 2392 2008-12-22 18:54:58Z bennylp $
 
2
#
 
3
from inc_cfg import *
 
4
 
 
5
# TCP call
 
6
test_param = TestParam(
 
7
                "Caller requires PRACK",
 
8
                [
 
9
                        InstanceParam("callee", "--null-audio --max-calls=1"),
 
10
                        InstanceParam("caller", "--null-audio --max-calls=1 --use-100rel")
 
11
                ]
 
12
                )