--- asterisk-10.0.0-orig/channels/chan_jingle.c 2012-01-11 16:56:17.238390338 +0100 +++ asterisk-10.0.0/channels/chan_jingle.c 2012-01-11 17:15:54.936393511 +0100 @@ -793,6 +793,7 @@ static struct jingle_pvt *jingle_alloc(s ast_copy_string(tmp->them, idroster, sizeof(tmp->them)); tmp->initiator = 1; } + bindaddr.sin_family = AF_INET; ast_sockaddr_from_sin(&bindaddr_tmp, &bindaddr); tmp->rtp = ast_rtp_instance_new("asterisk", sched, &bindaddr_tmp, NULL); tmp->parent = client;