Hi,

I'm trying to create a RLS "rls-services" document with a contacts-list inside it. Kamailio states that "No xcap document found for uri:x".

When creating a subscribe I must set the uri to the service uri. What I want to know is the sql query Kamailio does in order to get the contacts list for that uri.

For example: XCAP document:

              "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
"<rls-services xmlns=\"urn:ietf:params:xml:ns:rls-services\"" +
                " xmlns:rl=\"urn:ietf:params:xml:ns:resource-lists\">" +
"<service uri=\"sip:restricted_areas_presentit...@open-ims.test\">" +
                "<list name=\"friends\">" +
                "<rl:entry uri=\"sip:testuse...@open-ims.test\"/>" +
                "<rl:entry uri=\"sip:testuse...@open-ims.test\"/>" +
                "</list>" +
                "<packages>" +
                "<package>presence</package>" +
                "</packages>" +
            "</service>" +
            "</rls-services>";

Is stored in /xcap-root/rls-services/users/sip:restricted_ar...@open-ims.test/index

The subscribe is from sip:restricted_ar...@open-ims.test to sip:restricted_areas_presentit...@open-ims.test

What am I doing wrong?

Thanks,
  Andrés.

_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to