[SR-Users] How to forward sip message "statefully" so that the dialogue is preserved

2015-01-25 Thread aft
We want to implement the following topology : INVITE--->kamailio1-forward--->kamailio2--->route[NATMANAGE]--->Next Sip endpoint Client < route[NATMANAGE]

[SR-Users] lookup_branches and rtpengine_manage

2015-01-25 Thread Yuriy Gorlichenko
Hello. I need parallel forking calls with the same username. (Call to all contacts with name for example User123), my endpoints may be WebSocket based and standart UDP endpoints. And I use rtpengine_manage for nmanaging calls wor webphones and standart softh/hard phones. I get all contacts manua

Re: [SR-Users] remote mysql server

2015-01-25 Thread Slava Bendersky
Hello Everyone, Thank you for help, fixed by adding to dialog module parameters. modparam("dialog", "db_url", DBURL) Slava. From: "Carsten Bock" To: "sr-users" Sent: Sunday, January 25, 2015 8:36:52 AM Subject: Re: [SR-Users] remote mysql server Hi Slava, is most modules a defau

Re: [SR-Users] CDRs and MongoDB

2015-01-25 Thread Mickael Marrache
Hi Daniel, Thank you, it works! However, I see both transactions and CDRs accounting. Is there a way to only enable CDR accounting? Mickael From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Daniel-Constantin Mierla Sent: Friday, January 23, 2015 10:55 AM To:

Re: [SR-Users] remote mysql server

2015-01-25 Thread Carsten Bock
Hi Slava, is most modules a default database connection is defined. Probably this is the case here. As this error is coming from the dialog module: Did you configure some sort of "db_mode"? e.g.: modparam("dialog", "db_mode", 1) Thanks, Carsten 2015-01-25 9:27 GMT+02:00 Slava Bendersky : > Hello

Re: [SR-Users] Wrong dialog selected in on_reply/failure route in case of spirals.

2015-01-25 Thread Julia Boudniatsky
Hello Daniel, I have re-installed kamailio from last 4.1 branch, but unfortunately, the problem persists. Failed call with callID=2-17858@10.25153.150. The log file i send to your private mail. Best regards, Julia On Sun, Jan 25, 2015 at 12:03 AM, Daniel-Constantin Mierla < mico...@gmail.com>

[SR-Users] remote mysql server

2015-01-25 Thread Slava Bendersky
Hello Everyone, I am trying start kamailio 4.2 with remote mysql server and on debug I see DEBUG: db_mysql [km_my_con.c:94]: db_mysql_new_connection(): opening connection: mysql://:@localhost/kamailio but in cfg defined actual mysql server ip and not localhost 0(28885) DEBUG: [sr_mo