Hi,
I load the module NATHELPER :
modparam("nathelper", "natping_interval", 10) modparam("registrar", "nat_flag", 6)
When I write:
if (nat_uac_test("3")) { force_rport(); fix_nated_contact(); };
I run ser and I have : parse error (121,22-23): unknown command, missing loadmodule?
Add at the beginning of your ser.cfg: loadmodule "/dirtoser/ser/modules/nathelper.so" g-)
Nicolas Ruiz wrote:
Hi,
I load the module NATHELPER :
modparam("nathelper", "natping_interval", 10) modparam("registrar", "nat_flag", 6)
When I write:
if (nat_uac_test("3")) { force_rport(); fix_nated_contact(); };
I run ser and I have : parse error (121,22-23): unknown command, missing loadmodule?
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi
Not sure if this has been covered, but is it possible to display the called number rather than the caller number.
i.e I dial 11111@sip.domain.com from 11112@sip.domain.com can I show 11111 on the phone display (eg xlite) rather than 11112
Iqbal
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 ;-)