Dear list,
we are running Kamailio 3.2 together with the included OpenXcap server.
I try to retrieve only part of a certain resource list using XPath, but the server always returns the full list, see example below. I was so far not able to retrieve only part of a resource list, independent of the XPath expression I'm using.
Do I make something wrong or is this a bug?
Thanks and regards,
Fabian
<?xml version="1.0"?>
<resource-lists xmlns="urn:ietf:params:xml:ns:resource-lists">
<list name="Business">
<display-name>Test 1</display-name>
</entry>
<display-name>Test 1</display-name>
</entry>
</list>
<list name="Family">
<display-name>Test 2</display-name>
</entry>
<display-name>Test 2</display-name>
</entry>
</list>
<list name="Friends">
<display-name>Test 3</display-name>
</entry>
<display-name>Test 3</display-name>
</entry>
</list>
<list name="Blocked" />
</resource-lists>