<!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">
Hello,<br>
<br>
Glad that your issue with topology hiding is fixed in the latest
OpenSIPS stable release.<br>
<br>
As far as I know, the issue with Mediaproxy & TM is not yet
fixed. Maybe Saúl can provide more info about this.<br>
<br>
Regards,<br>
<pre class="moz-signature" cols="72">Vlad Paiu
OpenSIPS Developer</pre>
<br>
On 11/05/2011 10:14 AM, Jayesh Nambiar wrote:
<blockquote
cite="mid:CALvF6vD4+iUN40gtJoXUxeqjC3e=de=eXmenq+Mzd26dkux7qA@mail.gmail.com"
type="cite">Hi,<br>
I just happened to check this same function after upgrading to 1.7
stable release and it works as expected. So I would really like to
use the stable version. Does anyone know if the issue related to
mediaproxy and tm is solved in the opensips 1.7 stable version? I
had same problem after moving my opensips 1.7 stable into
production. Here is the post I am referring to:<br>
<a moz-do-not-send="true"
href="http://lists.opensips.org/pipermail/users/2011-October/019440.html">http://lists.opensips.org/pipermail/users/2011-October/019440.html</a><br>
<br>
Is the above problem related to mediaproxy??<br>
<br>
--- Jayesh<br>
<br>
<div class="gmail_quote">On Sat, Nov 5, 2011 at 11:56 AM, Jayesh
Nambiar <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:jayesh.voip@gmail.com">jayesh.voip@gmail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">
Hi All,<br>
I am trying to use the topology_hiding feature in the dialog
module. The problem is opensips does not route the sequential
requests properly. I have tried using the match_dialog
function as described in the module docs:<br>
<br>
if (has_totag() && is_method("INVITE|ACK|BYE|UPDATE"))
{<br>
log(1, "Method has To Tag");<br>
if(match_dialog())<br>
{<br>
log(1, "ACK Matched Earlier Dialog");<br>
route(default_relay);<br>
exit;<br>
}<br>
}<br>
<br>
But the match_dialog function always returns false and
opensips is not able to relay the ACK by matching the dialog.
I am definitely calling create_dialog() on my intial INVITE. I
can see the first log message printed properly, but the second
one inside the match_dialog function is not printed which
means match_dialog returns false. Can anyone guide me to using
the match_dialog function appropriately and accurately so as
to use this light-weight topology-hiding mechanism!!<br>
Any help is greatly appreciated !!<br>
<br>
PS: I am using opensips-1.7-beta source as I had some serious
errors related to media-relay and tm module when I had moved
to opensips-1.7 stable version in production.<br>
<br>
Thanks,<br>
<br>
--- Jayesh<br>
</blockquote>
</div>
<br>
<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>
</body>
</html>