mirror of
https://github.com/asterisk/asterisk.git
synced 2026-04-29 10:13:06 +00:00
Review: https://reviewboard.asterisk.org/r/1891/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369517 65c4cc65-6c06-0410-ace0-fbb531ad65f3
14 lines
241 B
Python
14 lines
241 B
Python
# $Id$
|
|
#
|
|
# Just about the simple pjsua command line parameter, which should
|
|
# never fail in any circumstances
|
|
from inc_cfg import *
|
|
|
|
test_param = TestParam(
|
|
"Basic run",
|
|
[
|
|
InstanceParam("pjsua", "--null-audio --rtp-port 0")
|
|
]
|
|
)
|
|
|