hi,
has anyone successfully implemented the jabber module for openser? i keep on getting this error the moment i enable jabber.so in openser.cfg
1(0) get_connection(): Inherited open database connections, this is not a good idea 1(0) db_init(): Could not create a connection 1(0) ERROR: child_init(-2): Error while connecting database 1(0) init_mod_child(): Error while initializing module usrloc 1(0) ERROR: open_uac_fifo: init_child failed 1(0) starting fifo server failed 1(0) XJAB: Unloading module ...
without jabber, everything works fine, here are my parameters. modparam("jabber", "db_url", "mysql://root:root@localhost/sip") modparam("jabber", "jaddress", "192.168.0.4") modparam("jabber", "jdomain", "192.168.0.4") modparam("jabber", "proxy", "127.0.0.1:5060 localhost:5060")
please help