This is great! Thanks for this... very useful..<div>-Brett</div><div><br><div><br><div class="gmail_quote">On Tue, Jan 27, 2009 at 6:07 AM, Bogdan-Andrei Iancu <span dir="ltr">&lt;<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi,<br>
<br>
The siptrace module is now able to automatically trace a whole dialog -<br>
to trace all requests and replies from a dialog, with a single call of a<br>
function.<br>
<br>
The new &quot;trace_dialog()&quot; function, if called for the initial request,<br>
will automatically create the dialog and trigger the tracing for all<br>
messages from the dialog.<br>
<br>
Usage:<br>
 &nbsp; &nbsp;if (is_method(&quot;INVITE&quot;) &amp;&amp; !has_totag() ) {<br>
 &nbsp; &nbsp; &nbsp; trace_dialog()<br>
 &nbsp; &nbsp;}<br>
<br>
<br>
There is no need to set other flags or to call other tracing function -<br>
such use the trace_dialog() and everything will be automatically done.<br>
<br>
To implement such functionality, the siptrace module needs to use the<br>
dialog module. To keep backward compatibility, the siptrace module<br>
requires the dialog module only if the trace_dialog() function is used.<br>
If not used, no dependency will be required.<br>
<br>
<br>
Also see:<br>
 &nbsp; &nbsp;<a href="http://www.opensips.org/html/docs/modules/devel/siptrace.html#id228297" target="_blank">http://www.opensips.org/html/docs/modules/devel/siptrace.html#id228297</a><br>
<br>
<br>
Regards,<br>
Bogdan<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>
</blockquote></div><br></div></div>