On 03/23/2011 06:44 AM, Tony Graziano wrote: > I think this point was that is stun server was no longer accessible > because it had been discontinued so he was just giving everyone a > friendly heads up. I would simply thank him and let it go at that.
Come on Tony! Light discussions like this is fun :-) Here's mine: --- Aside from determining the external IP address, sipX does not really use STUN to guess the actual ports reported by STUN (or does it?). It assumes a static port map. This begs the question, should we really use STUN to determine that external IP? Can an alternative method do this? Perhaps like the command below? curl -s --url http://www.ipaddresslocation.org/ | grep 'myipaddress' | egrep -o '([[:digit:]]{1,3}\.){3}[[:digit:]]{1,3}' _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users/
