Ignore:
Timestamp:
Jun 8, 2007 4:37:05 AM (17 years ago)
Author:
bennylp
Message:

Fixed ticket #327: SIPS URI in Contact header generated by pjsua causing problems with OpenSER

File:
1 edited

Legend:

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

    r1285 r1353  
    17451745 
    17461746/** 
     1747 * This macro specifies the URI scheme to use in Contact header 
     1748 * when secure transport such as TLS is used. Application can specify 
     1749 * either "sip" or "sips". 
     1750 */ 
     1751#ifndef PJSUA_SECURE_SCHEME 
     1752#   define PJSUA_SECURE_SCHEME          "sips" 
     1753#endif 
     1754 
     1755 
     1756/** 
    17471757 * This structure describes account configuration to be specified when 
    17481758 * adding a new account with #pjsua_acc_add(). Application MUST initialize 
Note: See TracChangeset for help on using the changeset viewer.