| 10 | |
| 11 | '''Implementation:''' new setting in account config: |
| 12 | {{{ |
| 13 | /** |
| 14 | * Specify if source TCP port should be used as the initial Contact |
| 15 | * address if TCP/TLS transport is used. Note that this feature will |
| 16 | * be automatically turned off when nameserver is configured because |
| 17 | * it may yield different destination address due to DNS SRV resolution. |
| 18 | * Also some platforms are unable to report the local address of the |
| 19 | * TCP socket when it is still connecting. In these cases, this |
| 20 | * feature will also be turned off. |
| 21 | * |
| 22 | * Default: PJ_TRUE (yes). |
| 23 | */ |
| 24 | pj_bool_t contact_rewrite_use_src_port; |
| 25 | }}} |