Re: [sr-dev] [kamailio/kamailio] Fix 2 issues that prevent auto_bind_ipv6 from happening on my setup (#2595)

2021-01-04 Thread Paul Komkoff
> Is this fix this issue too? > [#2404 > (comment)](https://github.com/kamailio/kamailio/issues/2404#issuecomment-661060298) > > when used > > ``` > bind_ipv6_link_local=0 > ``` I am not sure. The whole identification code is too convoluted for a casual analysis. If you can apply and test,

Re: [sr-dev] [kamailio/kamailio] Fix 2 issues that prevent auto_bind_ipv6 from happening on my setup (#2595)

2021-01-04 Thread sergey-safarov
Is this fix this issue too? https://github.com/kamailio/kamailio/issues/2404#issuecomment-661060298 when used ``` bind_ipv6_link_local=0 ``` -- 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] htable: close parentheses on error description inside htable_rpc_delete (#2589)

2021-01-04 Thread Javier Valencia
Closed #2589. -- 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/2589#event-4166126023___ Kamailio (SER) - Development Mailing List

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

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-dev] git:master:13d786e3: rtpengine: fixing wrong parsing the pair of IPv6 addr:port (#2592)

2021-01-04 Thread GitHub
Module: kamailio Branch: master Commit: 13d786e33d6f04a718af40ba345cf0827f752c2f URL: https://github.com/kamailio/kamailio/commit/13d786e33d6f04a718af40ba345cf0827f752c2f Author: Dennis Committer: GitHub Date: 2021-01-04T10:35:44-05:00 rtpengine: fixing wrong parsing the pair of IPv6

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:

Re: [sr-dev] [kamailio/kamailio] htable: close parentheses on error description inside htable_rpc_delete (#2589)

2021-01-04 Thread Daniel-Constantin Mierla
@valenciaj - the remark was about the commit message not being properly formatted, not about the title of the PR. You have to amend (do again) the commit and force push in your branch. Or close this PR and do a new one with the new commit formatted as per contributing guidelines. This only if

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:

[sr-dev] [kamailio/kamailio] Fix 2 issues that prevent auto_bind_ipv6 from happening on my setup (#2595)

2021-01-04 Thread Paul Komkoff
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: - [x] PR should be backported to stable branches

[sr-dev] git:master:2b0c7213: kemix: exported functions to get env values

2021-01-04 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 2b0c7213700c64a762939f9b39111f902eeab9e8 URL: https://github.com/kamailio/kamailio/commit/2b0c7213700c64a762939f9b39111f902eeab9e8 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-01-04T10:35:42+01:00 kemix: exported

[sr-dev] git:master:6fc0ccc5: core: added loadmodulex - can evaluate the vars in the parameter

2021-01-04 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 6fc0ccc5c2ac2f86f353562f68924c5af16f5994 URL: https://github.com/kamailio/kamailio/commit/6fc0ccc5c2ac2f86f353562f68924c5af16f5994 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-01-04T10:05:06+01:00 core: added

[sr-dev] git:master:3dfc7242: core: added $envn(name) - return environment variable as int number

2021-01-04 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 3dfc7242e0fdf16555ddf6d3cf06a82014fc4268 URL: https://github.com/kamailio/kamailio/commit/3dfc7242e0fdf16555ddf6d3cf06a82014fc4268 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-01-02T16:10:07+01:00 core: added

[sr-dev] git:master:5e91f429: core: use STR_STATIC_INIT() for defining core vars

2021-01-04 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 5e91f429ef137625668dd41de9d227a2fcd1461a URL: https://github.com/kamailio/kamailio/commit/5e91f429ef137625668dd41de9d227a2fcd1461a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2021-01-01T11:58:33+01:00 core: use