summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/pjsua/scripts-sendto/300_srtp_receive_crypto_tag_zero.py (renamed from tests/pjsua/scripts-sendto/300_srtp_invalid_crypto_tag_zero.py)4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pjsua/scripts-sendto/300_srtp_invalid_crypto_tag_zero.py b/tests/pjsua/scripts-sendto/300_srtp_receive_crypto_tag_zero.py
index 51e95d68..7e4e5499 100644
--- a/tests/pjsua/scripts-sendto/300_srtp_invalid_crypto_tag_zero.py
+++ b/tests/pjsua/scripts-sendto/300_srtp_receive_crypto_tag_zero.py
@@ -21,6 +21,6 @@ args = "--null-audio --auto-answer 200 --max-calls 1 --use-srtp 1 --srtp-secure
include = []
exclude = []
-sendto_cfg = sip.SendtoCfg( "caller has used invalid crypto tag (zero), callee must not accept the call",
- pjsua_args=args, sdp=sdp, resp_code=406,
+sendto_cfg = sip.SendtoCfg( "caller has used crypto tag zero, callee must accept the call",
+ pjsua_args=args, sdp=sdp, resp_code=200,
resp_inc=include, resp_exc=exclude)