Application to test STUN + broadband?
Tags: app, asterisk, bandwith, broadband connection, connection, linux, STUN, stun server, symetric
Hello
I was wondering if someone knew of an application that could check
that the user has a firewall and a broadband connection that will work
OK with Asterisk and VoIP.
The app would first perform some bandwith + jitter tests, and will
then call a STUN server to check that the firewall isn’t symetric.
BTW, is Asterisk now STUN-capable, or is it still to map ports
manually on the firewall to connect it to a VOSP trunk?
Thank you.
Anonymous said:
Dec 13, 10 at 1:35 pmHi!
Until Asterisk 1.8 STUN support was faulty, and in 1.8 it has been corrected (?) and strongly
limited. Search the asterisk-dev mailing list archive for STUN and do the same in the Asterisk
bug tracker for more details. I think the essence was that in 1.8 STUN support will help to
discover the own dynamic IP address, but not anything beyond that.
Philipp
Gilles said:
Dec 13, 10 at 2:29 pmOn Mon, 13 Dec 2010 18:35:03 +0100,
href=”mailto:klitzing@pool.informatik.rwth-aachen.de”>klitzing@pool.informatik.rwth-aachen.de wrote:
Thanks for the tip. I’ll stick to mapping ports manually, then.