Ignore:
Timestamp:
Aug 21, 2014 5:58:36 AM (10 years ago)
Author:
nanang
Message:

Close #1735: Implemented secure dialog check of "sips" scheme in Contact/Record?-Route header in incoming INVITE/UPDATE requests & responses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_config.h

    r4802 r4899  
    146146        pj_bool_t resolve_hostname_to_get_interface; 
    147147 
     148        /** 
     149         * Disable security check on incoming messages in a secure dialog. 
     150         * A secure dialog is created when the request that creates the dialog 
     151         * uses "sips" scheme in its request URI. Contact URI should use "sips" 
     152         * scheme and the top-most Record-Route URI, if any, should use either 
     153         * "sips" scheme or "transport=tls" param. See also 
     154         * https://trac.pjsip.org/repos/ticket/1735. 
     155         * 
     156         * Default is PJ_FALSE. 
     157         */ 
     158        pj_bool_t disable_secure_dlg_check; 
     159 
    148160    } endpt; 
    149161 
Note: See TracChangeset for help on using the changeset viewer.