Hi Ovidiu,<br><br>With that scenario, when exactly should I call rtpproxy_offer/answer/engage ?<br>Is it on the b2b:<br>local_route {<br>   if (is_method(&quot;INVITE&quot;)) {<br>     engage_rtp_proxy();<br>   }<br>}<br><br>

Do I need anything else rtp related anywhere ?<br>The SIP goes ok with the scenario but the RTP does not and the audio is missing.<br><br>Also, do I need anything special to enable the DTMF relay with the top hiding ?<br>

<br>Thanks in advance.<br clear="all">--------------------------------------------<br>Kamen Petrov<br>
<br><br><div class="gmail_quote">On 6 February 2011 18:08, Ovidiu Sas <span dir="ltr">&lt;<a href="mailto:osas@voipembedded.com">osas@voipembedded.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

For now, best thing to do is to separate functionality:<br>
 - one server doing topology hiding;<br>
 - one server doing routing, accounting, rtp proxy, etc.<br>
<br>
<br>
Regards,<br>
<font color="#888888">Ovidiu Sas<br>
</font><div><div></div><div class="h5"><br>
On Sun, Feb 6, 2011 at 9:23 AM, Maciej Bylica &lt;<a href="mailto:mbsip@gazeta.pl">mbsip@gazeta.pl</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt;&gt; I am running Opensips 1.6.3 and trying to do topology hiding.<br>
&gt;&gt; This is my scenario:    Operator_1 ------ &gt; my Opensips ------&gt; Operator_2<br>
&gt;&gt; The goal is not to convey any information of Operator_2 to Operator_1<br>
&gt;&gt; like Contact, User-Agent headers and so on and to do rtp proxying.<br>
&gt;&gt; For rtp proxying i&#39;ve installed rtpproxy and it works fine.<br>
&gt;&gt; But still the question is about signalization and SDP (o= part)<br>
&gt;&gt; I ran through a few posts and found out that the answer is B2B<br>
&gt;&gt; functionality here - so B2B_LOGIC.<br>
&gt;&gt;<br>
&gt;&gt; Are there any other wayouts or this is the only way i may follow.<br>
&gt;<br>
&gt; One more question.<br>
&gt; Should I place b2bua separately or could i combine that functionality<br>
&gt; with my current Opensips installation?<br>
&gt; I am asking because as i understand there might be some problems with<br>
&gt; proper call accounting (no radius is used in my case).<br>
&gt; If positive then my scenario will look like following:<br>
&gt; Operator_1 ------ &gt; my Opensips (billing) -- Opensips b2bua (top<br>
&gt; hiding) -- OS RTP Proxy ------&gt; Operator_2.<br>
&gt; or it is wrong assumption.<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Maciej.<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br>