For sure Ovidiu.
Btw I've found a perl script from my seniors which is an excellent working
example for me to implement in minutes.
#!/usr/bin/perl -w
use strict;
use warnings;
use Data::Dumper;
use XML::RPC;
my $xmlrpc = XML::RPC->new('http://192.168.2.137:8080/RPC');
my $result = $xmlrpc->call("
The example that is provided in the README file is all you need to get
the web management interface up and running.
After that, you can access through the web interface all available rpc
commands. The syntax is similar with sercmd or kamctl.
If you experience any issues, please report them on the
Thanks to both of you Elena and Ovidius - Since I'm not a php programmer
so I can't promise a patch at this stage, however, I am planning on
spending time on it and, like Elena said, can write somewhat dirty coding
to dispatch the MI commands to as many "remote" servers as defined and then
the rep
For running mi commands on remote servers you could consider using the
new xhttp_rpc module:
http://kamailio.org/docs/modules/devel/modules/xhttp_rpc.html
Regards,
Ovidiu Sas
On Mon, May 14, 2012 at 1:45 PM, Elena-Ramona Modroiu wrote:
> Hi,
>
> current version of siremis does not support to sen
Hi,
current version of siremis does not support to send MI commands to
multiple kamailio servers. One thing that has to be taken in
consideration is handling the MI replies. One option, they can be
appended one after the other and displayed in the text box of siremis
page, separated by some d
Hello all,
Following through the manual at :
http://kb.asipto.com/siremis:install32x:mi-commands I'm able to send MI
commands on external/remote server But next hurdle is how can I define
multiple remote servers i.e
Is there any already working configuration else I think I may need to start