<div><br>Thanks Anca.</div>
<div>I checked the Wireshark trace, and your presentation.</div>
<div>Openser RLS seems to send a notify to the user before it receives&nbsp;notify msgs from the presence server.</div>
<div>The&nbsp;&nbsp;Wireshark trace steps are following:</div>
<div>I&nbsp;explained&nbsp; the trace&nbsp;using your&nbsp; presentation:&nbsp;</div>
<div>&nbsp;</div>
<div>1.Eyebeam&nbsp; subscibes to my list</div>
<div>2. Openser RLS&nbsp; subscribes &nbsp;to Presence server.</div>
<div>3. Openser RLS sends a 200 to the Eyebeam.</div>
<div>4. Openser RLS sends a full notify to the Eyebeam without presence states.</div>
<div>5. Presence server sends notify msgs to the Openser RLS.</div>
<div>&nbsp;</div>
<div>I guess that step 4 should be called after step 5.</div>
<div>&nbsp;</div>
<div>I checked the codes again.</div>
<div>The <font style="BACKGROUND-COLOR: #ffff33">rls_handle_subscribe()</font> calls <font style="BACKGROUND-COLOR: #ffff66">resource_subscription(),</font> <font style="BACKGROUND-COLOR: #ffff66">reply_200(),</font> and <font style="BACKGROUND-COLOR: #ffff66">send_full_notify().</font></div>

