Ignore:
Timestamp:
Sep 20, 2008 12:16:56 PM (16 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_internal.h

    r2262 r2301  
    343343#endif 
    344344 
     345/**  
     346 * Normalize route URI (check for ";lr" and append one if it doesn't 
     347 * exist and pjsua_config.force_lr is set. 
     348 */ 
     349pj_status_t normalize_route_uri(pj_pool_t *pool, pj_str_t *uri); 
    345350 
    346351/** 
Note: See TracChangeset for help on using the changeset viewer.