Hello,
On 10/05/05 00:52, Matt L. Zhu wrote:
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
the error comes from the usrloc module. OpenSER was unable to open the connection to MySQL server. Check the username, password, host and database you gave to db_url parameter of usrloc module.
Daniel
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
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users