Hi Michael, You need mi_xmlrpc since OpenXCAP uses xmlrpc to communicate with presence server. Could you be more specific? What doesn't work?
regards, Anca Michael Ciupka wrote: > hello, > > i have an problem with opensips and uctimsclient. i configure succesfully the > opensips and openxcap. when i start uctimsclient i can upload and download > to/from xcap server and presence works. > when i configure the opensips.cfg with the values from this page > http://openxcap.org/wiki/Installation > and restart opensips, then the presence didn work any more.. > why? > > for example any values from this page: > loadmodule "presence.so" > loadmodule "presence_xml.so" > loadmodule "presence_mwi.so" > loadmodule "presence_xcapdiff.so" > loadmodule "pua.so" > loadmodule "pua_mi.so" > loadmodule "rls.so" > > > # ----------------- setting module-specific parameters --------------- > > # -- rr params -- > # add value to ;lr param to make some broken UAs happy > modparam("rr", "enable_full_lr", 1) > > modparam("mi_datagram", "socket_name", "/var/run/opensips/socket") > modparam("mi_datagram", "unix_socket_user", "opensips") > modparam("mi_datagram", "unix_socket_group", "opensips") > > modparam("mi_fifo", "fifo_name", "/var/run/opensips/fifo") > modparam("mi_fifo", "fifo_user", "opensips") > modparam("mi_fifo", "fifo_group", "opensips") > > # -- presence params -- > modparam("presence", "db_url", "mysql://opensips:passw...@db/opensips") > modparam("presence", "server_address", "sip:[email protected]") > modparam("presence", "fallback2db", 1) > modparam("presence", "clean_period", 30) > > # -- xcap params -- > modparam("presence_xml", "db_url", "mysql://opensips:passw...@db/opensips") > modparam("presence_xml", "force_active", 0) > modparam("presence_xml", "pidf_manipulation", 1) > modparam("presence_xml", "integrated_xcap_server", 1) > > # -- rls params -- > > modparam("rls", "db_url", "mysql://opensips:passw...@db/opensips") > modparam("rls", "server_address", "sip:[email protected]") > modparam("rls", "to_presence_code", 5) > modparam("rls", "integrated_xcap_server", 1) > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > > _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
