[sr-dev] [kamailio/kamailio] db_cluster module initialization problem - linked perhaps to change in srdb1 lib (#2385)

Daniel-Constantin Mierla notifications at github.com
Thu Jul 2 10:49:12 CEST 2020


The `init` function from DB connector modules get the parameter from the module using the connector, in this case it is ims_charging giving the db_url. The issue was in that module, declaring db_url as PARAM_STRING, but the variable for it was `str`, which requires PARAM_STR to have the len recomputed. Commit referenced above should fix it.

Probably worth reviewing to see if other str variables in the module are used to get the value of PARAM_STRING and update to PARAM_STR.

Reopen if still an issue with the above commit.

-- 
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/2385#issuecomment-652877181
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20200702/2fed6876/attachment.html>


More information about the sr-dev mailing list