summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/test-pjsua/scripts-pesq/100_defaults.py
blob: c8c1aa5e31d218a90595659593f95c7b58bec7da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $Id$
#
from inc_cfg import *

# Simple call
test_param = TestParam(
		"PESQ",
		[
			InstanceParam("UA1", "--null-audio --max-calls=1 --play-file wavs/input.16.wav --auto-play-hangup"),
			InstanceParam("UA2", "--null-audio --max-calls=1 --rec-file  wavs/tmp.16.wav --clock-rate 16000 --auto-answer 200 --auto-rec")
		]
		)