[SR-Users] XML-RPC htable.reload

Martin Nyström martin.nystrom at connectel.se
Thu Jan 11 14:25:55 CET 2018


Hi,

I am trying to use XML-RPC for issuing a htable.reload but fails to get it working properly.
In this scenario I am trying to reload the htable “foobar”.

My XML doc looks as follows:

<?xml version="1.0"?>
<methodCall>
                <methodName>htable.reload foobar</methodName>
                <params></params>
</methodCall>


The returned response is:

<?xml version="1.0"?>
<methodResponse>
<fault>
<value>
<struct>
<member>
<name>faultCode</name>
<value><int>500</int></value>
</member>
<member>
<name>faultString</name>
<value><string>Method Not Found</string></value>
</member>
</struct>
</value>
</fault>
</methodResponse>


So my question is really how I can use XML-RPC to reload a htable. I am probaly missing a field here or anything like that.

kamailio 4.4.5 (x86_64/linux)


Regards



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-users/attachments/20180111/3120482c/attachment.html>


More information about the sr-users mailing list