Gary Shergill writes:
Those lines are as follows;
----------------------
#!ifdef WITH_PRESENCE
# ----- presence params -----
modparam("presence", "db_url", DBURL)
# ----- presence_xml params -----
modparam("presence_xml", "db_url", DBURL)
modparam("presence_xml", "force_active", 1)
#!endif
----------------------
i'm not familiar with the default configs, but make sure that you have
DBURL defined somewhere. it could be a name of a macro or something.
-- juha