[SR-Users] Kamailio does not delete expired contacts

2014-11-19 Thread Bui Minh Yen
Hi everyone, I am using Kamailio-4.1.5. I met a problem that Kamailio does not delete expired contact. I enable log file for module usrloc and see that, about 1 first hour, timer callback of usrloc module working fine (delete all expired contacts). But after that, it is not called --> Expired cont

[SR-Users] Kamailio creates tons of REDIRECT packages...

2014-11-19 Thread Arnau Riba
Hello! I'm having this issue and I'm not able to solve it. I have searched it many times on the Internet but I found nothing, that's why I am asking here... I'm sorry I do not wanna cause any troubles but I need to get this done... This is my scenario, I want to make a call through a Kamailio serv

Re: [SR-Users] Kamailio Does NOT Forward Registration Requests To Asterisk.

2014-11-19 Thread Mahmoud Ramadan Ali
Hi Mohamed, Thanks again for being patient and helpful in helping me to do the integration between Kamailio and Asterisk ! but i have two questions for you friend. 1.What is the $retcode variable and how to make use of it because i read about it and can NOT get the exact idea about its function ?

Re: [SR-Users] rtpengine UDP/TLS/RTP/SAVP <=> RTP/AVP re-INVITE

2014-11-19 Thread Juha Heinanen
Richard Fuchs writes: > Looking at your logs, I think what happened is that you've included the > "trust-address" flag in the original answer, but haven't included it in > the answer to the re-invite. Richard, Thanks for spotting this out. I'll try to be more careful next time. After I fixed in

Re: [SR-Users] Thread safety of shared variables

2014-11-19 Thread Alex Balashov
On 11/19/2014 11:35 AM, Ovidiu Sas wrote: It shouldn't ... Based on how many workers and cores you have, the probability of having collisions should be pretty low. You can process more then the minimum of workers/cores available on your server. Yeah, I know. As I've remarked before, I find th

Re: [SR-Users] Thread safety of shared variables

2014-11-19 Thread Ovidiu Sas
s/You can process/You can't process Typo :) -ovidiu On Wed, Nov 19, 2014 at 11:35 AM, Ovidiu Sas wrote: > It shouldn't ... Based on how many workers and cores you have, the > probability of having collisions should be pretty low. You can > process more then the minimum of workers/cores availab

Re: [SR-Users] Thread safety of shared variables

2014-11-19 Thread Ovidiu Sas
It shouldn't ... Based on how many workers and cores you have, the probability of having collisions should be pretty low. You can process more then the minimum of workers/cores available on your server. Regards, Ovidiu Sas On Wed, Nov 19, 2014 at 11:21 AM, Alex Balashov wrote: > Thanks, it was

Re: [SR-Users] Thread safety of shared variables

2014-11-19 Thread Alex Balashov
Thanks, it was actually increment I was interested in. Can one get around it with an intermediate variable? $var(y) = $shv(x); $shv(x) = $var(y) + 1; I would just use a lock(), but I'm afraid that it will serialise message processing too much at high volume, due to the blocking. On 19 Nove

Re: [SR-Users] rtpengine UDP/TLS/RTP/SAVP <=> RTP/AVP re-INVITE

2014-11-19 Thread Richard Fuchs
On 11/18/2014 08:29 PM, Juha Heinanen wrote: > Richard, > > Enclosed find syslog that includes rtgpengine log at level 7 and also > pcap of the call. I made re-invite from baresip to sems once I saw this > in syslog: > > Nov 19 03:22:14 rautu rtpengine[29718]: [5315d797a9a5e7ce port 50761] > DT

Re: [SR-Users] rtpengine and sdes

2014-11-19 Thread Richard Fuchs
On 11/19/2014 01:35 AM, Daniel-Constantin Mierla wrote: > Hello, > > I saw that rtpengine docs still advertise support for SDES SRTP and I > was wondering if anyone was (is still) using it for > decryption/encryption of this type of SRTP, mainly in scenarios like > SRTP from a classic sip phone (e

Re: [SR-Users] Issue with 4.2.0 and nathelper and/or rtpproxy

2014-11-19 Thread Igor Potjevlesch
Hello, I reviewed the changelogs. I can see the following updates that could change the previous behaviour: commit 42897d422b60edeac393201326a3e71318445e62 Author: Daniel-Constantin Mierla Date: Mon Sep 22 22:04:39 2014 +0200 core: add received parameter to via if rport parame