Re: [SR-Users] kamctl dialog showdb bug?

2014-02-17 Thread Victor V. Kustov
Hi, Daniel Tryba! >Probably a feature, what is in you kamctlrc regarding database setup? Thank Daniel, really kamctlrc setuped for mysql. >Maybe the MI interface is of use to you? MI work as expected. -- WBR, Victor JID: coy...@bks.tv JID: coy...@bryansktel.ru I use FREE operation sys

Re: [SR-Users] Change table type...

2014-02-17 Thread arun Jayaprakash
Thank you. From: Daniel Tryba To: sr-users@lists.sip-router.org Sent: Monday, February 17, 2014 3:13 AM Subject: Re: [SR-Users] Change table type... On Friday 14 February 2014 20:32:34 arun Jayaprakash wrote: > Hello, I am planning to change the table type

Re: [SR-Users] Memory leak in http_query() function (utils module)

2014-02-17 Thread Juha Heinanen
Guillaume Bour writes: > Can't you directly apply my patch on 4.0 branch ? i can if you send me all changes in one patch. -- juha ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.si

Re: [SR-Users] kamailio with mediaproxy-ng, 488 Not Acceptable Here

2014-02-17 Thread Richard Fuchs
On 02/12/14 04:41, Mihai Marin wrote: > Hello, > I managed to try it out and I have good news and bad news :) > > The good news is that always TURN is working perfect. So, if I remove > all the ice-candidates (rtpproxy_manage("+")) everything is perfect. That's good to hear! > If > I just append

[SR-Users] RTPProxy/Mediaproxy issue

2014-02-17 Thread Wingsravi R
Dear Kamailio'ns, I have configured kamailio (V 4.0) with RTPproxy server. Audio/Video call establishments are just fine. With this i have some unknown behaviour in my set-up is that When i am running kamailio server with RTPproxy instance, i am experiencing Jitter, Latency, pixelled audio/video c

Re: [SR-Users] modify To header, prefix + ip, using dispacher module.

2014-02-17 Thread Helena Garcia-Nieto
Thank you very much Carsten! It seem to be working on the reduced version I got for testing, I'll try tomorrow on the real test environment, but I think you got the solution. Thank you again for the continuous help! I've also learned a lot trying the different options!! Helena -Original Me

[SR-Users] Fwd: kamailio with mediaproxy-ng, 488 Not Acceptable Here

2014-02-17 Thread Mihai Marin
Hello Sirs, Sir Richard, Does anyone has an idea for my previous mail/problem? I think the problem is in mediaproxy-ng but I can't be sure for that. Has anyone tried the same scenario before (WebRTC to WebRTC, append mediaproxy-ng as turn candidate and let client decide)? Thank you. Best regards,

Re: [SR-Users] msilo config

2014-02-17 Thread Peter Villeneuve
Hi Daniel, Thanks for replying. This is how I added msilo to the kamailio default config. It still doesn't work for me (ie. offline messages are not delivered - but that's likely me messing up the routing), but at least Kamailio starts ok. Further below I have pasted the config with the t_on_fail

Re: [SR-Users] modify To header, prefix + ip, using dispacher module.

2014-02-17 Thread Carsten Bock
Hi Helena, try the following (simplified): route[FROMPHONE] { [...] if(!ds_select_domain("1", "8")) { send_reply("404", "No destination"); exit; } t_on_failure("RTF_DISPATCH"); t_on_branch("MODIFY_TO"); subst_uri(

Re: [SR-Users] modify To header, prefix + ip, using dispacher module.

2014-02-17 Thread Helena Garcia-Nieto
Ok, >From the uac documentation I can see I can only use it once, but even modifying the TO header on the first routine (Dispatch) somehow different (subst, subst_hf, $td=$rd..) the outcome is the same, strange TO mixed. If I cannot modify TO twice, how can I made it equal to the RURI domain in

Re: [SR-Users] modify To header, prefix + ip, using dispacher module.

2014-02-17 Thread Helena Garcia-Nieto
Hi Carsten, I am sorry, I am not sure if I am understanding you correctly. Thank you very much for all the tips. I still have the same problem, the second time I try to manipulate the TO it appends the new value instead of substitute it. My code is at the end (bit different because it is now on

Re: [SR-Users] deb.kamailio.org down?

2014-02-17 Thread Henning Westerholt
Am Sonntag, 16. Februar 2014, 21:07:40 schrieb Daniel-Constantin Mierla: > I cannot ping it from here either. The deb repository is temporary > hosted on a sever by 1&1, until we get the new build server prepared by > Sipwise. Henning might look to current one tomorrow, he manages it. > > Meanwhil

Re: [SR-Users] Memory leak in http_query() function (utils module)

2014-02-17 Thread Guillaume Bour
On 15/02/2014 03:21, Juha Heinanen wrote: Guillaume Bour writes: I attached patches to fix those issues (applies to 4.0 branch) thanks for the patch. since it was for 4.0 i had to manually apply the changes to master and then i did cherry pick to 4.1. cherry pick to 4.0 failed. -- juha Hi

Re: [SR-Users] modify To header, prefix + ip, using dispacher module.

2014-02-17 Thread Carsten Bock
Hi Helena, Just a quick note: If you do a failover from failure_route(), this will also create a new branch and the branch_route() would be executed, too. Kind regards, Carsten 2014-02-17 10:15 GMT+01:00 Helena Garcia-Nieto : > Hey all, > > Does any of you have any other idea on how to modify th

Re: [SR-Users] modify To header, prefix + ip, using dispacher module.

2014-02-17 Thread Helena Garcia-Nieto
Hey all, Does any of you have any other idea on how to modify the TO header. Every option I try on failure route is appending the values together instead of replacing it. Could that be because I am trying to modify the TO header twice? (Once on the normal routing once in the failure routing?) Is

Re: [SR-Users] Change table type...

2014-02-17 Thread Daniel Tryba
On Friday 14 February 2014 20:32:34 arun Jayaprakash wrote: > Hello, I am planning to change the table type in the Kamailio Mysql db from > MyISAM to Innodb. Could anyone let me know if this will be an issue? Thank > you. If you use DELAY options, like http://kamailio.org/docs/modules/stable/modu