[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] TM Callback Error

2012-05-14 Thread Klaus Darilion
maybe tm module is not loaded before dialog module? On 13.05.2012 12:35, Reda Aouad wrote: Hi, After upgrading from 3.2 to 3.3, I am getting the following error: ERROR: dialog [dlg_handlers.c:937]: registering TMCB to wait for negative ACK This is my version: kamailio -V version:

Re: [SR-Users] TM Callback Error

2012-05-14 Thread Daniel-Constantin Mierla
Hello, looking in the source code it is just a debug message sent to L_ERR. So it is not an effective error. I will change in the code. Cheers, Daniel On 5/14/12 9:42 AM, Klaus Darilion wrote: maybe tm module is not loaded before dialog module? On 13.05.2012 12:35, Reda Aouad wrote: Hi,

Re: [SR-Users] TM Callback Error

2012-05-14 Thread Reda Aouad
Ok thanks Daniel :) Reda On Mon, May 14, 2012 at 9:49 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, looking in the source code it is just a debug message sent to L_ERR. So it is not an effective error. I will change in the code. Cheers, Daniel On 5/14/12 9:42 AM,

[SR-Users] kamdbctl error in Ubuntu 12.04

2012-05-14 Thread Ryan Gholam
I am trying to install Kamailio with ( Sudo apt-get install ...) without recompiling etc , i reach a point where : /usr/local/lib64/kamailio//kamctl/kamdbctl.mysql for database engine MYSQL ERROR: database engine not loaded - tried 'MYSQL' any ideas how to solve this prob ? Thank you

Re: [SR-Users] kamdbctl error in Ubuntu 12.04

2012-05-14 Thread Vineet Menon
mysql module is not present... that's the cause of error.. Regards, Vineet Menon On 14 May 2012 15:28, Ryan Gholam ryangho...@gmail.com wrote: I am trying to install Kamailio with ( Sudo apt-get install ...) without recompiling etc , i reach a point where :

Re: [SR-Users] kamdbctl error in Ubuntu 12.04

2012-05-14 Thread Vineet Menon
use `sudo apt-get install kamailio-mysql-modules `.. Regards, Vineet Menon On 14 May 2012 15:37, Vineet Menon mvineetme...@gmail.com wrote: mysql module is not present... that's the cause of error.. Regards, Vineet Menon On 14 May 2012 15:28, Ryan Gholam ryangho...@gmail.com

Re: [SR-Users] kamdbctl error in Ubuntu 12.04

2012-05-14 Thread Ryan Gholam
Yes that's true but how do u get the suitable module libmysqlclient16.so and it is not available on ubuntu 12.04 On 5/14/12, Vineet Menon mvineetme...@gmail.com wrote: mysql module is not present... that's the cause of error.. Regards, Vineet Menon On 14 May 2012 15:28, Ryan Gholam

Re: [SR-Users] kamdbctl error in Ubuntu 12.04

2012-05-14 Thread Ryan Gholam
I already done that the problem is with the install , the missing module is libmysqlclient16.so on ubuntu 12.04 On 5/14/12, Ryan Gholam ryangho...@gmail.com wrote: Yes that's true but how do u get the suitable module libmysqlclient16.so and it is not available on ubuntu 12.04 On 5/14/12,

Re: [SR-Users] kamailio debug send messages

2012-05-14 Thread Marius Zbihlei
On 05/11/2012 11:24 PM, Konstantin M. wrote: Hi Daniel, For some reasons, onsend_route doesn't triggered when transfering 100,180,183, etc... Hello, Normally, onsend_route is not triggered for replies, only for messages. If there are some good reasons behind it, I don't know, as we have a

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] kamailio debug send messages

2012-05-14 Thread Daniel-Constantin Mierla
Hello, there is no particular reason to avoid extending the code so that onsend_route is executed for replies. It wasn't done because no developer/contributed needed it (or didn't make the code public). I had it in mind, but lack of time and no real need for myself set lower priority. If

Re: [SR-Users] pua_dialoginfo - publish for caller or callee

2012-05-14 Thread Daniel-Constantin Mierla
Hello, the upcoming 3.3 has some options to set the URIs for which to send the PUBLISH, see: http://kamailio.org/docs/modules/devel/modules_k/pua_dialoginfo.html#id2534862 You can decide in config file how many publishes and where to be sent. But these are additions after 3.2. Cheers,

Re: [SR-Users] Question about dialog module (state 1)

2012-05-14 Thread Ricardo Martinez
Hello. Thanks Daniel for your answer. Finally we discover the problem why the calls were stalled in state::1, we do several checks before an INVITE is t_relayed(), this seems to be too much for certain clients and then they send a INVITE with the same call-id, this was generating “state::1”

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