Hi
I'm doing an integration of the RLS module for Kamailio 1.5 and a third-party XCAP server.
I see that when my client sends a SIP SUBSCRIBE to a list that is defined into the document rls-services, I only see the traffic from Kamailio/RLS to the XCAP server to retrieve a resource-lists document, nothing about the rls-services document ?!
Does RLS support rls-services ? If not what lists should contain the resource-lists document ?
Cheers Pascal
Hello,
On 05/19/2009 06:26 PM, Pascal Maugeri wrote:
it fetches and process only resource-lists.
Cheers, Daniel
OK so there is no support for rls-services document. This is what I thought.
So when it fetched the resource-lists document which list from this document does it consider ? Is there any list name in particular that we should use ?
Cheers Pascal
On Wed, May 20, 2009 at 11:08 AM, Daniel-Constantin Mierla < miconda@gmail.com> wrote:
After having read a bit the source code of RLS module, it looks that the server is considering the list "resource-lists" of the document "resouce-lists":
rl_node= XMLDocGetNodeByName(doc, "resource-lists", NULL); (from rls/subscribe.c)
Is my interpretation correct ?
I have to know that because in such case we will have our client to fill in this list with the the resources.
Cheers. Pascal
On Wed, May 20, 2009 at 12:08 PM, Pascal Maugeri pascal.maugeri@gmail.comwrote:
On 05/20/2009 01:21 PM, Pascal Maugeri wrote:
Yes, it is the root node. Then you have list/entry.
Cheers, Daniel
On 05/20/2009 01:08 PM, Pascal Maugeri wrote:
there is root tag resource-lists and then nodes with lists that include entries.
Cheers, Daniel