<div>Now I understand how Openser RLS works.</div>
<div>&nbsp;</div>
<div>My answers are in the red texts.</div>
<div>I am wondering if I have to change the codes.</div>
<div>&nbsp;</div>
<div>Thanks.</div>
<div>Jeon<br><br></div>
<div class="gmail_quote">On Tue, Oct 28, 2008 at 12:15 PM, 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">
<div text="#000000" bgcolor="#ffffff">Hi Jeon,<br><br>You are almost there :) but missing one piece of information that I will provide to you now. 
<div class="Ih2E3d"><br><br>Yoo Chan Jeon wrote: 
<blockquote 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></div>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? 
<div class="Ih2E3d">&nbsp;</div></div></blockquote>
<div>&nbsp;&nbsp; <font color="#ff6666">I am using the UA built using Sofia SIp</font></div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div text="#000000" bgcolor="#ffffff">
<div class="Ih2E3d"><span id=""></span><font color="#ff6666">No, it receives the 400&nbsp; Bad content Type header</font></div></div></blockquote>
<div><font color="#ff6666">&nbsp;&nbsp; I looked at the Notify msg which is sent from RLS.</font></div>
<div><font color="#ff6666">&nbsp;&nbsp; It has a minor problem in the&nbsp; Content-Type header</font></div>
<div><font color="#ff6666">&nbsp;&nbsp; Our RLS has&nbsp;a</font></div>
<div><font color="#ff6666">&nbsp;&nbsp; (&quot;multi-part/related;type=&quot;application/rlmi+xml&quot;;start=&lt;12223.....&gt;;boundary=..).</font></div>
<div><font color="#ff6666">&nbsp;&nbsp; I checked this type with&nbsp; rfc 4662</font></div>
<div><font color="#ff6666">&nbsp;&nbsp; rfc 4662 has a</font></div>
<div><font color="#ff6666">&nbsp;&nbsp; (multi-part/related;type=&quot;application/rlmi+xml&quot;;start=&quot;&lt;12223.....&gt;&quot;;boundary=..).</font></div>
<div><font color="#ff6666"></font>&nbsp;</div>
<div><font color="#ff6666">&nbsp;&nbsp; There are three&nbsp;&#39;&#39;(doulbe quote)&nbsp;difference.</font></div>
<div><font color="#ff6666">&nbsp;&nbsp; After I changed the&nbsp; rls_notify_extra_hdr()&nbsp; in the rls/notify.c&nbsp; to the same as in the rfc 4662 .</font></div>
<div><font color="#ff6666">&nbsp;&nbsp; Notify msg does not inlcude xml body anymore.</font></div>
<div><font color="#ff6666">&nbsp;&nbsp; Before the change, it has a xml body.</font></div>
<div><font color="#ff6666">&nbsp;&nbsp; The&nbsp;chages are made in&nbsp;the following. I only changed the two lines</font></div>
<div><font size="2">
<p></p></font><font color="#0000ff" size="2">&nbsp; if</font><font size="2">(start_cid &amp;&amp; boundary_string)
<p>&nbsp;{</p>
<p>&nbsp;str_hdr-&gt;len+= sprintf(str_hdr-&gt;s+str_hdr-&gt;len,</p>
<p></p></font><font color="#800000" size="2">&nbsp;//&quot;Content-Type: \&quot;multipart/related;type=\&quot;application/rlmi+xml\&quot;&quot;</font><font size="2">);</font><font color="#008000" size="2">
<p>&nbsp; &quot;Content-Type: multipart/related;type=\&quot;application/rlmi+xml\&quot;&quot;);</p></font><font size="2">
<p>&nbsp;str_hdr-&gt;len+= sprintf(str_hdr-&gt;s+str_hdr-&gt;len,</p>
<p></p></font><font color="#800000" size="2">&nbsp;//&quot;;start= &lt;%s&gt;;boundary=%s\r\n&quot;</font><font size="2">, start_cid, boundary_string);</font><font color="#008000" size="2">
<p>&nbsp; &quot;;start=\&quot;&lt;%s&gt;\&quot;;boundary=%s\r\n&quot;, start_cid, boundary_string);</p></font><font size="2">
<p>} </p></font>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div text="#000000" bgcolor="#ffffff">
<div class="Ih2E3d"><span id=""></span><br><br>
<blockquote type="cite">
<div>5. Presence server sends notify msgs to the Openser RLS.</div></blockquote></div>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><font color="#888888">Anca Vamanu</font> 
<div>
<div></div>
<div class="Wj3C7c"><br>
<blockquote 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 href="mailto:anca@voice-system.ro" target="_blank">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: rgb(204,204,204) 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: rgb(204,204,204) 1px solid">
<div>
<div>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: rgb(204,204,204) 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=<a>&quot;sip:list@domain&quot;</a> 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;<a>sip:tom@domain</a> &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 <a>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 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><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></blockquote>
<br></div></div></div></blockquote></div><br>