summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/test-pjsua/scripts-call/100_simplecall.py
blob: 517483bed4b96bd4f30c93a2882a0ad916c642cd (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")
		]
		)