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