blob: 01edee0fc82741a1b971cc57673b1a3d1f6a7286 [file] [log] [blame]
Benny Prijono62a969c2008-06-26 13:29:29 +00001# $Id:$
2#
3from inc_cfg import *
4
5# TCP call
6test_param = TestParam(
7 "Callee requires PRACK",
8 [
9 InstanceParam("callee", "--null-audio --max-calls=1 --use-100rel"),
10 InstanceParam("caller", "--null-audio --max-calls=1")
11 ]
12 )