Ignore:
Timestamp:
Jun 22, 2010 6:02:13 AM (14 years ago)
Author:
bennylp
Message:

Fixed #1095 (New option to control the Route headers in REGISTER request). Details:

  • added new account config setting: reg_use_proxy. This contains bitmask values to indicate whether outbound proxies and account proxies are to be added in the REGISTER request. Default value is to add both.
  • added new pjsua cmdline option to control this: --reg-use-proxy
  • miscellaneous minor fixes in other pjsua cmdline arguments
File:
1 edited

Legend:

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

    r3206 r3216  
    286286    pj_bool_t            nat_in_progress; /**< Detection in progress    */ 
    287287 
     288    /* List of outbound proxies: */ 
     289    pjsip_route_hdr      outbound_proxy; 
     290 
    288291    /* Account: */ 
    289292    unsigned             acc_cnt;            /**< Number of accounts.   */ 
Note: See TracChangeset for help on using the changeset viewer.