Closed GoogleCodeExporter closed 9 years ago
The local IP address (Network Interface) depends on the proxy server. The best
local IP is determined by this function:
http://code.google.com/p/doubango/source/browse/branches/2.0/doubango/tinyNET/sr
c/tnet_utils.c#517 which use WinSock2 function "GetBestInterfaceEx()". This
means that according to the SIP stack, the best local IP address to use to
reach the proxy is "192.168.0.111".
For now there is no user interface to force the stack to use arbitrary IP
address but you can do it by changing the "configuration.xml" file (starting
revision 89). This file should be under "C:\Users\<your user
name>\AppData\Roaming\Doubango\Boghe IMS Client" if you are using Vista or 7.
<XmlSection name="NETWORK">
.....
<entry key="LOCAL_IP" value="135.244.44.105" />
.....
</XmlSection>
Original comment by boss...@yahoo.fr
on 23 Jan 2012 at 1:55
Thanks.. Any ideas on when this will be moved and released to the Beta release
which is posted for download? I have no ability to build the subversions.
Original comment by tstro...@gmail.com
on 23 Jan 2012 at 2:07
Original comment by boss...@yahoo.fr
on 29 Mar 2012 at 4:01
Original issue reported on code.google.com by
tstro...@gmail.com
on 19 Jan 2012 at 4:57