]> git.ipfire.org Git - thirdparty/asterisk.git/commit
If IP address is used in chan_h323 host parameter of peer configuration.
authorGregory Nietsky <gregory@distrotech.co.za>
Thu, 22 Sep 2011 09:22:26 +0000 (09:22 +0000)
committerGregory Nietsky <gregory@distrotech.co.za>
Thu, 22 Sep 2011 09:22:26 +0000 (09:22 +0000)
commitc6dd0ef286db274fcbc6d92f663200b81ab41b91
tree973047fb1d2e8e2c37ec80f05d0c3b2a4c071aaa
parentc47fd8f774ddddff83695633f44a8fbd51f3c789
If IP address is used in chan_h323 host parameter of peer configuration.
module tries to resolve IP address to IP address and fails.

Simple fix to set family of socket this is a hangover from ipv6 changes.

(closes issue ASTERISK-18237)
(issue ASTERISK-17278)
(issue ASTERISK-17500)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@337486 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_h323.c