Changeset 4900
- Timestamp:
- Aug 21, 2014 7:20:34 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip-ua/sip_inv.c
r4899 r4900 998 998 /* Ticket #1735: Check Contact/Record-Route header in a secure dialog. */ 999 999 if (pjsip_cfg()->endpt.disable_secure_dlg_check == PJ_FALSE && 1000 msg && c_hdr && c_hdr->uri)1000 msg && PJSIP_URI_SCHEME_IS_SIPS(msg->line.req.uri)) 1001 1001 { 1002 1002 /* Check Contact header */
Note: See TracChangeset
for help on using the changeset viewer.