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/include/pjsua-lib/pjsua.h

    r4887 r4888  
    30563056 
    30573057    /** 
     3058     * Specify if source TCP port should be used as the initial Contact 
     3059     * address if TCP/TLS transport is used. Note that this feature will 
     3060     * be automatically turned off when nameserver is configured because 
     3061     * it may yield different destination address due to DNS SRV resolution. 
     3062     * Also some platforms are unable to report the local address of the 
     3063     * TCP socket when it is still connecting. In these cases, this 
     3064     * feature will also be turned off. 
     3065     * 
     3066     * Default: PJ_TRUE (yes). 
     3067     */ 
     3068    pj_bool_t        contact_rewrite_use_src_port; 
     3069 
     3070    /** 
    30583071     * This option is used to overwrite the "sent-by" field of the Via header 
    30593072     * for outgoing messages with the same interface address as the one in 
Note: See TracChangeset for help on using the changeset viewer.