From: Gregory Nietsky Date: Mon, 19 Sep 2011 13:27:52 +0000 (+0000) Subject: A long time ago in a galaxy far far away a IPv6 update was made, X-Git-Tag: 1.8.8.0-rc1~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa50191685ee4c2f45dba252915d501472db2254;p=thirdparty%2Fasterisk.git A long time ago in a galaxy far far away a IPv6 update was made, chan_h323 was not updated causeing all to flee to chan_ooh323. the brave Jedi [asterisk developers] pondered this miscarrige of justice and restored order to the force for the sake of closing out 2 old issues. (closes issue ASTERISK-17278) (closes issue ASTERISK-17500) Reported by: dread, sybasesql Tested by: irroot Reviewed by: IRC (russellb, kpfleming) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@336499 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_h323.c b/channels/chan_h323.c index fbca7e8209..8a2593265f 100644 --- a/channels/chan_h323.c +++ b/channels/chan_h323.c @@ -978,6 +978,7 @@ static int __oh323_rtp_create(struct oh323_pvt *pvt) return -1; } } + our_addr.ss.ss_family = AF_INET; pvt->rtp = ast_rtp_instance_new("asterisk", sched, &our_addr, NULL); if (!pvt->rtp) { ast_mutex_unlock(&pvt->lock);