Thanks Jan.
I did as it appears in,
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/etc/nathelper.cfg?r ev=HEAD
When i introduce the code as it specified in the nathelper.cfg
modparam("nathelper", "ping_nated_only", 1) # Ping only clients behind
-- set_mod_param_regex: parameter <ping_nated_only> not found in module <nathelper> parse error (100,43-44): Can't set module parameter
if (nat_uac_test("3")) {
-- unknown command, missing hodule
-rwxr-xr-x 1 827 827 120363 Nov 21 12:10 nathelper.so -- I hope this is the latest module in nathelper.so
Am I doing in right way?
Kannaiyan
----- Original Message -----
From: "Jan Janak" jan@iptel.org To: "Kannaiyan Natesan" nkans@lycos.co.uk Cc: serusers@lists.iptel.org Sent: Monday, December 08, 2003 6:28 PM Subject: Re: [Serusers] Nathelper cfg ?
See sip_router/etc/nathelper.cfg. The config file below is incomplete (you do not rewrite contacts, for example).
Jan.
On 08-12 13:23, Kannaiyan Natesan wrote:
My script has following information regarding NAT,
I have installed RTPProxy and I cannot hear any communication between
the
phones.
Here is my configuration,
# global parameters
mhomed=yes
# Nathelper loadmodule "/usr/local/lib/ser/modules/nathelper.so"
# Parameter section
modparam("nathelper","natping_interval", 10)
# Routing section route {
..... if( method=="INVITE") { record_route(); force_rtp_proxy(); /* set up reply processing */ t_on_reply("1"); }; .... }
#route leg # all incoming replied for t_onreplied transactions enter here onreply_route[1] { if( status =~"[12][0-9][0-9]" ){ force_rtp_proxy(); }; }
Can anyone please help me what should I need to do further to call
between
my Cisco ATA 186 and X-lite.
Best Regards, Kannaiyan
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
On Dec 09, 2003 at 09:42, Kannaiyan Natesan nkans@lycos.co.uk wrote:
[...]
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/etc/nathelper.cfg?r ev=HEAD
What ser version do you use? You should use either the CVS HEAD (unstable) or the updated 0.8.12 (0.8.12 + updated nathelper, available only from the cvs, use the rel_0_8_12 tag).
The original 0.8.12 release has an older nathelper (at the release moment, we felt the new features in nathelper were not tested enough to include them in a stable release).
Andrei
I installed with tar.gz 0.8.12 file. May I know how can I update through cvs. Do I need to get complete code of ser or only nathelper?
Thanks. Kannaiyan
----- Original Message ----- From: "Andrei Pelinescu-Onciul" pelinescu-onciul@fokus.fraunhofer.de To: "Kannaiyan Natesan" nkans@lycos.co.uk Cc: "Jan Janak" jan@iptel.org; serusers@lists.iptel.org Sent: Tuesday, December 09, 2003 10:22 AM Subject: Re: [Serusers] Nathelper cfg ?
On Dec 09, 2003 at 09:42, Kannaiyan Natesan nkans@lycos.co.uk wrote:
[...]
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/etc/nathelper.cfg?r
ev=HEAD
What ser version do you use? You should use either the CVS HEAD (unstable) or the updated 0.8.12 (0.8.12 + updated nathelper, available only from the cvs, use the rel_0_8_12 tag).
The original 0.8.12 release has an older nathelper (at the release moment, we felt the new features in nathelper were not tested enough to include them in a stable release).
Andrei
On Dec 09, 2003 at 10:28, Kannaiyan Natesan nkans@lycos.co.uk wrote:
I installed with tar.gz 0.8.12 file. May I know how can I update through cvs. Do I need to get complete code of ser or only nathelper?
You neede the complete code (the "new" nathelper involves some minor ser core changes, that's why we were so reluctant to include it in the stable release without more testing).
See http://www.iptel.org/ser/cvs/ for cvs information.
Andrei
Since more work need to be done on that, Can you please guide me how can I configure with the current module.
Kannaiyan
----- Original Message ----- From: "Andrei Pelinescu-Onciul" pelinescu-onciul@fokus.fraunhofer.de To: "Kannaiyan Natesan" nkans@lycos.co.uk Cc: "Jan Janak" jan@iptel.org; serusers@lists.iptel.org Sent: Tuesday, December 09, 2003 11:20 AM Subject: Re: [Serusers] Nathelper cfg ?
On Dec 09, 2003 at 10:28, Kannaiyan Natesan nkans@lycos.co.uk wrote:
I installed with tar.gz 0.8.12 file. May I know how can I update through cvs. Do I need to get complete code
of
ser or only nathelper?
You neede the complete code (the "new" nathelper involves some minor ser core changes, that's why we were so reluctant to include it in the stable release without more testing).
See http://www.iptel.org/ser/cvs/ for cvs information.
Andrei
On Dec 09, 2003 at 12:10, Kannaiyan Natesan nkans@lycos.co.uk wrote:
Since more work need to be done on that, Can you please guide me how can I configure with the current module.
see modules/nathelper/nathelper.cfg from your downloaded sources. However that version does not have nat_uac_test or ping_nated_only support. It is better to upgrade if you want nathelper, the current version is much better.
Andrei