El Domingo, 20 de Enero de 2008, VoIP Forums
www.Go4Calls.com escribió:
modparam("nathelper",
"natping_interval", 0)
modparam("nathelper", "ping_nated_only", 1)
Does do nothing. If you set "ping_nated_only" but dissable
"natping_interval"
then your NATted contacts will not receive a keepalive ping.
And 30-32 seconds is typically the UDP conexion time a common router mantains
open the UDP port for incoming replies.
So firt, try setting correctly parameters:
modparam("nathelper", "natping_interval", 20)
modparam("nathelper", "ping_nated_only", 1)
--
Iñaki Baz Castillo