summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/pjsua/scripts-sendto/301_srtp0_recv_savp.py2
-rw-r--r--tests/pjsua/scripts-sendto/321_srtp2_recv_avp.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/pjsua/scripts-sendto/301_srtp0_recv_savp.py b/tests/pjsua/scripts-sendto/301_srtp0_recv_savp.py
index d8a1ade9..b86ba527 100644
--- a/tests/pjsua/scripts-sendto/301_srtp0_recv_savp.py
+++ b/tests/pjsua/scripts-sendto/301_srtp0_recv_savp.py
@@ -23,6 +23,6 @@ include = []
exclude = []
sendto_cfg = sip.SendtoCfg( "Callee has SRTP disabled but receive RTP/SAVP, should reject the call",
- pjsua_args=args, sdp=sdp, resp_code=406,
+ pjsua_args=args, sdp=sdp, resp_code=488,
resp_inc=include, resp_exc=exclude)
diff --git a/tests/pjsua/scripts-sendto/321_srtp2_recv_avp.py b/tests/pjsua/scripts-sendto/321_srtp2_recv_avp.py
index 75c02453..56d03dc1 100644
--- a/tests/pjsua/scripts-sendto/321_srtp2_recv_avp.py
+++ b/tests/pjsua/scripts-sendto/321_srtp2_recv_avp.py
@@ -23,6 +23,6 @@ include = []
exclude = []
sendto_cfg = sip.SendtoCfg( "Callee has SRTP mandatory and receive RTP/AVP with crypto, should reject the call",
- pjsua_args=args, sdp=sdp, resp_code=406,
+ pjsua_args=args, sdp=sdp, resp_code=488,
resp_inc=include, resp_exc=exclude)