Ignore:
Timestamp:
Sep 6, 2013 10:04:39 AM (11 years ago)
Author:
nanang
Message:

Fixed #1698: Follow account config in generating contact's secure scheme and deprecate PJSUA_SECURE_SCHEME.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r4586 r4592  
    25352535 
    25362536/** 
    2537  * This macro specifies the URI scheme to use in Contact header 
    2538  * when secure transport such as TLS is used. Application can specify 
    2539  * either "sip" or "sips". 
    2540  */ 
    2541 #ifndef PJSUA_SECURE_SCHEME 
    2542 #   define PJSUA_SECURE_SCHEME          "sip" 
    2543 #endif 
    2544  
    2545  
    2546 /** 
    25472537 * Maximum time to wait for unpublication transaction(s) to complete 
    25482538 * during shutdown process, before sending unregistration. The library 
Note: See TracChangeset for help on using the changeset viewer.