I'm trying to setup openser-svn-3261 with presence support and gettign the following error.
Dec 5 18:04:27 ss-za /usr/local/sbin/openser[7403]: Handle PUBLISH Dec 5 18:04:27 ss-za /usr/local/sbin/openser[7403]: ERROR:presence:handle_publish: Missing or unsupported event header field value Dec 5 18:04:27 ss-za /usr/local/sbin/openser[7403]: ERROR:presence:handle_publish: event=[presence
I'm also having issues starting Oser with presence_xml module, its crashes with no error in my log. Disable it and oser start fine.
TCB writes:
I'm trying to setup openser-svn-3261 with presence support and gettign the following error.
Dec 5 18:04:27 ss-za /usr/local/sbin/openser[7403]: Handle PUBLISH Dec 5 18:04:27 ss-za /usr/local/sbin/openser[7403]: ERROR:presence:handle_publish: Missing or unsupported event header field value Dec 5 18:04:27 ss-za /usr/local/sbin/openser[7403]: ERROR:presence:handle_publish: event=[presence
it would help to diagnose the problem if you would also post the sip request that caused this error.
-- juha
TCB schrieb:
I'm also having issues starting Oser with presence_xml module, its crashes with no error in my log. Disable it and oser start fine.
Without presence_xml you can't use presence (this is the cause of your error messages). Fix loading of the modules. Increase debug level. Maybe presence_xml.so does not find the relevant libraries? try "ldd /path/to/presence_xml.so" to check if the OS find the needed libraries.
regards klaus
-- TC
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
Cant find anything amiss , find the strace log on starting openser and openser debug log.
TC
On Dec 5, 2007 7:00 PM, Klaus Darilion klaus.mailinglists@pernau.at wrote:
TCB schrieb:
I'm also having issues starting Oser with presence_xml module, its crashes with no error in my log. Disable it and oser start fine.
Without presence_xml you can't use presence (this is the cause of your error messages). Fix loading of the modules. Increase debug level. Maybe presence_xml.so does not find the relevant libraries? try "ldd /path/to/presence_xml.so" to check if the OS find the needed libraries.
regards klaus
-- TC
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users