Re: [sr-dev] [kamailio/kamailio] Update README (#1999)

2019-07-02 Thread Olle E. Johansson
You have to update the XML files in Docbook format, not the actual result of the processing - the README. Thanks. -- 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/1999#issuecomment-50

Re: [sr-dev] [kamailio/kamailio] mongoDB module in kamailio/kamailio-cli doker image (#1995)

2019-07-02 Thread sergey-safarov
[PR for alpine dist](https://github.com/alpinelinux/aports/pull/9273) is created. Also packaged MongoDB Kamailio module. -- 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/1995#issuec

[sr-dev] [kamailio/kamailio] pkg/kamailio/alpine: packaged MongoDB module (#2000)

2019-07-02 Thread sergey-safarov
Type Of Change - [x] Small bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds new functionality) - [ ] Breaking change (fix or feature that would change existing functionality) Checklist: - [ ] PR should be backported to stable branches -

[sr-dev] [kamailio/kamailio] Update README (#1999)

2019-07-02 Thread eddiemos
Remove unnecessary quotation marks in the examples. Pre-Submission Checklist - [ ] Commit message has the format required by CONTRIBUTING guide - [ ] Commits are split per component (core, individual modules, libs, utils, ...) - [ ] Each component has a single commit (if not, squash t

[sr-dev] git:5.2:f9caee58: usrloc: fix memory leak on DB_ONLY mode on RPC commands

2019-07-02 Thread Henning Westerholt
Module: kamailio Branch: 5.2 Commit: f9caee5851bfafe195ebf009bd6a51051394c7d5 URL: https://github.com/kamailio/kamailio/commit/f9caee5851bfafe195ebf009bd6a51051394c7d5 Author: Victor Seva Committer: Henning Westerholt Date: 2019-07-02T21:42:39+02:00 usrloc: fix memory leak on DB_ONLY mode on R

[sr-dev] git:5.1:61b9f621: usrloc: fix memory leak on DB_ONLY mode on RPC commands

2019-07-02 Thread Henning Westerholt
Module: kamailio Branch: 5.1 Commit: 61b9f621223c782a0710c7c589ebee9550b398f7 URL: https://github.com/kamailio/kamailio/commit/61b9f621223c782a0710c7c589ebee9550b398f7 Author: Victor Seva Committer: Henning Westerholt Date: 2019-07-02T21:42:49+02:00 usrloc: fix memory leak on DB_ONLY mode on R

Re: [sr-dev] [kamailio/kamailio] usrloc: fix memory leak on DB_ONLY mode on RPC commands (#1996)

2019-07-02 Thread Henning Westerholt
Merged #1996 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/1996#event-2455466691___ Kamailio (SER) - Development Mailing Lis

Re: [sr-dev] new child module for kamailio, is call "lre"

2019-07-02 Thread Henning Westerholt
Hello Mojtaba, thank you for the update. Just one question right now, how does your "lre" module is conceptually different than the already existing sipwise rtpengine module? https://github.com/sipwise/rtpengine This also does in-kernel forwarding for media data, is mature and supports many f

Re: [sr-dev] [kamailio/kamailio] After commit ce8d36f latency_limit_db requires us instead of ms (#1956)

2019-07-02 Thread Henning Westerholt
fixed in wiki for devel, 5.2 and 5.1. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1956#issuecomment-507810087___ Kamailio (SER) - Development Mailing Lis

Re: [sr-dev] [kamailio/kamailio] After commit ce8d36f latency_limit_db requires us instead of ms (#1956)

2019-07-02 Thread Henning Westerholt
Closed #1956. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1956#event-2455404247___ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org ht

Re: [sr-dev] [kamailio/kamailio] mongoDB module in kamailio/kamailio-cli doker image (#1995)

2019-07-02 Thread sergey-safarov
I looked current `mongo-c-driver` packaging in alpine dist. Now `mongo-c-driver` not packaged. I leave issue open until `mongo-c-driver` merged into [`alpinelinux/aports`](https://github.com/alpinelinux/aports/) repo. -- You are receiving this because you are subscribed to this thread. Reply to

[sr-dev] git:master:bf0bafd1: uac: docs for reg_gc_interval param

2019-07-02 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: bf0bafd1e63de3427ae7b411eb26fe8bb95eec26 URL: https://github.com/kamailio/kamailio/commit/bf0bafd1e63de3427ae7b411eb26fe8bb95eec26 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-07-02T18:37:00+02:00 uac: docs for reg_gc_i

[sr-dev] git:master:77b1b52f: uac: new modparam reg_gc_interval

2019-07-02 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 77b1b52fee7939ec1fcd04952d34649569c7233d URL: https://github.com/kamailio/kamailio/commit/77b1b52fee7939ec1fcd04952d34649569c7233d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2019-07-02T18:30:48+02:00 uac: new modparam reg_

Re: [sr-dev] [kamailio/kamailio] TCP ACK is going to different IP then original invite sent (#1998)

2019-07-02 Thread Federico Cabiddu
that's already the case if you use IP addresses in 200 OK => ACK. The parameter you are speaking can not be implemented in core modules like tm, because that would mean implementing a tracking between transactions which is totally out of scope for those modules. Again, mechanisms external extern

Re: [sr-dev] [kamailio/kamailio] TCP ACK is going to different IP then original invite sent (#1998)

2019-07-02 Thread Surendra Tiwari
yeah right now we are using dialog module for tracking those things but there should be an option to use same tcp connection across the call if connection is alive. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://gi

Re: [sr-dev] [kamailio/kamailio] TCP ACK is going to different IP then original invite sent (#1998)

2019-07-02 Thread Federico Cabiddu
I'm afraid that this is perfectly legitimate proxy behavior as per RFC. If your 200 OK contact contains a FQDN as domain part, the ACK will have it in the R-URI and Kamailio will forcefully have to resolve it before relaying and there is no guarantee that the result will be the same. Also don't for

[sr-dev] [kamailio/kamailio] TCP ACK is going to different IP then original invite sent (#1998)

2019-07-02 Thread Surendra Tiwari
### Description We are converting udp call to tcp call in kamailio. kamailio sending out an invite to a destination. Before sending, kamailio resolving that destination domain to IP. After receiving invite request, Destination send 180 and 200 OK . 200 Ok contact contains the domain name of de