Re: [sr-dev] [kamailio/kamailio] Fix in parsing IPv6 address:port (#2592)

2021-01-04 Thread Richard Fuchs
Merged #2592 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/2592#event-4165505278___ Kamailio (SER) - Development Mailing Lis

Re: [sr-dev] [kamailio/kamailio] Fix in parsing IPv6 address:port (#2592)

2021-01-04 Thread Richard Fuchs
LGTM, 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/2592#issuecomment-754045349___ Kamailio (SER) - Development Mailing List sr-de

Re: [sr-dev] [kamailio/kamailio] Fix in parsing IPv6 address:port (#2592)

2021-01-04 Thread Dennis
Hello, @miconda ! This is just ordinary fix for properly loading from DB list of nodes with IPv6 adresses, nothig special. -- 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/2592#iss

Re: [sr-dev] [kamailio/kamailio] Fix in parsing IPv6 address:port (#2592)

2021-01-04 Thread Daniel-Constantin Mierla
@Den4t - thanks for updating the PR. @rfuchs - any comments from your side on this change to rtpengine? If not, it can 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/259

Re: [sr-dev] [kamailio/kamailio] Fix in parsing IPv6 address:port (#2592)

2020-12-30 Thread Daniel-Constantin Mierla
To be merged automatically, you have to format the commit message as per contributing guidelines: * https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md#commit-message-rules If not, an existing developer can get the patch and commit it manually with a proper commit messag

[sr-dev] [kamailio/kamailio] Fix in parsing IPv6 address:port (#2592)

2020-12-30 Thread Dennis
This patch fix wrong parsing the pair of IPv6 addr:port in rtpengine module, when loading node information from database.