Version 1/3 - Next ยป - Current version
Anonymous, 04/19/2012 03:30 pm
Milestone


The sipsimple.session.SessionManager class is a singleton, which acts as the central aggregation point for sessions within the middleware. Although it is mainly used internally, the application can use it to query information about all active sessions. The SessionManager is implemented as a singleton, meaning that only one instance of this class exists within the middleware. Note that, in order to be able to receive calls, the application has to instantiate this object.