[SR-Users] t_set_fr behaviour

2017-11-10 Thread Kelvin Chua
hi guys, has anyone of you tried playing around with a scenario similar to this? A. invite -> t_set_fr() 2 seconds - if "100 trying" not received in 2 seconds, timeout. works fine. B. after receiving "100 trying" received, t_set_fr() 30 seconds - if 18x not received in 30 seconds, timeout. works

[SR-Users] using bcrypt passwd hashing

2017-11-10 Thread Walter Martín Villalba
Hello, I did some searches online and talked to some colleagues and it seems Kamailio only supports the traditional HTTP digest authentication, which uses MD5. I would like to know if any of you has been successful in using bcrypt/scrypt/pbkdf2 passwd hashing, instead of MD5, which has been deemed

[SR-Users] AVPOPS: is_avp_set/avp_check "name" parameter as variable.

2017-11-10 Thread Asgaroth
Hi All, I was having a read of the AVP module documentation and I see mentioned that in future releases of kamailio that the AVP module may become deprecated in favour of using AVPOPS module. To this end, I started looking to switch some of AVP functions over to AVPOPS functions when I cam ac

Re: [SR-Users] http_async_client problem with tls_ca_path

2017-11-10 Thread gmele
Hello Giacomo, thx for your investigation. We will move to kamailio 5.1 in 2-3 weeks. I will resume the testing of the http_async_client after the migration on our lab. I hope this will fix the problem :-) Do you think we alsoneed to migrate curl? Or could we stay with the official centos 7 ver

Re: [SR-Users] 183 acc records even if early_media equals to 0

2017-11-10 Thread Daniel-Constantin Mierla
On 10.11.17 09:42, Andrew Pogrebennyk wrote: > On 11/10/2017 09:34 AM, Marco Capetta wrote: >> +   >> if(relayed_msg->REPLY_STATUS==uas_rb->activ_type) { >> +   >> run_trans_callbacks_with_buf( TMCB_RESPONSE_OUT, uas_

Re: [SR-Users] 183 acc records even if early_media equals to 0

2017-11-10 Thread Andrew Pogrebennyk
On 11/10/2017 09:34 AM, Marco Capetta wrote: > +   > if(relayed_msg->REPLY_STATUS==uas_rb->activ_type) { > +   > run_trans_callbacks_with_buf( TMCB_RESPONSE_OUT, uas_rb, t->uas.request, > +  

Re: [SR-Users] 183 acc records even if early_media equals to 0

2017-11-10 Thread Marco Capetta
Hi Daniel, due to other internal patches, the line number are a bit different. The issue seems located at the point where the patch was applied: --- a/modules/tm/t_reply.c +++ b/modules/tm/t_reply.c @@ -1965,8 +1965,10 @@ enum rps relay_reply( struct cell *t, st     if (SEND_

Re: [SR-Users] GeoIP2 module deb package

2017-11-10 Thread Daniel-Constantin Mierla
Hello, when the developer of geoip2 proposed the module I got the impression that only one version of the lib geoip is in the system, so only one of our modules can be installed. But if both of them are present in the distro, then I guess we should package both. Cheers, Daniel On 09.11.17 20:40