blob: 5a2606f172f8a3113880182a23ee71dc4557fe22 [file] [log] [blame]
Nanang Izzuddinacb3e322008-06-25 18:18:32 +00001# $Id$
2#
3from inc_cfg import *
4from config_site import *
5
6ADD_PARAM = ""
7
8if (HAS_SND_DEV == 0):
9 ADD_PARAM += "--null-audio"
10
11# Simple call
12test_param = TestParam(
13 "PESQ codec Speex NB",
14 [
15 InstanceParam("UA1", ADD_PARAM + " --max-calls=1 --add-codec speex/8000 --clock-rate 8000 --play-file wavs/input.8.wav --auto-play-hangup"),
16 InstanceParam("UA2", ADD_PARAM + " --max-calls=1 --add-codec speex/8000 --clock-rate 8000 --rec-file wavs/tmp.8.wav --auto-answer 200 --auto-rec")
17 ]
18 )