Re: [SR-Users] SQLOps module + KEMI

2018-04-05 Thread Daniel-Constantin Mierla
Hello, On 05.04.18 09:46, Igor Olhovskiy wrote: > Hi! > > Yep, master. I was talking on backport sql_num_rows fix. Remember, the > one we started with. ok, if not done in the official git repo, that will be backported in 5.1 branch soon. > > Also enabling reload by defaut is good. As it’s main

Re: [SR-Users] SIPT append_body_part \x00 how to?..

2018-04-05 Thread Daniel-Constantin Mierla
I pushed append_body_part_hex() function in master branch, which expects the parameter in hexa format and it will decode it before adding it as a body part. Can you test the function and see if it works ok? Cheers, Daniel On 05.04.18 09:32, Daniel-Constantin Mierla wrote: > > > > On 05.04.18

[SR-Users] Install IMS Modules over KAMAILIO 5.1

2018-04-05 Thread Roi Arias Salve
Hi all. I would like to thank you all the documents you have to install a Kamailio server. It's quite easy and fast. Currently I'm working on Azure, witha Debian 9 OS, and I'd followed the instructions to install the Kamailio OPENSER, and everything Works perfect. But now I'm stuck on my

Re: [SR-Users] nightly builds

2018-04-05 Thread Aleksandar Sosic
It seems like a docker caching issue. I've managed to solve that! -- Aleksandar Sosic mail: alex.so...@timenet.it skype: alex.sosic cell: +385 91 2505 146 On Thu, Apr 5, 2018 at 1:22 PM, Aleksandar Sosic wrote: > Hi everyone, > > I'm trying the install of the nightly

[SR-Users] nightly builds

2018-04-05 Thread Aleksandar Sosic
Hi everyone, I'm trying the install of the nightly build via apt. In my sources list: deb http://deb.kamailio.org/kamailiodev-nightly xenial main deb-src http://deb.kamailio.org/kamailiodev-nightly xenial main but the apt installs an older version and the upgrade gives: ```kamailio is already

Re: [SR-Users] Issue in cdr generation in seconds format

2018-04-05 Thread Narayan P
Hello, Can I have an update on this please. Thanks, From: Narayan P Sent: Tuesday, March 20, 2018 6:49:37 AM To: Henning Westerholt; sr-users@lists.kamailio.org Subject: Re: [SR-Users] Issue in cdr generation in seconds format Hello Henning, Thanks for

Re: [SR-Users] SQLOps module + KEMI

2018-04-05 Thread Igor Olhovskiy
Hi! Yep, master. I was talking on backport sql_num_rows fix. Remember, the one we started with. Also enabling reload by defaut is good. As it’s main reason to use KEMI from my perspective. Regards, Igor On Apr 4, 2018, 7:53 PM +0300, Daniel-Constantin Mierla , wrote: > I

Re: [SR-Users] SIPT append_body_part \x00 how to?..

2018-04-05 Thread Daniel-Constantin Mierla
On 05.04.18 09:19, Sergey Basov wrote: > > > Are you doing msg_apply_changes before use of sipt_destination()? > > Yes I do. > > > Why you had to do changes inside sipt module and not inside > append_body_part()? > I have added line to debug append_body_part() function and it receives > string

Re: [SR-Users] SIPT append_body_part \x00 how to?..

2018-04-05 Thread Sergey Basov
> Are you doing msg_apply_changes before use of sipt_destination()? Yes I do. > Why you had to do changes inside sipt module and not inside append_body_part()? I have added line to debug append_body_part() function and it receives string till first \x00 in input... May be this problem goes from

Re: [SR-Users] Problem capturing packets from kamailio to homer sip-capture

2018-04-05 Thread David Villasmil
yep, you only enabled tcp to listen, but trying to send on udp, you need to also enabled udp ᐧ Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Thu, Apr 5, 2018 at 8:16 AM, Federico Cabiddu wrote: > Hi, > is your kamailio

Re: [SR-Users] Problem capturing packets from kamailio to homer sip-capture

2018-04-05 Thread Federico Cabiddu
Hi, is your kamailio listening at list on one udp socket? Siptrace module uses kamailio's listening socket to send out hep messages. Regards, Federico On Thu, 5 Apr 2018 08:09 Arik Halperin, wrote: > Hello, > > > > My kamailio is listening to TCP, so when I try to duplicate

[SR-Users] Problem capturing packets from kamailio to homer sip-capture

2018-04-05 Thread Arik Halperin
Hello, My kamailio is listening to TCP, so when I try to duplicate packets to homer, It tries to send them as TCP. From the log I see: Apr 5 08:21:45 kamprod /usr/local/sbin/kamailio[16309]: ERROR: [core/forward.c:181]: get_out_socket(): no socket found Apr 5 08:21:45 kamprod