<div>The resource_suscription() does the step 2.</div>
<div>The reply_200() does the step 3.</div>
<div>The send_full_notify() dose the step 4.</div>
<div>&nbsp;</div>
<div>The<font style="BACKGROUND-COLOR: #ffff66"> rls_handle_subscribe()&nbsp;never wait for step 5</font>.</div>
<div>What did I do wrong ?&nbsp;</div>
<div>&nbsp;</div>
<div>Thanks</div>
<div>Jeon</div>
<div><br>&nbsp;</div>
<div class="gmail_quote">On Tue, Oct 28, 2008 at 9:14 AM, Anca Vamanu <span dir="ltr">&lt;<a href="mailto:anca@voice-system.ro">anca@voice-system.ro</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">You can also find the slide presentation here: <a href="http://opensips.org/index.php?n=Resources.DocsPapPa" target="_blank">http://opensips.org/index.php?n=Resources.DocsPapPa</a>.<br>
<br>Anca<br><font color="#888888"><br>Anca Vamanu wrote:<br></font>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div></div>
<div class="Wj3C7c">Hi Jeon,<br><br>You are missing something.<br>Here is a link at the slides from the presentation I held at VON, San Jose this year - <a href="http://www.slideshare.net/alwaysoncarl/vamanu-anca/" target="_blank">http://www.slideshare.net/alwaysoncarl/vamanu-anca/</a> ( we will put it on our site also).<br>
At page 24 there is a scheme with how RLS works.<br>It interacts with the client by receiving a Subscribe to a list and sending it an aggregate Notify.<br>To get the info to put in the Notify it sends Notifies for each buddy in list to the presence server ( where the clients have sent Publish messages). The server will then reply with Notifies that will be processed with rls_handle_notify function.<br>
<br>regards,<br>Anca<br><br><br>Yoo Chan Jeon wrote:<br>&nbsp;<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi,<br>I looked at the codes.<br>The send_full_notify() api in the rls/notif.c sends the notify msg. That api is called in the rls_handle_subscribe().<br>
It is checking the rls_presentity table if the list has &nbsp;presence states.<br>The rls_presentity table is written &nbsp;in the rls_handle_notify() which is called if the server receives a notify msg.<br>The server recieves a subscribe(list) msg , sends a 200 msg, and a notify msg.<br>
I do not think the notify msg &nbsp;will never have &nbsp;the presence states.<br>Is this a bug in the codes or am I missing something?<br>&nbsp;Thanks.<br>Jeon<br>&nbsp;&nbsp;&nbsp;<br><br>&nbsp;On Mon, Oct 27, 2008 at 10:49 AM, Yoo Chan Jeon &lt;<a href="mailto:yoojeon@gmail.com" target="_blank">yoojeon@gmail.com</a> &lt;mailto:<a href="mailto:yoojeon@gmail.com" target="_blank">yoojeon@gmail.com</a>&gt;&gt; wrote:<br>
<br>&nbsp; &nbsp;Thanks Anca.<br>&nbsp; &nbsp; &nbsp; &nbsp;I copied the xml file to the xcap.doc column. I put the<br>&nbsp; &nbsp;username(list), doc_type(4), and domain(domain) &nbsp; &nbsp;I published the joe, bob and tom&#39;s &nbsp;state. &nbsp; &nbsp; &nbsp;I sent a &nbsp;subscribe msg to the list@domain &lt;mailto:<a href="mailto:list@domain" target="_blank">list@domain</a>&gt;.<br>
&nbsp; &nbsp;I received the notify msg with the following xml message body.<br>&nbsp; &nbsp;I got a list of uri, but the xml body did not have a each uri&#39;s state.<br>&nbsp; &nbsp;I checekd the presentity database. it has the joe, bob, and<br>&nbsp; &nbsp;tom presentity state.<br>
&nbsp; &nbsp;What am I missing?<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>&nbsp; &nbsp; &nbsp;&lt;list uri=&quot;sip:list@domain&quot; xmlns=&quot;urn:ietf:params:xml:ns:rlmi&quot;<br>&nbsp; &nbsp;version=&quot;1&quot; fullState=&quot;true&quot;&gt;<br>
&nbsp; &nbsp; &nbsp; &lt;resource uri=&quot;sip: joe@domain&quot; &lt;mailto:<a href="mailto:joe@domain" target="_blank">joe@domain</a>&gt;&gt; &nbsp; &nbsp; &nbsp; &lt;resource uri=&quot;sip: bob@domain&quot;&gt;<br>&nbsp; &nbsp; &nbsp; &lt;resource uri=&quot;sip: tom@domain&quot; &lt;mailto:<a href="mailto:tom@domain" target="_blank">tom@domain</a>%22&gt;&gt; &nbsp; &nbsp; &nbsp; &lt;/list&gt;<br>
<br>&nbsp; &nbsp;Thanks.<br>&nbsp; &nbsp;Jeon<br>&nbsp; &nbsp; <br>&nbsp; &nbsp; &nbsp; &nbsp;On Thu, Oct 23, 2008 at 7:08 AM, Anca Vamanu &lt;<a href="mailto:anca@voice-system.ro" target="_blank">anca@voice-system.ro</a><br>&nbsp; &nbsp;&lt;mailto:<a href="mailto:anca@voice-system.ro" target="_blank">anca@voice-system.ro</a>&gt;&gt; wrote:<br>
<br>&nbsp; &nbsp; &nbsp; &nbsp;Hi Jeon,<br><br>&nbsp; &nbsp; &nbsp; &nbsp;The column was changed from type text to type blob because<br>&nbsp; &nbsp; &nbsp; &nbsp;there was a problem with postgres db. However the text is not<br>&nbsp; &nbsp; &nbsp; &nbsp;transformed into binary but written as text and extracted as text.<br>
&nbsp; &nbsp; &nbsp; &nbsp;And yes, you should put the whole xml in the doc column.<br><br>&nbsp; &nbsp; &nbsp; &nbsp;regards,<br>&nbsp; &nbsp; &nbsp; &nbsp;Anca<br><br>&nbsp; &nbsp; &nbsp; &nbsp;Yoo Chan Jeon wrote:<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Hi, Anca<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Thanks for your information.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I &nbsp;was busy doing other issues in the presence server.<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Now I am back to this issue.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I checked the xcap data structure, and source codes.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;The xcap doc column&#39;s type is a BLOB in the database. But<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I looked at the codes. It seems to save the doc &nbsp;as a<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;string not a BLOB.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I am still confused.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;How do I save the xml sample you wrote to the doc column?<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;I mean the list.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Should I put the whole xml to the doc column in the xcap<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;table?<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Thanks.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Jeon<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; On Thu, Oct 2, 2008 at 9:38 AM, Anca Vamanu<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="mailto:anca@voice-system.ro" target="_blank">anca@voice-system.ro</a> &lt;mailto:<a href="mailto:anca@voice-system.ro" target="_blank">anca@voice-system.ro</a>&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:anca@voice-system.ro" target="_blank">anca@voice-system.ro</a><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:anca@voice-system.ro" target="_blank">anca@voice-system.ro</a>&gt;&gt;&gt; wrote:<br>
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Hi Jeon,<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; If you want to simulate an xcap server for rls you can<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;do that by<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; doing the following:<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1. set integrated_xcap_server parameter in rls module to 1.<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2. write the list in xcap table , putting value &#39;4&#39; in<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#39;doc_type&#39;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; column.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; You should complete only columns: username, domain, doc and<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; doc_type, because these are the only ones used by the<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;rls server.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; The list must have the format described in RFC 4826<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;<a href="http://www.ietf.org/rfc/rfc4826.txt" target="_blank">http://www.ietf.org/rfc/rfc4826.txt</a>&gt;. For the example<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;that you<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; gave it would look something like this:<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;resource-lists<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;xmlns=&quot;urn:ietf:params:xml:ns:resource-lists&quot;&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;list name=&quot;SIMPLE Buddy List&quot;&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;display-name&gt;SIMPLE Buddy List&lt;/display-name&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;entry uri=&quot;sip: joe@domain &lt;mailto:<a href="mailto:joe@domain" target="_blank">joe@domain</a><br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:joe@domain" target="_blank">joe@domain</a>&gt; &lt;mailto:<a href="mailto:joe@domain" target="_blank">joe@domain</a><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:joe@domain" target="_blank">joe@domain</a>&gt;&gt;&gt;&quot;&gt;<br>
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;display-name&gt;joe&lt;/display-name&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/entry&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;entry uri=&quot;sip: bob@domain &lt;mailto:<a href="mailto:joe@domain" target="_blank">joe@domain</a><br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:joe@domain" target="_blank">joe@domain</a>&gt; &lt;mailto:<a href="mailto:joe@domain" target="_blank">joe@domain</a><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:joe@domain" target="_blank">joe@domain</a>&gt;&gt;&gt;&quot;&gt;<br>
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;display-name&gt;bob&lt;/display-name&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/entry&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;entry uri=&quot;sip:tom@domain &lt;mailto:<a href="mailto:tom@domain" target="_blank">tom@domain</a><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:tom@domain" target="_blank">tom@domain</a>&gt; &lt;mailto:<a href="mailto:tom@domain" target="_blank">tom@domain</a><br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:tom@domain" target="_blank">tom@domain</a>&gt;&gt;&gt;&quot;&gt;<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;display-name&gt;tom&lt;/display-name&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/entry&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/list&gt;&lt;/resource-lists&gt;<br>
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; regards,<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Anca Vamanu<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Yoo Chan Jeon wrote:<br><br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Hi,<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; I just want to know how RLS handles SUBSCRIBE<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;messages without<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; using XCAP.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; I assume that the server already has the list<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;information.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; I want send the SUBSRIBE message with resource list<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;format:<br>
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SUBSCRIBE sip:list@domain<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; supported:eventlist<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Accept:application/rlmi+xml<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Accept:multipart/related<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; I added rls, presence, presence_xml, and pua<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;modlues in the<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; configuration file.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; I do not have any problems to run the server.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Which database should I add list@doamin<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:list@doamin" target="_blank">list@doamin</a> &lt;mailto:<a href="mailto:list@doamin" target="_blank">list@doamin</a>&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;mailto:<a href="mailto:list@doamin" target="_blank">list@doamin</a> &lt;mailto:<a href="mailto:list@doamin" target="_blank">list@doamin</a>&gt;&gt;&gt; to?<br>
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; How do I add the resource list?<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; What kind of format do I need to add a list if I<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;want to add<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; joe@domain &lt;mailto:<a href="mailto:joe@domain" target="_blank">joe@domain</a> &lt;mailto:<a href="mailto:joe@domain" target="_blank">joe@domain</a>&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:joe@domain" target="_blank">joe@domain</a> &lt;mailto:<a href="mailto:joe@domain" target="_blank">joe@domain</a>&gt;&gt;&gt;, bob@domain<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;mailto:<a href="mailto:bob@domain" target="_blank">bob@domain</a> &lt;mailto:<a href="mailto:bob@domain" target="_blank">bob@domain</a>&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:bob@domain" target="_blank">bob@domain</a> &lt;mailto:<a href="mailto:bob@domain" target="_blank">bob@domain</a>&gt;&gt;&gt;, tom@domain<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;mailto:<a href="mailto:tom@domain" target="_blank">tom@domain</a> &lt;mailto:<a href="mailto:tom@domain" target="_blank">tom@domain</a>&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:tom@domain" target="_blank">tom@domain</a> &lt;mailto:<a href="mailto:tom@domain" target="_blank">tom@domain</a>&gt;&gt;&gt; ?<br><br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Do you have some kind of examples?<br>
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Thanks you.<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Jeon<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ------------------------------------------------------------------------<br><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; _______________________________________________<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Users mailing list<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>&gt;&gt;<br>
<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br><br><br><br><br>&nbsp; &nbsp;<br>
</blockquote><br><br>_______________________________________________<br>Users mailing list<br><a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br></div></div>
<div class="Ih2E3d"><a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br><br>&nbsp;<br></div></blockquote><br></blockquote></div><br>