Changeset 2301 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Sep 20, 2008 12:16:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r2259 r2301 1116 1116 1117 1117 /** 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 /** 1118 1128 * Number of outbound proxies in the \a outbound_proxy array. 1119 1129 */
Note: See TracChangeset
for help on using the changeset viewer.