Changeset 4975 for pjproject/trunk
- Timestamp:
- Jan 21, 2015 4:12:27 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip-ua/sip_inv.c
r4970 r4975 2104 2104 2105 2105 /* If SDP negotiator is ready, start negotiation. */ 2106 if (st_code/100==2 || (st_code/10==18 && st_code!=180 )) {2106 if (st_code/100==2 || (st_code/10==18 && st_code!=180 && st_code!=181)) { 2107 2107 2108 2108 pjmedia_sdp_neg_state neg_state; … … 2136 2136 } 2137 2137 2138 /* Include SDP when it's available for 2xx and 18x (but not 180 ) response.2139 * Subsequent response will include this SDP.2138 /* Include SDP when it's available for 2xx and 18x (but not 180 and 181) 2139 * response. Subsequent response will include this SDP. 2140 2140 * 2141 2141 * Note note:
Note: See TracChangeset
for help on using the changeset viewer.