<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Jeon,<br>
<br>
You are almost there :) but missing one piece of information that I
will provide to you now.<br>
<br>
Yoo Chan Jeon wrote:
<blockquote
 cite="mid:8db572240810280906v43a9a7c1ve14d4d4854868296@mail.gmail.com"
 type="cite">
  <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>
</blockquote>
When receiving a Subscribe, RLS , as any notifier is obliged to send an
immediate Notify. So RLS check what state information it has , and
since it has none at that time - it sends a Notify with empty body.<br>
On the other hand, does this Notify receive a 200 OK from Eyebeam?<br>
<br>
<blockquote
 cite="mid:8db572240810280906v43a9a7c1ve14d4d4854868296@mail.gmail.com"
 type="cite">
  <div>5. Presence server sends notify msgs to the Openser RLS.</div>
</blockquote>
Now, when receiving a Notify from the presence server, the RLS should
send a Notify to Eyebeam with the update of the state. Do you see that?<br>
<br>
I want to mention that there were some problems discovered in RLS at
SIPIT, two weeks ago and I am working now at fixing those. They could
also appear in your tests. Anyhow any trouble that you find, please
report and I will check to see if it is a new or know one. <br>
<br>
Do you use the latest version of Eyebeam? Does it have RLS support
again?<br>
<br>
regards,<br>
Anca Vamanu<br>
<blockquote
 cite="mid:8db572240810280906v43a9a7c1ve14d4d4854868296@mail.gmail.com"
 type="cite">
  <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: rgb(255, 255, 51);">rls_handle_subscribe()</font>
calls <font style="background-color: rgb(255, 255, 102);">resource_subscription(),</font>
  <font style="background-color: rgb(255, 255, 102);">reply_200(),</font>
and <font style="background-color: rgb(255, 255, 102);">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: rgb(255, 255, 102);">
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 moz-do-not-send="true"
 href="mailto:anca@voice-system.ro">anca@voice-system.ro</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">You
can also find the slide presentation here: <a moz-do-not-send="true"
 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="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">
      <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 moz-do-not-send="true"
 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="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">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
 moz-do-not-send="true" href="mailto:yoojeon@gmail.com" target="_blank">yoojeon@gmail.com</a>
&lt;mailto:<a moz-do-not-send="true" 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's &nbsp;state. &nbsp; &nbsp; &nbsp;I sent a &nbsp;subscribe msg to the
list@domain &lt;mailto:<a moz-do-not-send="true"
 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'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="1.0" encoding="UTF-8"?&gt;<br>
&nbsp; &nbsp; &nbsp;&lt;list uri=<a class="moz-txt-link-rfc2396E" href="sip:list@domain">"sip:list@domain"</a> xmlns="urn:ietf:params:xml:ns:rlmi"<br>
&nbsp; &nbsp;version="1" fullState="true"&gt;<br>
&nbsp; &nbsp; &nbsp; &lt;resource uri="sip: joe@domain" &lt;mailto:<a
 moz-do-not-send="true" href="mailto:joe@domain" target="_blank">joe@domain</a>&gt;&gt;
&nbsp; &nbsp; &nbsp; &lt;resource uri="sip: bob@domain"&gt;<br>
&nbsp; &nbsp; &nbsp; &lt;resource uri="sip: tom@domain" &lt;mailto:<a
 moz-do-not-send="true" 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
 moz-do-not-send="true" href="mailto:anca@voice-system.ro"
 target="_blank">anca@voice-system.ro</a><br>
&nbsp; &nbsp;&lt;mailto:<a moz-do-not-send="true"
 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'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 moz-do-not-send="true"
 href="mailto:anca@voice-system.ro" target="_blank">anca@voice-system.ro</a>
