12 lines
234 B
Python
12 lines
234 B
Python
# $Id$
|
|
#
|
|
from inc_cfg import *
|
|
|
|
# TCP call
|
|
test_param = TestParam(
|
|
"Callee requires PRACK",
|
|
[
|
|
InstanceParam("callee", "--null-audio --max-calls=1 --use-100rel"),
|
|
InstanceParam("caller", "--null-audio --max-calls=1")
|
|
]
|
|
)
|