Hi,all
I try to use the module(msilo) to implement web Message Store.
I add this part in my ser.cfg
 
loadmodule "/usr/local/lib/ser/modules/msilo.so"
modparam("msilo", "registrar", "sip:registrar@<my_domain>")
modparam("msilo", "db_url", "mysql://ser:heslo@dbhost/ser")
 
and I can't start my ser server.
It appear this error.
 
Sep 15 17:36:35 knuth /usr/local/sbin/ser[7092]: MSILO:mod_init: Wrong version v2 for table <silo>, need v3
Sep 15 17:36:35 knuth /usr/local/sbin/ser[7092]: init_mod(): Error while initializing module msilo
my ser is download by cvs.
could anyone call solve it.
thanks.