Hello, I'm doing some tests on presence functionality in openser, but it doesn't seem to work. I'm using openser 1.3.0 (modules: presence, xcap_client, presence_xml with force_active=1) with eyebeam and xlite and with few tests I have found a lot of serious problems:
1) Query fail in mysql Feb 6 17:05:00 SAM-IP ser[3865]: ERROR:mysql:db_mysql_submit_query: driver error: Commands out of sync; you can't run this command now Feb 6 17:05:00 SAM-IP ser[3865]: ERROR:mysql:db_mysql_query: error while submitting query Feb 6 17:05:00 SAM-IP ser[3865]: ERROR:presence:get_db_subs_auth: while querying watchers table Feb 6 17:05:00 SAM-IP ser[3865]: ERROR:presence:handle_subscribe: getting subscription status from watchers table Feb 6 17:05:00 SAM-IP ser[3865]: ERROR:mysql:db_mysql_submit_query: driver error: Commands out of sync; you can't run this command now Feb 6 17:05:00 SAM-IP ser[3865]: ERROR:mysql:db_mysql_query: error while submitting query Feb 6 17:05:00 SAM-IP ser[3865]: ERROR:presence:get_p_notify_body: querying presentity
and
Duplicate entry 'sip:10208@10.45.10.36-10298-10.45.10.36-presence' for key 2
2) Problem with PUBLISH (sometimes with segmentation fault): Feb 6 16:29:17 SAM-IP ./ser[3807]: route sip:10206@10.45.8.249 <PUBLISH> sip:10206@10.45.8.249 Feb 6 16:29:17 SAM-IP ./ser[3805]: ERROR:presence:update_presentity: No E_Tag match Feb 6 16:29:17 SAM-IP kernel: ser: unhandled page fault at pc=0x40117334, lr=0x4041204c (bad address=0x47a9e6e4, code 0) Feb 6 16:29:17 SAM-IP kernel: pc : [<40117334>] lr : [<4041204c>] Tainted: PF Feb 6 16:29:17 SAM-IP kernel: sp : bfffe3fc ip : 404367ac fp : 000d62bc Feb 6 16:29:17 SAM-IP kernel: r10: 404366b4 r9 : 407e2470 r8 : 0011fcb8 Feb 6 16:29:17 SAM-IP kernel: r7 : 00000000 r6 : 00000001 r5 : 0011fc60 r4 : 0000000c Feb 6 16:29:17 SAM-IP kernel: r3 : 000d62c0 r2 : 0011fcb8 r1 : 47a9e6e4 r0 : 47a9e6e6 Feb 6 16:29:17 SAM-IP kernel: Flags: Nzcv IRQs on FIQs on Mode USER_32 Segment user Feb 6 16:29:17 SAM-IP kernel: Control: 39FF Table: 033AC000 DAC: 00000015
3) Problem with SUBSCRIBE Feb 5 23:52:01 SAM-IP ser[1248]: ERROR:presence:handle_subscribe: Missing or unsupported event header field value Feb 5 23:52:01 SAM-IP ser[1248]: ERROR:presence:handle_subscribe: ^Ievent= dialog
4) Mar 6 17:02:16 localhost ./openser[12810]: ERROR:presence:get_stored_info: record not found in hash_table Mar 6 17:02:16 localhost ./openser[12810]: ERROR:presence:handle_subscribe: getting stored info
So I would like to know the status of the presence project. ********************************************************************** The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message inerror.
**********************************************************************
Update Openser. IIRC this was fixed recently.
regards klaus
Zappasodi Daniele schrieb:
Hello, I'm doing some tests on presence functionality in openser, but it doesn't seem to work. I'm using openser 1.3.0 (modules: presence, xcap_client, presence_xml with force_active=1) with eyebeam and xlite and with few tests I have found a lot of serious problems:
- Query fail in mysql
Feb 6 17:05:00 SAM-IP ser[3865]: ERROR:mysql:db_mysql_submit_query: driver error: Commands out of sync; you can't run this command now Feb 6 17:05:00 SAM-IP ser[3865]: ERROR:mysql:db_mysql_query: error while submitting query Feb 6 17:05:00 SAM-IP ser[3865]: ERROR:presence:get_db_subs_auth: while querying watchers table Feb 6 17:05:00 SAM-IP ser[3865]: ERROR:presence:handle_subscribe: getting subscription status from watchers table Feb 6 17:05:00 SAM-IP ser[3865]: ERROR:mysql:db_mysql_submit_query: driver error: Commands out of sync; you can't run this command now Feb 6 17:05:00 SAM-IP ser[3865]: ERROR:mysql:db_mysql_query: error while submitting query Feb 6 17:05:00 SAM-IP ser[3865]: ERROR:presence:get_p_notify_body: querying presentity
and
Duplicate entry 'sip:10208@10.45.10.36-10298-10.45.10.36-presence' for key 2
- Problem with PUBLISH (sometimes with segmentation fault):
Feb 6 16:29:17 SAM-IP ./ser[3807]: route sip:10206@10.45.8.249 <PUBLISH> sip:10206@10.45.8.249 Feb 6 16:29:17 SAM-IP ./ser[3805]: ERROR:presence:update_presentity: No E_Tag match Feb 6 16:29:17 SAM-IP kernel: ser: unhandled page fault at pc=0x40117334, lr=0x4041204c (bad address=0x47a9e6e4, code 0) Feb 6 16:29:17 SAM-IP kernel: pc : [<40117334>] lr : [<4041204c>] Tainted: PF Feb 6 16:29:17 SAM-IP kernel: sp : bfffe3fc ip : 404367ac fp : 000d62bc Feb 6 16:29:17 SAM-IP kernel: r10: 404366b4 r9 : 407e2470 r8 : 0011fcb8 Feb 6 16:29:17 SAM-IP kernel: r7 : 00000000 r6 : 00000001 r5 : 0011fc60 r4 : 0000000c Feb 6 16:29:17 SAM-IP kernel: r3 : 000d62c0 r2 : 0011fcb8 r1 : 47a9e6e4 r0 : 47a9e6e6 Feb 6 16:29:17 SAM-IP kernel: Flags: Nzcv IRQs on FIQs on Mode USER_32 Segment user Feb 6 16:29:17 SAM-IP kernel: Control: 39FF Table: 033AC000 DAC: 00000015
- Problem with SUBSCRIBE
Feb 5 23:52:01 SAM-IP ser[1248]: ERROR:presence:handle_subscribe: Missing or unsupported event header field value Feb 5 23:52:01 SAM-IP ser[1248]: ERROR:presence:handle_subscribe: ^Ievent= dialog
Mar 6 17:02:16 localhost ./openser[12810]: ERROR:presence:get_stored_info: record not found in hash_table Mar 6 17:02:16 localhost ./openser[12810]: ERROR:presence:handle_subscribe: getting stored info
So I would like to know the status of the presence project.
The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message inerror.
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
-----Original Message----- From: users-bounces@lists.openser.org [mailto:users-bounces@lists.openser.org] On Behalf Of Klaus Darilion Sent: 7. mars 2008 10:32 To: Zappasodi Daniele Cc: users@lists.openser.org Subject: Re: [OpenSER-Users] Presence status?
Update Openser. IIRC this was fixed recently.
This is a naughty thing to say. I'm guessing lot's of users "must" run the stable version and not the svn releases. As such there is no update (yet) for OpenSER1.3.
Luckily for me I installed OpenSER1.3 on a test bench, because it's useless. It crashes when I try to dial a number with some presence errors - from reading this list I am guessing it's fixed in SVN but I will not be able to run SVN releases on our production servers.
Basically I find it sad that this error slipped through to the release version :(
So, when will 1.3.1 be out? The wiki said 4th of March, I'm guessing you are looking at a later date now?
gojensen
On Friday 07 March 2008, Geir O. Jensen wrote:
So, when will 1.3.1 be out? The wiki said 4th of March, I'm guessing you are looking at a later date now?
Hi Geir,
we want to include a few bugfixes for serious problems in 1.3.1, that was one of the reasons for the delay. The new date is next tuesday, the 11 march. I'll update the wiki later.
Please don't stop to complain if you have any issues like this, i appreciate feedback for the release policy.
Cheers,
Henning
Hi Henning. Klaus cleared up the issue surrounding svn "stable"/"unstable" stuff so I'm more confident in using that now. I'm also a big fan of you fixining as many bugs as possible before releasing a new version so take your time :D I was just curious to see that the wiki wasn't updated to reflect new dates.
Cheers, Geir
-----Original Message----- From: Henning Westerholt [mailto:henning.westerholt@1und1.de] Sent: 7. mars 2008 14:30 To: users@lists.openser.org Cc: Geir O. Jensen Subject: Re: [OpenSER-Users] Presence status?
On Friday 07 March 2008, Geir O. Jensen wrote:
So, when will 1.3.1 be out? The wiki said 4th of March, I'm
guessing
you are looking at a later date now?
Hi Geir,
we want to include a few bugfixes for serious problems in 1.3.1, that was one of the reasons for the delay. The new date is next tuesday, the 11 march. I'll update the wiki later.
Please don't stop to complain if you have any issues like this, i appreciate feedback for the release policy.
Cheers,
Henning