Changeset 3713
- Timestamp:
- Aug 18, 2011 6:11:08 PM (13 years ago)
- Location:
- pjproject/trunk/tests/pjsua/scripts-sendto
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/tests/pjsua/scripts-sendto/301_srtp0_recv_savp.py
r2036 r3713 24 24 25 25 sendto_cfg = sip.SendtoCfg( "Callee has SRTP disabled but receive RTP/SAVP, should reject the call", 26 pjsua_args=args, sdp=sdp, resp_code=4 06,26 pjsua_args=args, sdp=sdp, resp_code=488, 27 27 resp_inc=include, resp_exc=exclude) 28 28 -
pjproject/trunk/tests/pjsua/scripts-sendto/321_srtp2_recv_avp.py
r2036 r3713 24 24 25 25 sendto_cfg = sip.SendtoCfg( "Callee has SRTP mandatory and receive RTP/AVP with crypto, should reject the call", 26 pjsua_args=args, sdp=sdp, resp_code=4 06,26 pjsua_args=args, sdp=sdp, resp_code=488, 27 27 resp_inc=include, resp_exc=exclude) 28 28
Note: See TracChangeset
for help on using the changeset viewer.