The start and stop function currently doesn't work since the AVP used by that function is not succesfully added because usr_avp is referenced wrongly. It does work when not compiled with `-Wl,-Bsymbolic-functions`, however that is the default under Ubuntu.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/890
-- Commit Summary --
* statsd: include usr_avp.h instead of usr_avp.c
-- File Changes --
M src/modules/statsd/statsd.c (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/890.patchhttps://github.com/kamailio/kamailio/pull/890.diff
--
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/890
Hi!
From looking at the code (still need to run tests) it looks like if you use a database with dispatcher,
it will keep an open connection for the lifetime of the kamailio process.
Is there any problem with opening the connection for loading the dispatcher table, then closing and doing the same at reload RPC/MI commands?
There are situations where open connections are an issue, like when you pay for capacity somewhere.
I suspect other modules do the same, even if they don’t use the connections, like dialplan.
/O