summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-call/100_simplecall.py
blob: c6bfcb3fabadd4b3fe6547c63b7df50bb8c301ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $Id$
#
from inc_cfg import *

# Simple call
test_param = TestParam(
		"Basic call",
		[
			InstanceParam("callee", "--null-audio --max-calls=1"),
			InstanceParam("caller", "--null-audio --max-calls=1")
		]
		)