<div dir="ltr">AFAIK after 1) Jitsi should send subscribe message to xcap defined list. After this kamailio can send individual subscribe packets in backend. <div style><br></div><div style>But as you described - Jitsi does not send this magic subscribe. Problem application is Jitsi - not kamailio.</div>
<div style>I spend couple of weeks diving into xcap/rls stuff and had the same problem with the jitsi.</div><div style><br></div><div style>Finally i end up with own softphone code (based on resiprocate) - it works ok. I&#39;d suggest you to try with bria or blink softphones - maybe they will perform better.</div>
<div style><br></div><div style>If anyone got rls working with jitsi - please share your experience...</div><div style><br></div><div style><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Mar 5, 2013 at 4:46 PM, Aleksandrs Semenenko <span dir="ltr">&lt;<a href="mailto:asemenenko@ftctele.com" target="_blank">asemenenko@ftctele.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hello,<br>
<br>
I&#39;m looking for assistance in RLS module setup for kamailio 3.3.2<br>
<br>
The problem is that I need to handle resource-list updates on my kamalio server.<br>
For testing purposes I use Jitsi client.<br>
<br>
Expected:<br>
1) When a new contact is added to Jitsi or an old one is removed, Jitsi sends updated resource-list XML to caps.<br>
- This works fine, I can see PUT request in Wireshark and I can see following log from kamailio.cfg:<br>
<br>
        xlog(&quot;===== xhttp put: refreshing resource-list for $var(uri)\n&quot;);<br>
                                       rls_update_subs(&quot;$var(uri)&quot;, &quot;presence&quot;);<br>
<br>
which hopefully means that rls_update_subs function has been called.<br>
<br>
2) After this function was called, I expect SUBSCRIBE messages in backend, not in Jitsi, but I still see Jitsi sending SUBSCRIBE for each contact.<br>
<br>
What am I doing wrong? Any help would be useful!<br>
<br>
<br>
Regards,<br>
Alex.<br>
_______________________________________________<br>
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list<br>
<a href="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</a><br>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a><br>
</blockquote></div><br></div>