Hi,<br><br>I&#39;ve tried Bogdan&#39;s advice, and it worked.<br><br>&gt; For the nathelper module to know which RTPproxies to talk with, you need<br>&gt; to provision the RTPproxies in DB, in the nh_sockets table.<br>&gt; In your case, do :<br>
&gt; insert into nh_sockets (rtpproxy_sock, set_id) values<br>&gt; (&quot;udp:<a href="http://127.0.0.1:7890">127.0.0.1:7890</a>&quot;,0) ;<br><br>Opensips could start, the clients could register themself, but there&#39;s another problem. The clients could not call each other. I used jitsi softphone, and it said &#39;invalid destination&#39;.<br>
<br>I know it&#39;s the database that have the problem, because when I tried to use the database from Opensips 1.6 Live CD that problem didn&#39;t occur. Then I tried to look at the log, well, I couldn&#39;t figure it out.<br>
<br>This was the database that I used.<br><a href="http://pastebin.com/bzbg50zg">http://pastebin.com/bzbg50zg</a><br><br>These are the log and my config.<br><a href="http://pastebin.com/00Jj455E">http://pastebin.com/00Jj455E</a><br>
<a href="http://pastebin.com/pAqpCeBZ">http://pastebin.com/pAqpCeBZ</a><br><br>Honestly, I&#39;m feeling kind of frustrated here. Haha.<br><br>Thanks.<br><br>Kind regards,<br>Apenk Satria<br><br>&gt; I&#39;m trying to make opensips work with nathelper and rtpproxy.<br>
&gt; I used opensips 1.6.3-no-tls, compiled it with all the needed modules.<br>&gt; I also used the same config (modified module path &amp; ip address) as the<br>&gt; working Opensips 1.6 Live CD.<br>&gt;<br>&gt; But everytime I tried to start opensips, it failed. It said that<br>
&gt; opensips failed to initialize module nathelper. This one is the error log.<br>&gt; <a href="http://pastebin.com/be2CRD3R">http://pastebin.com/be2CRD3R</a><br>&gt;<br>&gt; The rtpproxy was up, of course. I used netstat.<br>
&gt; udp<br>0<br>0 <a href="http://127.0.0.1:7890">127.0.0.1:7890</a> &lt;<a href="http://127.0.0.1:7890">http://127.0.0.1:7890</a>&gt;<br>&gt; 0.0.0.0:*<br>1595/rtpproxy<br>&gt;<br>&gt; I know there&#39;s no one to debug except me. But, just in case, these are<br>
&gt; my config file and my modules list.<br>&gt; <a href="http://pastebin.com/pAqpCeBZ">http://pastebin.com/pAqpCeBZ</a><br>&gt; <a href="http://pastebin.com/J4EVKGhN">http://pastebin.com/J4EVKGhN</a><br>&gt;<br>&gt; Is there something wrong with the nathelper module?<br>
<br>