Changeset 2765


Ignore:
Timestamp:
Jun 17, 2009 12:00:47 PM (15 years ago)
Author:
nanang
Message:

Ticket #862: Updated pjsua python test for srtp with crypto tag zero.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/tests/pjsua/scripts-sendto/300_srtp_receive_crypto_tag_zero.py

    r2763 r2765  
    2222exclude = [] 
    2323 
    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,  
     24sendto_cfg = sip.SendtoCfg( "caller has used crypto tag zero, callee must accept the call",  
     25                            pjsua_args=args, sdp=sdp, resp_code=200,  
    2626                            resp_inc=include, resp_exc=exclude) 
Note: See TracChangeset for help on using the changeset viewer.