Hi Saul,<br>Is there at least a temporary fix available for this problem. Something like, if I compile the mediaproxy module of 1.6.4 version and load it in the 1.7 modules directory, should it work?? Just a thought.<br><br>
Thanks,<br><br>--- Jayesh<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello,<br>
<br>
Glad that your issue with topology hiding is fixed in the latest<br>
OpenSIPS stable release.<br>
<br>
As far as I know, the issue with Mediaproxy &amp; TM is not yet fixed. Maybe<br>
Sa?l can provide more info about this.<br>
<br>
Regards,<br>
<br>
Vlad Paiu<br>
OpenSIPS Developer<br>
<br>
<br>
On 11/05/2011 10:14 AM, Jayesh Nambiar wrote:<br>
&gt; Hi,<br>
&gt; I just happened to check this same function after upgrading to 1.7<br>
&gt; stable release and it works as expected. So I would really like to use<br>
&gt; the stable version. Does anyone know if the issue related to<br>
&gt; mediaproxy and tm is solved in the opensips 1.7 stable version? I had<br>
&gt; same problem after moving my opensips 1.7 stable into production. Here<br>
&gt; is the post I am referring to:<br>
&gt; <a href="http://lists.opensips.org/pipermail/users/2011-October/019440.html" target="_blank">http://lists.opensips.org/pipermail/users/2011-October/019440.html</a><br>
&gt;<br>
&gt; Is the above problem related to mediaproxy??<br>
&gt;<br>
&gt; --- Jayesh<br>
&gt;<br>
&gt; On Sat, Nov 5, 2011 at 11:56 AM, Jayesh Nambiar &lt;<a href="mailto:jayesh.voip@gmail.com">jayesh.voip@gmail.com</a><br>
&gt; &lt;mailto:<a href="mailto:jayesh.voip@gmail.com">jayesh.voip@gmail.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;     Hi All,<br>
&gt;     I am trying to use the topology_hiding feature in the dialog<br>
&gt;     module. The problem is opensips does not route the sequential<br>
&gt;     requests properly. I have tried using the match_dialog function as<br>
&gt;     described in the module docs:<br>
&gt;<br>
&gt;     if (has_totag() &amp;&amp; is_method(&quot;INVITE|ACK|BYE|UPDATE&quot;)) {<br>
&gt;             log(1, &quot;Method has To Tag&quot;);<br>
&gt;             if(match_dialog())<br>
&gt;             {<br>
&gt;                     log(1, &quot;ACK Matched Earlier Dialog&quot;);<br>
&gt;                     route(default_relay);<br>
&gt;                     exit;<br>
&gt;             }<br>
&gt;     }<br>
&gt;<br>
&gt;     But the match_dialog function always returns false and opensips is<br>
&gt;     not able to relay the ACK by matching the dialog. I am definitely<br>
&gt;     calling create_dialog() on my intial INVITE. I can see the first<br>
&gt;     log message printed properly, but the second one inside the<br>
&gt;     match_dialog function is not printed which means match_dialog<br>
&gt;     returns false. Can anyone guide me to using the match_dialog<br>
&gt;     function appropriately and accurately so as to use this<br>
&gt;     light-weight topology-hiding mechanism!!<br>
&gt;     Any help is greatly appreciated !!<br>
&gt;<br>
&gt;     PS: I am using opensips-1.7-beta source as I had some serious<br>
&gt;     errors related to media-relay and tm module when I had moved to<br>
&gt;     opensips-1.7 stable version in production.<br>
&gt;<br>
&gt;     Thanks,<br>
&gt;<br>
&gt;     --- Jayesh<br>
&gt;<br>
<br></blockquote></div>