Ignore:
Timestamp:
Feb 21, 2013 8:49:19 PM (11 years ago)
Author:
nanang
Message:

Close #1625: Introduced new API pjmedia_sdp_validate2() for allowing SDP media without c= line when port is zero, currently it is only applied in validating remote SDP.

File:
1 edited

Legend:

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

    r3980 r4367  
    139139 
    140140    /* Validate remote offer and initial answer */ 
    141     status = pjmedia_sdp_validate(remote); 
     141    status = pjmedia_sdp_validate2(remote, PJ_FALSE); 
    142142    if (status != PJ_SUCCESS) 
    143143        return status; 
Note: See TracChangeset for help on using the changeset viewer.