[Devel] CVS commitlog: sip-server/modules/sst Makefile README sst.c
sst_handlers.c sst_handlers.h sip-server/modules/sst/doc sst.sgml
sst_devel.sgml sst_faq.sgml sst_user.sgml
Bogdan-Andrei Iancu
bogdan at voice-system.ro
Tue Sep 19 22:49:32 CEST 2006
User: bogdan_iancu
Date: 2006/09/19 13:49:32 PDT
OpenSER CVS - Commit Details
Added files:
modules/sst Makefile README sst.c sst_handlers.c
sst_handlers.h
modules/sst/doc sst.sgml sst_devel.sgml sst_faq.sgml
sst_user.sgml
Commit Log:
- New module uploaded: SIP Session Timer (sst)
Provided by Ron Winacott <ronw at somanetworks.com>
Description:
The new module gives OpenSER basic SIP Session Timer support. See rfc4028 for
more information on SST. This new module uses the new dialog module to track
the creation, updating and termination of SIP dialogs. The dialog module
supports timed out termination of the dialog but at this time the timeout
value is hardcoded (avp accessable and modparam() settable)
What the sst module does is uses the dialogs own callbacks to update the
dialog timeout value based on the current expire: header value.
There is also a script function called sstCheckMin(min_se_value) that can be
used in a proxy configuration to reply with a 422 "Session Interval Too
Small" to a INVITE with a small MIN_SE value.
Revision Changes Path
1.1 +35 -0 sip-server/modules/sst/Makefile (new)
[ http://openser.cvs.sourceforge.net/openser/sip-server/modules/sst/Makefile?rev=1.1&content-type=text/plain ]
1.1 +222 -0 sip-server/modules/sst/README (new)
[ http://openser.cvs.sourceforge.net/openser/sip-server/modules/sst/README?rev=1.1&content-type=text/plain ]
1.1 +51 -0 sip-server/modules/sst/doc/sst.sgml (new)
[ http://openser.cvs.sourceforge.net/openser/sip-server/modules/sst/doc/sst.sgml?rev=1.1&content-type=text/plain ]
1.1 +23 -0 sip-server/modules/sst/doc/sst_devel.sgml (new)
[ http://openser.cvs.sourceforge.net/openser/sip-server/modules/sst/doc/sst_devel.sgml?rev=1.1&content-type=text/plain ]
1.1 +80 -0 sip-server/modules/sst/doc/sst_faq.sgml (new)
[ http://openser.cvs.sourceforge.net/openser/sip-server/modules/sst/doc/sst_faq.sgml?rev=1.1&content-type=text/plain ]
1.1 +203 -0 sip-server/modules/sst/doc/sst_user.sgml (new)
[ http://openser.cvs.sourceforge.net/openser/sip-server/modules/sst/doc/sst_user.sgml?rev=1.1&content-type=text/plain ]
1.1 +160 -0 sip-server/modules/sst/sst.c (new)
[ http://openser.cvs.sourceforge.net/openser/sip-server/modules/sst/sst.c?rev=1.1&content-type=text/plain ]
1.1 +299 -0 sip-server/modules/sst/sst_handlers.c (new)
[ http://openser.cvs.sourceforge.net/openser/sip-server/modules/sst/sst_handlers.c?rev=1.1&content-type=text/plain ]
1.1 +80 -0 sip-server/modules/sst/sst_handlers.h (new)
[ http://openser.cvs.sourceforge.net/openser/sip-server/modules/sst/sst_handlers.h?rev=1.1&content-type=text/plain ]
More information about the Devel
mailing list