[sr-dev] [kamailio/kamailio] ims_registrar_scscf : document title is fixed (#2042)

2019-08-23 Thread Yasin CANER
Document title is fixed Pre-Submission Checklist - [x ] Commit message has the format required by CONTRIBUTING guide - [x] Commits are split per component (core, individual modules, libs, utils, ...) - [x ] Each component has a single commit (if not, squash them into one commit) - [ x

Re: [sr-dev] [kamailio/kamailio] Dispatcher probes a maximum of 15 Gateways at a time (#2041)

2019-08-23 Thread duarterocha91
Hello Daniel, Thank you for answering. I have a print for each OPTIONS on local-request so Kamailio seems to be working fine. I tried to disable my firewall and the issue disappeared. I have to look into it and find the real issue. Since it's not a Kamailio problem i will be deleting this thr

Re: [sr-dev] [kamailio/kamailio] modules/rtpengine: set_rtpengine_set fix (#2040)

2019-08-23 Thread juha-h
Daniel-Constantin Mierla writes: > Thanks! Maybe @rfuchs wants to do a review before merging. Sure, lets wait his review. Looks like no-one has ever used that feature before. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub

Re: [sr-dev] [kamailio/kamailio] Kamailio crashes immediately after receiving SIP ACK if TLS is used (#2028)

2019-08-23 Thread Mathias Schneuwly
Any news regarding this issue? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2028#issuecomment-524349153___ Kamailio (SER) - Developmen

Re: [sr-dev] [SR-Users] About STIR/SHAKEN - Caller Identity

2019-08-23 Thread Daniel-Constantin Mierla
Hello, thanks for giving further details. Just wanted to give the basic details about these topics and Kamailio ... a C module can be contributed if someone wants to do it, but other alternatives are already possible ... Cheers, Daniel On 23.08.19 07:50, Yuriy Gorlichenko wrote: > Hello, Daniel.

Re: [sr-dev] [kamailio/kamailio] Dispatcher probes a maximum of 15 Gateways at a time (#2041)

2019-08-23 Thread Daniel-Constantin Mierla
There is no limit in the module, afaik. Try to see if some gateways are in no probing mode via rpc command. Also, be sure you capture all the network interfaces or enable event_route[tm:local-request] and add there some log messages to see if local OPTIONS requests are sent. You should upgrade

[sr-dev] [kamailio/kamailio] Dispatcher probes a maximum of 15 Gateways at a time (#2041)

2019-08-23 Thread duarterocha91
### Description I have a Kamailio with several Gateways configured. It's Probing is done using Dispatcher module and setting the GW state with value "8". If more than 15 Gw's are set as "8" with a probing frequency of 1min, only 15 GW will be probed each minute. I can't find a configuration

Re: [sr-dev] [SR-Users] About STIR/SHAKEN - Caller Identity

2019-08-23 Thread Yuriy Gorlichenko
Hello, Daniel. You disscussed it with Oleg Belousov at Kamailio World 2019. ( I added him in cc as he Just subscribed on list and did not saw this thread) I was a part of his team Who realized this. Yes, we've implemented STIR/SHAKEN platform for mobile operator, using Lua, which interrogates with

Re: [sr-dev] [kamailio/kamailio] Module:rtpengine: memory leak is fixed, if no rtpengine in list (#2038)

2019-08-23 Thread Daniel-Constantin Mierla
Merged #2038 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/2038#event-2578829958___ Kamailio (SER) - Development Mailing Lis

Re: [sr-dev] [kamailio/kamailio] Module:rtpengine: memory leak is fixed, if no rtpengine in list (#2038)

2019-08-23 Thread Daniel-Constantin Mierla
Thanks! It will be merged! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/2038#issuecomment-524211211___ Kamailio (SER) - Development Mail

[sr-dev] git:master:7d7670f6: Merge pull request #2038 from surendratiwari3/memory_leak_rtpengine

2019-08-23 Thread GitHub
Module: kamailio Branch: master Commit: 7d7670f6d19cba5cbb8a3533795d6e271edad8f1 URL: https://github.com/kamailio/kamailio/commit/7d7670f6d19cba5cbb8a3533795d6e271edad8f1 Author: Daniel-Constantin Mierla Committer: GitHub Date: 2019-08-23T09:46:40+02:00 Merge pull request #2038 from surendrati

[sr-dev] git:master:0e29879e: Module:rtpengine: memory leak is fixed, if no rtpengine in list while reload

2019-08-23 Thread surendra tiwari
Module: kamailio Branch: master Commit: 0e29879ee950d5a9e9a669c7d5c634416d52f5c9 URL: https://github.com/kamailio/kamailio/commit/0e29879ee950d5a9e9a669c7d5c634416d52f5c9 Author: Surendra Tiwari Committer: surendra tiwari Date: 2019-08-20T13:17:04+05:30 Module:rtpengine: memory leak is fixed,

Re: [sr-dev] [kamailio/kamailio] modules/rtpengine: set_rtpengine_set fix (#2040)

2019-08-23 Thread Daniel-Constantin Mierla
Thanks! Maybe @rfuchs wants to do a review before merging. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/2040#issuecomment-524211003___ K

[sr-dev] [kamailio/kamailio] modules/rtpengine: set_rtpengine_set fix (#2040)

2019-08-23 Thread juha-h
WIthout this fix, set_rtpengine_set(set1, set2) sets set1 twice and set2 not at all. You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/2040 -- Commit Summary -- * modules/rtpengine: set_rtpengine_set fix -- File Changes -- M sr