&lt;mailto:<a moz-do-not-send="true" href="mailto:anca@voice-system.ro"
 target="_blank">anca@voice-system.ro</a>&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a moz-do-not-send="true"
 href="mailto:anca@voice-system.ro" target="_blank">anca@voice-system.ro</a><br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a moz-do-not-send="true"
 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 '4' in<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;'doc_type'<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 moz-do-not-send="true"
 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="1.0" encoding="UTF-8"?&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;resource-lists<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;xmlns="urn:ietf:params:xml:ns:resource-lists"&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;list name="SIMPLE Buddy List"&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="sip: joe@domain &lt;mailto:<a
 moz-do-not-send="true" href="mailto:joe@domain" target="_blank">joe@domain</a><br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a moz-do-not-send="true" href="mailto:joe@domain"
 target="_blank">joe@domain</a>&gt; &lt;mailto:<a moz-do-not-send="true"
 href="mailto:joe@domain" target="_blank">joe@domain</a><br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a moz-do-not-send="true" href="mailto:joe@domain"
 target="_blank">joe@domain</a>&gt;&gt;&gt;"&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="sip: bob@domain &lt;mailto:<a
 moz-do-not-send="true" href="mailto:joe@domain" target="_blank">joe@domain</a><br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a moz-do-not-send="true" href="mailto:joe@domain"
 target="_blank">joe@domain</a>&gt; &lt;mailto:<a moz-do-not-send="true"
 href="mailto:joe@domain" target="_blank">joe@domain</a><br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a moz-do-not-send="true" href="mailto:joe@domain"
 target="_blank">joe@domain</a>&gt;&gt;&gt;"&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="<a class="moz-txt-link-freetext" href="sip:tom@domain">sip:tom@domain</a> &lt;mailto:<a
 moz-do-not-send="true" href="mailto:tom@domain" target="_blank">tom@domain</a><br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a moz-do-not-send="true" href="mailto:tom@domain"
 target="_blank">tom@domain</a>&gt; &lt;mailto:<a moz-do-not-send="true"
 href="mailto:tom@domain" target="_blank">tom@domain</a><br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a moz-do-not-send="true" href="mailto:tom@domain"
 target="_blank">tom@domain</a>&gt;&gt;&gt;"&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 <a class="moz-txt-link-freetext" href="sip:list@domain">sip:list@domain</a><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 moz-do-not-send="true"
 href="mailto:list@doamin" target="_blank">list@doamin</a> &lt;mailto:<a
 moz-do-not-send="true" href="mailto:list@doamin" target="_blank">list@doamin</a>&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;mailto:<a moz-do-not-send="true"
 href="mailto:list@doamin" target="_blank">list@doamin</a> &lt;mailto:<a
 moz-do-not-send="true" 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 moz-do-not-send="true"
 href="mailto:joe@domain" target="_blank">joe@domain</a> &lt;mailto:<a
 moz-do-not-send="true" href="mailto:joe@domain" target="_blank">joe@domain</a>&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a moz-do-not-send="true" href="mailto:joe@domain"
 target="_blank">joe@domain</a> &lt;mailto:<a moz-do-not-send="true"
 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 moz-do-not-send="true"
 href="mailto:bob@domain" target="_blank">bob@domain</a> &lt;mailto:<a
 moz-do-not-send="true" href="mailto:bob@domain" target="_blank">bob@domain</a>&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a moz-do-not-send="true" href="mailto:bob@domain"
 target="_blank">bob@domain</a> &lt;mailto:<a moz-do-not-send="true"
 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 moz-do-not-send="true"
 href="mailto:tom@domain" target="_blank">tom@domain</a> &lt;mailto:<a
 moz-do-not-send="true" href="mailto:tom@domain" target="_blank">tom@domain</a>&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a moz-do-not-send="true" href="mailto:tom@domain"
 target="_blank">tom@domain</a> &lt;mailto:<a moz-do-not-send="true"
 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 moz-do-not-send="true"
 href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a moz-do-not-send="true"
 href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>&gt;<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a moz-do-not-send="true"
 href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;mailto:<a moz-do-not-send="true"
 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 moz-do-not-send="true"
 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 moz-do-not-send="true" href="mailto:Users@lists.opensips.org"
 target="_blank">Users@lists.opensips.org</a><br>
      </div>
      </div>
      <div class="Ih2E3d"><a moz-do-not-send="true"
 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>
</blockquote>
<br>
</body>
</html>