Status: Accepted
Owner: jean.deruelle
Labels: Type-Defect Priority-Medium Component-Sip-Servlets MSS-1.6.0.FINAL Roadmap-Fix

New issue 2588 by jean.deruelle: lastaccesstime not updated when sending ACK
http://code.google.com/p/mobicents/issues/detail?id=2588

Tied to case 00477001

The spec is a bit inconsistent regarding this value :

Javadoc for SipApplicationSession says :

"Returns the last time an event occurred on this application session. For SIP, incoming and outgoing requests and incoming responses are considered events. The time is returned as the number of milliseconds since midnight January 1, 1970 GMT. Actions that applications take, such as getting or setting a value associated with the session, do not affect the access time.

Returns:
a long representing the last time the client sent a request associated with this session, expressed in milliseconds since 1/1/1970 GMT"

Javadoc for SipSession says :

"Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight January 1, 1970 GMT. Actions that your application takes, such as getting or setting a value associated with the session, do not affect the access time.

Returns:
a long representing the last time the client sent a request associated with this session, expressed in milliseconds since 1/1/1970 GMT"

Nevertheless the lastAccessedTime should be updated when the app sends an ACK.

Reply via email to