Nicolas Ruiz wrote:
Hi,
I load the module NATHELPER :
modparam("nathelper", "natping_interval", 10) modparam("registrar", "nat_flag", 6)
It's not module loading statement. It's module params passing options. I think, you need to add _real_ module loading to your cfg file: loadmodule "/where_is_your_ser/ser/modules/nathelper.so";
I run ser and I have : parse error (121,22-23): unknown command, missing loadmodule?
your log message is says that too ;-)