Ignore:
Timestamp:
Aug 18, 2011 6:11:08 PM (13 years ago)
Author:
nanang
Message:

Re #1346 (python test fixes): Updated test scenario involving negotiation SRTP-mandatory vs SRTP-disabled or vice-versa, call rejection is using 488 now (was using 406).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/tests/pjsua/scripts-sendto/321_srtp2_recv_avp.py

    r2036 r3713  
    2424 
    2525sendto_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=406,  
     26                            pjsua_args=args, sdp=sdp, resp_code=488,  
    2727                            resp_inc=include, resp_exc=exclude) 
    2828 
Note: See TracChangeset for help on using the changeset viewer.