Re: [SR-Users] [SIREMIS] send MI Commands to multiple kamailio servers

2012-05-15 Thread Ovidiu Sas
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

Re: [SR-Users] [SIREMIS] send MI Commands to multiple kamailio servers

2012-05-15 Thread SamyGo
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 =

[SR-Users] [SIREMIS] send MI Commands to multiple kamailio servers

2012-05-14 Thread SamyGo
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 Remote name=remote0 address=127.0.0.1 port=8033/ Remote name=remote1

Re: [SR-Users] [SIREMIS] send MI Commands to multiple kamailio servers

2012-05-14 Thread Elena-Ramona Modroiu
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

Re: [SR-Users] [SIREMIS] send MI Commands to multiple kamailio servers

2012-05-14 Thread Ovidiu Sas
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 ram...@asipto.com wrote: Hi, current version of siremis does not

Re: [SR-Users] [SIREMIS] send MI Commands to multiple kamailio servers

2012-05-14 Thread SamyGo
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