Changeset 2765 for pjproject/trunk
- Timestamp:
- Jun 17, 2009 12:00:47 PM (15 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/tests/pjsua/scripts-sendto/300_srtp_receive_crypto_tag_zero.py
r2763 r2765 22 22 exclude = [] 23 23 24 sendto_cfg = sip.SendtoCfg( "caller has used invalid crypto tag (zero), callee must not accept the call",25 pjsua_args=args, sdp=sdp, resp_code= 406,24 sendto_cfg = sip.SendtoCfg( "caller has used crypto tag zero, callee must accept the call", 25 pjsua_args=args, sdp=sdp, resp_code=200, 26 26 resp_inc=include, resp_exc=exclude)
Note: See TracChangeset
for help on using the changeset viewer.