On 06-04 19:08, Carlo Pires wrote:
I had this problem today morning. Check if you have:
modparam("usrloc", "db_url",
"mysql://ser:voip2@localhost/ser")
and NOT:
modparam("usrloc", "db_url",
"sql://ser:voip2@localhost/ser")
in ser.cfg
Yes, exactly. The format of the database URI has changed. We are now
(in unstable) using the name of the module as the URI scheme. This
allows us to use different modules simultaneously.
Jan.