<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Apenk,<br>
<br>
For the nathelper module to know which RTPproxies to talk with, you
need to provision the RTPproxies in DB, in the nh_sockets table.<br>
<br>
In your case, do :<br>
insert into nh_sockets (rtpproxy_sock, set_id) values
("udp:127.0.0.1:7890",0) ;<br>
<br>
Regards,<br>
Bogdan<br>
<br>
On 04/09/2012 12:13 PM, apenk wrote:
<blockquote
cite="mid:CALr+4Q3SJz_6rDNB=aFVLFgXBS1s2SPzJR4ywJ04PfLe4fN8BA@mail.gmail.com"
type="cite">Hi,<br>
<br>
I'm trying to make opensips work with nathelper and rtpproxy.<br>
I used opensips 1.6.3-no-tls, compiled it with all the needed
modules. I also used the same config (modified module path &
ip address) as the working Opensips 1.6 Live CD.<br>
<br>
But everytime I tried to start opensips, it failed. It said that
opensips failed to initialize module nathelper. This one is the
error log.<br>
<a moz-do-not-send="true" href="http://pastebin.com/be2CRD3R">http://pastebin.com/be2CRD3R</a><br>
<br>
The rtpproxy was up, of course. I used netstat.<br>
udp 0 0 <a moz-do-not-send="true"
href="http://127.0.0.1:7890">127.0.0.1:7890</a>
0.0.0.0:* 1595/rtpproxy<br>
<br>
I know there's no one to debug except me. But, just in case, these
are my config file and my modules list.<br>
<a moz-do-not-send="true" href="http://pastebin.com/pAqpCeBZ">http://pastebin.com/pAqpCeBZ</a><br>
<a moz-do-not-send="true" href="http://pastebin.com/J4EVKGhN">http://pastebin.com/J4EVKGhN</a><br>
<br>
Is there something wrong with the nathelper module?<br>
<br>
Thanks in advance.<br>
<br>
Kind regards,<br>
Apenk Satria
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a class="moz-txt-link-freetext" href="http://www.opensips-solutions.com">http://www.opensips-solutions.com</a></pre>
</body>
</html>