Ignore:
Timestamp:
Sep 20, 2008 12:16:56 PM (15 years ago)
Author:
bennylp
Message:

Ticket #611: Configuration option to force the route URI to use loose routing

File:
1 edited

Legend:

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

    r2259 r2301  
    11161116 
    11171117    /** 
     1118     * Force loose-route to be used in all route/proxy URIs (outbound_proxy 
     1119     * and account's proxy settings). When this setting is enabled, the 
     1120     * library will check all the route/proxy URIs specified in the settings 
     1121     * and append ";lr" parameter to the URI if the parameter is not present. 
     1122     * 
     1123     * Default: 1 
     1124     */ 
     1125    pj_bool_t       force_lr; 
     1126 
     1127    /** 
    11181128     * Number of outbound proxies in the \a outbound_proxy array. 
    11191129     */ 
Note: See TracChangeset for help on using the changeset viewer.