Ignore:
Timestamp:
Oct 25, 2007 2:51:33 AM (16 years ago)
Author:
bennylp
Message:

Continuing ticket #400: Only process Service-Route header if enable_service_route (--service-route option in pjsua) is set

File:
1 edited

Legend:

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

    r1513 r1520  
    18891889    pj_str_t        proxy[PJSUA_ACC_MAX_PROXIES]; 
    18901890 
     1891    /** 
     1892     * Enable Service-Route processing for this account. 
     1893     */ 
     1894    pj_bool_t       enable_service_route; 
     1895 
    18911896    /**  
    18921897     * Optional interval for registration, in seconds. If the value is zero,  
Note: See TracChangeset for help on using the changeset viewer.