detection of external IP addres doesn't work
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Coccinella |
Fix Committed
|
Medium
|
sander |
Bug Description
When in the Preferences/
activating the checkbox Use the following external address, and then clicking on the "Detect" button, doesn't work, meaning the IP address field stays empty.
It seems stun.fwdnet.net doesn't send a correct answer, or answers at all.
Here I found a list of public stun servers: http://
so I changed the stun server to use for detection in lib/Proxy.tcl to stun01.sipphone.com
restarted Coccinella, and it started to work.
appended patch fixes above problem for me, replacing the server used.
Tested on OpenBSD with Coccinella from SVN.
However, the server stun.fwdnet.net is also used in: components/
which may or may not be related to my question #82437
Changed in coccinella: | |
assignee: | nobody → sander (s-devrieze) |
importance: | Undecided → Medium |
status: | New → Fix Committed |
"However, the server stun.fwdnet.net is also used in: components/ Phone/IAX/ JingleIax. tcl
which may or may not be related to my question #82437"
Can you test this with the new server?
Also, it could be a good idea to look at XEP-0215 ( http:// xmpp.org/ extensions/ xep-0215. html ) as ejabberd may support this since recently: http:// www.process- one.net/ en/blogs/ article/ stun_server_ in_ejabberd/ It would be better to automatically detect available STUN servers :-)