projects
/
asterisk/asterisk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add support for ICE/STUN/TURN in res_rtp_asterisk and chan_sip.
[asterisk/asterisk.git]
/
res
/
pjproject
/
tests
/
pjsua
/
scripts-call
/
100_simplecall.py
1
# $Id$
2
#
3
from inc_cfg import *
4
5
# Simple call
6
test_param = TestParam(
7
"Basic call",
8
[
9
InstanceParam("callee", "--null-audio --max-calls=1"),
10
InstanceParam("caller", "--null-audio --max-calls=1")
11
]
12
)