]> git.ipfire.org Git - thirdparty/asterisk.git/commit
tcptls: Do not re-bind to wildcard on client creation.
authorAlexander Traud <pabstraud@compuserve.com>
Sun, 8 Oct 2017 14:11:10 +0000 (16:11 +0200)
committerAlexander Traud <pabstraud@compuserve.com>
Sun, 8 Oct 2017 14:22:57 +0000 (09:22 -0500)
commit209916981a88b113275a40b028123841b40a872c
tree9a84228bbc694c6fbdcde69a3fcd61fe4bf07aed
parentd2a39f896d16c76b2aedbf5c0020c7847c7a5fb1
tcptls: Do not re-bind to wildcard on client creation.

Since ASTERISK-26922, this issue affected only those chan_sip which were
* enabled for dual-stack (bindaddr=::), and
* enabled for TCP (tcpenable=yes) and/or TLS (tlsenable=yes), and
* tried to register and/or invite a IPv4-only service,
* via TCP and/or TLS.
Now, ast_tcptls_client_create does not re-bind to [::] anymore.

ASTERISK-27324 #close

Change-Id: I4b242837bdeb1ec7130dc82505c6180a946fd9b5
main/tcptls.c