D-Modem/pjproject-2.11.1/tests/pjsua/scripts-sipp/uac-srtp-sdes.py
2021-10-29 14:41:03 -04:00

8 lines
206 B
Python

# $Id$
#
import inc_const as const
PJSUA = ["--null-audio --max-calls=1 --auto-answer=200 --no-tcp --srtp-secure 0 --use-srtp 2 --srtp-keying=0"]
PJSUA_EXPECTS = [[0, "SRTP uses keying method SDES", ""]]