Re: [sr-dev] [kamailio/kamailio] presence_xml db_url param can not set (#1809)

2019-01-15 Thread Daniel-Constantin Mierla
In preparation to release v5.2.1, I already backported the related patches. I am closing this one, if there are still issues, reopen. -- 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] presence_xml db_url param can not set (#1809)

2019-01-15 Thread Daniel-Constantin Mierla
Closed #1809. -- 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/1809#event-2073983962___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] presence_xml db_url param can not set (#1809)

2019-01-13 Thread Daniel-Constantin Mierla
It was a "silent" conflict in declaration of db_url variable between the presence and presence_xml modules -- the presence_xml is built on top of presence module, and it was including the `../presence/presence.h` header file, which already declared db_url as extern. I pushed couple of patches

Re: [sr-dev] [kamailio/kamailio] presence_xml db_url param can not set (#1809)

2019-01-12 Thread Cui Gang
I found a confusing thing. I simplified the configuration file ``` debug=3 /* set paths to location of modules */ mpath="/usr/local/kamailio/lib64/kamailio/modules/" loadmodule "db_mysql.so" loadmodule "tm.so" loadmodule "sl.so" loadmodule "presence.so" loadmodule "presence_xml.so"