-------- Original Message -------- Subject: Re: [OpenSER-Users] Presence module - NOTIFY not sent after un-SUBSCRIBE Date: Fri, 09 Nov 2007 12:19:57 +0200 From: Anca Vamanu <[EMAIL PROTECTED]> To: Pascal Maugeri <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
You have to take the latest svn repository for the 1.2.x branch: # svn co https://openser.svn.sourceforge.net/svnroot/openser/branches/1.2 openser More info: http://www.openser.org/mos/view/Download/. Anca Pascal Maugeri wrote: > Do you mean I have to update again with 1.2.2 or should I update to "trunk" ? > > Thanks > Pascal > > On Nov 9, 2007 11:00 AM, Anca Vamanu <[EMAIL PROTECTED]> wrote: > >> Hello Pascal , >> >> Indeed the 1.2.x version did not sent Notify when unSubscribe was >> received. It has been fixed in trunk but a back port was forgotten. >> It was fixed with the latest commit. >> >> Thanks and regards, >> Anca Vamanu >> >> >> Pascal Maugeri wrote: >> >>> Hi >>> >>> I've update to 1.2.2 >>> (http://openser.svn.sourceforge.net/svnroot/openser/tags/1.2.2/) and I >>> get the same problem. >>> >>> This is the log of openser I get when I try an unsubscribe: >>> >>> 6(18125) PRESENCE:update_subscription: querying database >>> 6(18125) PRESENCE:update_subscription: expires =0 -> deleting from database >>> 6(18125) parse_headers: flags=ffffffffffffffff >>> 6(18125) check_via_address(10.1.1.7, 10.1.1.7, 0) >>> 6(18125) PRESENCE: get_subs_dialog:The query for subscribtion for >>> [user]= pascal,[domain]= mydomain.net for [event]= presence.winfo >>> returned no result >>> 6(18125) PRESENCE:query_db_notify: Could not get subs_dialog from database >>> 6(18125) PRESENCE:update_subscription:Could not send notify for >>> presence.winfo >>> 6(18125) DEBUG: cleanup_uac_timers: RETR/FR timers reset >>> 6(18125) DEBUG: add_to_tail_of_timer[2]: 0xb60af2b8 (414) >>> 6(18125) DEBUG:tm:UNREF_UNSAFE: after is 0 >>> 6(18125) DEBUG:destroy_avp_list: destroying list (nil) >>> 6(18125) receive_msg: cleaning up >>> 13(18132) DEBUG: timer routine:2,tl=0xb60af2b8 next=(nil), timeout=414 >>> 13(18132) DEBUG: wait_handler : removing 0xb60af270 from table >>> 13(18132) DEBUG: delete transaction 0xb60af270 >>> 13(18132) DEBUG: wait_handler : done >>> >>> It looks there is something wrong with my configuration >>> "query_db_notify: Could not get subs_dialog from database", doesn't it >>> ? >>> >>> FYI, subscription and notifications work OK. >>> >>> Regards >>> Pascal >>> >>> >>> On Nov 8, 2007 9:40 AM, Bogdan-Andrei Iancu <[EMAIL PROTECTED]> wrote: >>> >>> >>>> Hi Pascal, >>>> >>>> be sure you are using the latest version for 1.2 - try using the SVN >>>> snapshots for 1.2.2 >>>> >>>> Regards, >>>> Bogdan >>>> >>>> >>>> Pascal Maugeri wrote: >>>> >>>> >>>>> Hi >>>>> >>>>> I'm testing the presence module (OpenSER 1.2) and noticed that there >>>>> is no final NOTIFY request sent when I send a SUBSCRIBE to >>>>> un-subscribe from a subscription. >>>>> >>>>> Is there anything to be configured ? >>>>> >>>>> Regards, >>>>> Pascal >>>>> >>>>> >>>>> _______________________________________________ >>>>> Users mailing list >>>>> [email protected] >>>>> http://lists.openser.org/cgi-bin/mailman/listinfo/users >>>>> >>>>> >>>>> >>>>> >>> _______________________________________________ >>> Users mailing list >>> [email protected] >>> http://lists.openser.org/cgi-bin/mailman/listinfo/users >>> >>> >>> >> > > _______________________________________________ Users mailing list [email protected] http://lists.openser.org/cgi-bin/mailman/listinfo/users
