]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_transport_websocket: Add support for IPv6.
authorJoshua Colp <jcolp@digium.com>
Tue, 7 Mar 2017 13:37:52 +0000 (13:37 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 8 Mar 2017 21:09:59 +0000 (15:09 -0600)
commit4e3b0cedba16db80cd9910e64db0763258a0ed5f
tree8d58ffcfd811e9de27e79b93d04e0d1d9eb34032
parentff0569740a4f8c6135344131a11cc6ff49ea5fcf
res_pjsip_transport_websocket: Add support for IPv6.

This change adds a PJSIP patch (which has been contributed upstream)
to allow the registration of IPv6 transport types.

Using this the res_pjsip_transport_websocket module now registers
an IPv6 Websocket transport and uses it for the corresponding
traffic.

ASTERISK-26685

Change-Id: Id1f9126f995b31dc38db8fdb58afd289b4ad1647
res/res_pjsip.c
res/res_pjsip_outbound_registration.c
res/res_pjsip_transport_websocket.c
third-party/pjproject/patches/0014-Add-pjsip-transport-register-type-ipv6.patch [new file with mode: 0644]