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_acc.c

    r4888 r4889  
    30443044 
    30453045    /* For TCP/TLS, acc may request to specify source port */ 
    3046     if (acc->cfg.contact_rewrite_use_src_port) { 
     3046    if (acc->cfg.contact_use_src_port) { 
    30473047        pjsip_host_info dinfo; 
    30483048        pjsip_transport *tp = NULL; 
Note: See TracChangeset for help on using the changeset viewer.