CheeWii wrote: > > why do you configure " enable_publish_xcapdiff = no "? > As I known ,only you set it as yes,openxcap can publish diffenences to > OpenSIPs. > Have a test! >
Hi, thanks for your answer. According to the discussion I had on sourceforge forum ( https://sourceforge.net/projects/opensips/forums/forum/839860/topic/3669297 ), xcap_diff is not mandatory to make it work. Furthermore, enable_publish_xcapdiff is set to "no" in the OpenXcap sample configuration ( http://openxcap.org/browser/config.ini.sample ) and the "presence_xcapdiff" module isn't loaded ever in the sample configuration files given from http://www.opensips.org/Resources/DocsPapPa. I've tested with "enable_publish_xcapdiff = yes" + "presence_xcapdiff" and what I get is an XMLRPC message from OpenXcap to Opensips which send to himself a SIP NOTIFY xcapdiff message replied by a SIP 489 Bad Event. Then the message returned to OpenXcap is "HTTP 200 OK" but containing : <?xml version="1.0" encoding="UTF-8"?> <methodResponse> <params> <value> <string>489 Bad Event </string> </value> </params> </methodResponse> It seems to be normal because acording to the documentation of the "presence_xcapdiff" module : "At the moment, the module just registers the event but doesn't do any event-specific processing." So, what should I do now ? Regards -- View this message in context: http://n2.nabble.com/Question-Regarding-Watchers-table-tp3856740p4924182.html Sent from the OpenSIPS - Users mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
