]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Perform resolution when explicit IPv6 transport is used. 58/4358/3
authorJoshua Colp <jcolp@digium.com>
Wed, 9 Nov 2016 21:14:09 +0000 (21:14 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 10 Nov 2016 15:10:56 +0000 (15:10 +0000)
commit119e1fd6cf0ea7dd358a07ebabe7a97e2883545c
tree3844571ea2ffe85af4b20aa6b0d18c6158d5c17c
parentc2b3f6eb1066affe27cb2315ffd31ce010897fad
res_pjsip: Perform resolution when explicit IPv6 transport is used.

This change fixes the SIP resolver such that if an IPv6 transport
is explicitly used it will resolve NAPTR, SRV, and AAAA records.

You can explicitly use one by specifying it on an endpoint.

ASTERISK-26571

Change-Id: I2ed3ce81b43a6a8a937c0ebc1b8ed2da5ac2ef36
res/res_pjsip/pjsip_resolver.c