Ignore:
Timestamp:
Aug 18, 2014 9:09:18 AM (10 years ago)
Author:
bennylp
Message:

More re #1677:

  • renamed the option to contact_use_src_port
  • added the missing pjsua2 API implementation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_core.c

    r4888 r4889  
    290290    cfg->reg_retry_interval = PJSUA_REG_RETRY_INTERVAL; 
    291291    cfg->contact_rewrite_method = PJSUA_CONTACT_REWRITE_METHOD; 
    292     cfg->contact_rewrite_use_src_port = PJ_TRUE; 
     292    cfg->contact_use_src_port = PJ_TRUE; 
    293293    cfg->use_rfc5626 = PJ_TRUE; 
    294294    cfg->reg_use_proxy = PJSUA_REG_USE_OUTBOUND_PROXY | 
Note: See TracChangeset for help on using the changeset viewer.