Hello, Actually it is not trying to connect. It just does a connect() system call on a udp socket to this ip address, which just has the effect of setting the local address of the socket. No packets are going to 2001:638:500:101:2e0:81ff:fe24:37c6. This local address is then retrieved to be used in SIP and SDP messages. The 2001:638:500:101:2e0:81ff:fe24:37c6 is actually a randomly choosen public IP address. The goal of this lookup is to find the local interface (ip address) that is able to communicate with the public internet.
Simon Le vendredi 15 décembre 2006 14:08, Tomi Hautakoski a écrit : > Hello, > > I'm using linphone in an IPv6 network and every time the program starts it > is trying to connect to this ip: 2001:638:500:101:2e0:81ff:fe24:37c6. > Looks like it is run from eXosip_guess_ip_for_via(int family, char > *address, int size) but why? Does it have something to do with DNS? > > Thanks for any answers and for the great program! > > Tomi Hautakoski > [EMAIL PROTECTED] > Whoa! Error finding error not found error. > > > _______________________________________________ > Linphone-users mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/linphone-users _______________________________________________ Linphone-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/linphone-users
