Re: [SR-Users] why is tcp_send failing?

2012-05-14 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > one possibility could be no-connect/connection-reuse option set in > cofig, could it be in your case? i have not set any such parameters in config. i'm calling set_forward_no_connect() on some requests, but never on in-dialog requests. could it be that set_fo

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 rep

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” dialo

[SR-Users] Extending app_python (patch)

2012-05-14 Thread Konstantin M.
Hi, As I see, app_python module has almost no logging functionality except LM_ERR. As a python developer and user I need a more python functionality. did a patch (attached) against kamailio-3.2.3 for adding an additional logging and I'd like to share it. Testcase: 0(5403) INFO: app_python [pytho

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

2012-05-14 Thread charles.cha...@sipcentric.com
Hi DanielI did notice that and have been testing with the devel version. I came across a problem though, did you see my other email to the list?CheersCharlesSent from Samsung Mobile ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing li

Re: [SR-Users] why is tcp_send failing?

2012-05-14 Thread Daniel-Constantin Mierla
Hello, one possibility could be no-connect/connection-reuse option set in cofig, could it be in your case? Cheers, Daniel On 5/12/12 3:21 PM, Juha Heinanen wrote: i have been wondering why kamailio refuses to forward bye to $du sip:192.26.99.39:8000;transport=tcp;lr;ftag=a8266461a81c723o0

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, Danie

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 M

Re: [SR-Users] kamailio debug send messages

2012-05-14 Thread Konstantin M.
Hi Marius, My opinion that a replies should be routed to onsend_route after onreply_route in order unless they are dropped in onreply_route. It's by a common sense I think. All the traffic that is being sent/replied/forwarded and so on (in a short, all outgoing traffic) should trigger some callbac

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 wrote: > Hi, > > current version of siremis does not support to sen

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 d

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] 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 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, Vineet Menon wrote:

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 wrote: > mysql module is not present... > that's the cause of error.. > > > Regards, > > Vineet Menon > > > > > On 14 May 2012 15:28, Ryan Gholam wrote: > >>

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 wrote: > mysql module is not present... > that's the cause of error.. > > > Regards, > > Vineet Menon > > > > > > On 14 May 2012 15:28, Ryan Gholam wrote: > >> I am trying to insta

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 wrote: > I am trying to install Kamailio with ( Sudo apt-get install ...) > without recompiling etc , > i reach a point where :> > /usr/local/lib64/kamailio//kamctl/kam

[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] 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 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, Klaus Darili

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, A

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: