yes i did, and log shows that nathelper.so load without any problem.
kamailio loads and work perfectly with grandstream devices with TLS and SRTp.
it gives problem with Bria softphones only.
I am using self signed certificates which works perfectly with
grandstream, can there be any chances that due to self sign ness of the
certificates, it doesnt work well with bria devices.
--
Regards,
Hemanshu Patel
SIS,Ahmedabad.
M: 09601295238
On Wednesday 31 March 2010, Hemanshu Patel wrote:
i use fix_nated_register like this
if (is_method("REGISTER"))
{
fix_nated_register();
if (!save("location"))
sl_reply_error();
exit;
}
it gives me critical error at the line of the function
fix_nated_register
./sbin/kamailio
Mar 31 16:19:14 [23312] CRITICAL:core:yyerror: parse error in config
file,
line 375, column 22-23: unknown command, missing loadmodule?
Mar 31 16:19:14 [23312] CRITICAL:core:yyerror: parse error in config
file,
line 405, column 22-23: unknown command, missing loadmodule?
Mar 31 16:19:14 [23312] ERROR:core:main: bad config file (2 errors)
Perhaps i am not using the function in correct way? Any suggestions
please?
Hi Hemanshu,
do you included the 'nathelper' module in the list of loadmodule
statements in
your configuration?
Cheers,
Henning