<p>I found a confusing thing. I simplified the configuration file</p>
<pre><code>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"

modparam("presence_xml", "db_url", "mysql://kamailio:kamailiorw@localhost/kamailio52")

request_route {
        exit;
}
</code></pre>
<h4>Log Messages</h4>
<p>About db_url</p>
<pre><code>0(4147) DEBUG: <core> [core/modparam.c:83]: set_mod_param_regex(): 'presence_xml' matches module 'presence_xml'
 0(4147) DEBUG: <core> [core/sr_module.c:711]: find_param_export(): found <db_url> in module presence_xml [/usr/local/kamailio/lib64/kamailio/modules/presence_xml.so]
 0(4147) DEBUG: <core> [core/modparam.c:99]: set_mod_param_regex(): found <db_url> in module presence_xml [/usr/local/kamailio/lib64/kamailio/modules/presence_xml.so]
...
0(4149) DEBUG: <core> [core/sr_module.c:896]: init_mod(): presence
 0(4149) DEBUG: presence [presence.c:282]: mod_init(): db_url=mysql://kamailio:kamailiorw@localhost/kamailio52/48/0x106853338
...
0(4149) DEBUG: <core> [core/sr_module.c:896]: init_mod(): presence_xml
 0(4149) DEBUG: presence_xml [presence_xml.c:159]: mod_init(): db_url=mysql://kamailio:kamailiorw@localhost/kamailio/46/0x1079a7d64
...
 0(4149) DEBUG: db_mysql [km_my_con.c:108]: db_mysql_new_connection(): opening connection: mysql://xxxx:xxxx@localhost/kamailio
 0(4149) ERROR: db_mysql [km_my_con.c:139]: db_mysql_new_connection(): driver error: Unknown database 'kamailio'
 0(4149) ERROR: <core> [db.c:319]: db_do_init2(): could not add connection to the pool 0(4149) ERROR: presence_xml [presence_xml.c:214]: mod_init(): while connecting to database
 0(4149) ERROR: <core> [core/sr_module.c:899]: init_mod(): Error while initializing module presence_xml (/usr/local/kamailio/lib64/kamailio/modules/presence_xml.so)
ERROR: error while initializing modules
</code></pre>
<p>I set presence_xml db_url only. But why presence db_url be set? And presence_xml db_url still is the default value.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/issues/1809#issuecomment-453796536">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AF36ZX5BPwBIn5RRhCxFA89U-rCzdfzoks5vCpkwgaJpZM4Z8tyV">mute the thread</a>.<img src="https://github.com/notifications/beacon/AF36ZTPAIFPsdwohx-NFqsMvfMsEc6Bpks5vCpkwgaJpZM4Z8tyV.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/kamailio/kamailio","title":"kamailio/kamailio","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/kamailio/kamailio"}},"updates":{"snippets":[{"icon":"PERSON","message":"@cuigang in #1809: I found a confusing thing. I simplified the configuration file\r\n```\r\ndebug=3\r\n\r\n/* set paths to location of modules */\r\nmpath=\"/usr/local/kamailio/lib64/kamailio/modules/\"\r\n\r\nloadmodule \"db_mysql.so\"\r\nloadmodule \"tm.so\"\r\nloadmodule \"sl.so\"\r\n\r\nloadmodule \"presence.so\"\r\nloadmodule \"presence_xml.so\"\r\n\r\nmodparam(\"presence_xml\", \"db_url\", \"mysql://kamailio:kamailiorw@localhost/kamailio52\")\r\n\r\nrequest_route {\r\n\texit;\r\n}\r\n```\r\n#### Log Messages\r\nAbout db_url\r\n```\r\n0(4147) DEBUG: \u003ccore\u003e [core/modparam.c:83]: set_mod_param_regex(): 'presence_xml' matches module 'presence_xml'\r\n 0(4147) DEBUG: \u003ccore\u003e [core/sr_module.c:711]: find_param_export(): found \u003cdb_url\u003e in module presence_xml [/usr/local/kamailio/lib64/kamailio/modules/presence_xml.so]\r\n 0(4147) DEBUG: \u003ccore\u003e [core/modparam.c:99]: set_mod_param_regex(): found \u003cdb_url\u003e in module presence_xml [/usr/local/kamailio/lib64/kamailio/modules/presence_xml.so]\r\n...\r\n0(4149) DEBUG: \u003ccore\u003e [core/sr_module.c:896]: init_mod(): presence\r\n 0(4149) DEBUG: presence [presence.c:282]: mod_init(): db_url=mysql://kamailio:kamailiorw@localhost/kamailio52/48/0x106853338\r\n...\r\n0(4149) DEBUG: \u003ccore\u003e [core/sr_module.c:896]: init_mod(): presence_xml\r\n 0(4149) DEBUG: presence_xml [presence_xml.c:159]: mod_init(): db_url=mysql://kamailio:kamailiorw@localhost/kamailio/46/0x1079a7d64\r\n...\r\n 0(4149) DEBUG: db_mysql [km_my_con.c:108]: db_mysql_new_connection(): opening connection: mysql://xxxx:xxxx@localhost/kamailio\r\n 0(4149) ERROR: db_mysql [km_my_con.c:139]: db_mysql_new_connection(): driver error: Unknown database 'kamailio'\r\n 0(4149) ERROR: \u003ccore\u003e [db.c:319]: db_do_init2(): could not add connection to the pool 0(4149) ERROR: presence_xml [presence_xml.c:214]: mod_init(): while connecting to database\r\n 0(4149) ERROR: \u003ccore\u003e [core/sr_module.c:899]: init_mod(): Error while initializing module presence_xml (/usr/local/kamailio/lib64/kamailio/modules/presence_xml.so)\r\nERROR: error while initializing modules\r\n```\r\nI set presence_xml db_url only. But why presence db_url be set? And presence_xml db_url still is the default value."}],"action":{"name":"View Issue","url":"https://github.com/kamailio/kamailio/issues/1809#issuecomment-453796536"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/kamailio/kamailio/issues/1809#issuecomment-453796536",
"url": "https://github.com/kamailio/kamailio/issues/1809#issuecomment-453796536",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>