Ignore:
Timestamp:
Jan 29, 2008 5:40:00 PM (16 years ago)
Author:
bennylp
Message:

Ticket #61: bug, unable to accept RTP/AVP with crypto attribute when use_srtp is set to zero

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/transport_srtp.c

    r1739 r1759  
    10171017            /* Put the checking here to save a bit memory for parsing */ 
    10181018            if (srtp->setting.use == PJMEDIA_SRTP_DISABLED) { 
    1019                 DEACTIVATE_MEDIA(pool, m_loc); 
    1020                 return PJMEDIA_SRTP_ESDPINTRANSPORT; 
     1019                //DEACTIVATE_MEDIA(pool, m_loc); 
     1020                //return PJMEDIA_SRTP_ESDPINTRANSPORT; 
     1021                continue; 
    10211022            } 
    10221023 
Note: See TracChangeset for help on using the changeset viewer.