Ignore:
Timestamp:
Aug 18, 2014 8:54:43 AM (10 years ago)
Author:
bennylp
Message:

Closed #1677: Contact uses source port in initial registration.

File:
1 edited

Legend:

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

    r4887 r4888  
    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; 
    292293    cfg->use_rfc5626 = PJ_TRUE; 
    293294    cfg->reg_use_proxy = PJSUA_REG_USE_OUTBOUND_PROXY | 
Note: See TracChangeset for help on using the changeset viewer.