Re: [sr-dev] git:master:7ae1384c: kazoo: avoid WARNING:qm_free: free(0) when kamailio shuts down on config parsing errors

2017-01-25 Thread Alekzander Spiridonov
Since it's safe to free(0) in general I do believe that proper fix would be to not warn in qm_free. 2017-01-24 20:36 GMT+03:00 Ovidiu Sas : > Module: kamailio > Branch: master > Commit: 7ae1384c7b944b4f6d49ad7deb5586cc4e397882 > URL: https://github.com/kamailio/kamailio/commit/ > 7ae1384c7b944b4f

[sr-dev] git:master:a9ffc2a1: htable: use custom column name for order by in db load

2017-01-25 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: a9ffc2a1f7514a7bd4ff0e294e3bcb50d3a2bf07 URL: https://github.com/kamailio/kamailio/commit/a9ffc2a1f7514a7bd4ff0e294e3bcb50d3a2bf07 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-01-25T14:45:51+01:00 htable: use custom col

[sr-dev] git:4.4:bd8ca757: htable: use custom column name for order by in db load

2017-01-25 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.4 Commit: bd8ca7573c3b840846f346a97de927fec2d04d6b URL: https://github.com/kamailio/kamailio/commit/bd8ca7573c3b840846f346a97de927fec2d04d6b Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-01-25T14:48:36+01:00 htable: use custom column

Re: [sr-dev] [kamailio/kamailio] htable with per-table column names won't let kamailio start (#948)

2017-01-25 Thread Daniel-Constantin Mierla
I pushed a patch to master and 4.4 branches. If the issue is still there, reopen. 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/issues/948#issuecomment-275112117

Re: [sr-dev] [kamailio/kamailio] htable with per-table column names won't let kamailio start (#948)

2017-01-25 Thread Daniel-Constantin Mierla
Closed #948. -- 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/948#event-936154954___ sr-dev mailing list sr-dev@lists.sip-router.org http:

Re: [sr-dev] git:master:7ae1384c: kazoo: avoid WARNING:qm_free: free(0) when kamailio shuts down on config parsing errors

2017-01-25 Thread Ovidiu Sas
In the past, there were some distros that were crashing on free(0). It shouldn't be a problem now ... If there are no objections from other developers, go ahead and remove the warning from qm_free. Or maybe turn it into a debug probe. Regards, Ovidiu Sas On Wed, Jan 25, 2017 at 4:27 AM, Alekzande

Re: [sr-dev] select error without line number

2017-01-25 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > I pushed another commit for it. Thanks, now I got the line number: Jan 24 06:45:39 lohi /usr/bin/sip-proxy[8809]: BUG: [core/select.c:376]: resolve_select(): final node has SEL_PARAM_EXPECTED set (no more parameters available) Jan 24 06:45:39 lohi /usr/bin/s