]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Don't do an SRV lookup if a port is specified
authorMark Michelson <mmichelson@digium.com>
Mon, 9 Feb 2009 17:11:05 +0000 (17:11 +0000)
committerMark Michelson <mmichelson@digium.com>
Mon, 9 Feb 2009 17:11:05 +0000 (17:11 +0000)
commit7f20e5ffabcfdffbc7192f6b025ef6e8105fec97
tree272eec37c2b7e1cf0d2e095721ad4e7c75fa13d4
parente2fd8852dbd9f93270badaefb4f29e457e04ae5e
Don't do an SRV lookup if a port is specified

RFC 3263 says to do A record lookups on a hostname
if a port has been specified, so that's what we're
going to do. See section 4.2.

(closes issue #14419)
Reported by: klaus3000
Patches:
      patch_chan_sip_nosrvifport_1.4.23.txt uploaded by klaus3000 (license 65)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@174282 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c