[OpenSIPS-Devel] SF.net SVN: opensips:[4879] branches/1.4

Anca Vamanu anca at voice-system.ro
Fri Oct 31 15:57:30 CET 2008


Revision: 4879
          http://opensips.svn.sourceforge.net/opensips/?rev=4879&view=rev
Author:   anca_vamanu
Date:     2008-10-31 14:57:29 +0000 (Fri, 31 Oct 2008)

Log Message:
-----------
- fixed bugs descovered at SIPIT
	- use rls-services document to take the list instead of resource-list document
	- send 200 OK faster so that retransmissions don't occur because of time consumming processing
	- added presence_server exported parameter to have the possibility to set the address of the presence server to work when the presence server does not use the default port
	- fixed wrong double quotes in Content-Type (thanks also to Yoo Chan Jeon <yoojeon at gmail.com> for noticing this)
	- fixed a memory leack for subscribing passing through rls but were for presence server
	- check first the condition of containing header "Supported: eventlist" so as to avoid additional processing for messages that are not for RLS
	- fixed Supported header parsing
	- added log info for each SUBSCRIBE handled by RLS
	- fixed a bug in timer_notify_update function related to the relevance of expires value(relative instead of absolute)
	- added deleting record from rls_presentity table when a Notify with subscription-state=terminate is received instead of beeing deleted on timer
	- added special return code for rls_handle_notify function to show wheter the Notify request was processed or not by RLS

Modified Paths:
--------------
    branches/1.4/modules/rls/README
    branches/1.4/modules/rls/doc/rls_admin.xml
    branches/1.4/modules/rls/notify.c
    branches/1.4/modules/rls/notify.h
    branches/1.4/modules/rls/resource_notify.c
    branches/1.4/modules/rls/rls.c
    branches/1.4/modules/rls/rls.h
    branches/1.4/modules/rls/subscribe.c
    branches/1.4/modules/xcap_client/xcap_callbacks.h
    branches/1.4/parser/keys.h
    branches/1.4/parser/parse_supported.c
    branches/1.4/parser/parse_supported.h


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Devel mailing list