Changeset 5081
- Timestamp:
- Apr 28, 2015 2:11:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip-ua/sip_inv.c
r5035 r5081 1086 1086 1087 1087 /* Check if body really contains SDP. */ 1088 if (sdp_info->body.ptr == NULL ) {1088 if (sdp_info->body.ptr == NULL && !PJSIP_INV_ACCEPT_UNKNOWN_BODY) { 1089 1089 /* Couldn't find "application/sdp" */ 1090 1090 code = PJSIP_SC_UNSUPPORTED_MEDIA_TYPE;
Note: See TracChangeset
for help on using the changeset viewer.