asipto / siremis

Web Admin Interface for Kamailio
http://www.siremis.org
98 stars 46 forks source link

XMLRPC Commands output #28

Closed atpw-voip closed 6 years ago

atpw-voip commented 6 years ago

Fresh install Kamailio 5.1.4, Debian Stretch, Apache 2.4.25, php 7.0.27

I am testing your past version and in IE, Firefox and Safari I have obtained the following output from Server - Uptime command:

\ \ \ \\ \\now\ \\Fri Jul 6 22:24:47 2018\\ \ \\up_since\ \\Fri Jul 6 21:52:24 2018\\ \ \\uptime\ \\1943\\ \ \ \ \ \

Another commands have a similar output.

miconda commented 6 years ago

What is the actual problem you want to report?

atpw-voip commented 6 years ago

Except system.listMethods command output there are the XMLRPC tags displayed in outputs of all other commands.

miconda commented 6 years ago

That page offers a raw xmlrpc client, it doesn't try to interpret the result of xmlrpc commands.

If you want something different, then you will have to write some php code. We can consider merging the code if you make a pull request and all is ok.