Comment #5 on issue 2254 by jean.deruelle: Provide a way in MSS to support
keepalives and cleanup for client-initiated connections per RFC 5626
http://code.google.com/p/mobicents/issues/detail?id=2254
JAIN SIP already exposes a way to do that I think through
ListeningPointExt.sendHeartbeat(String ipAddress, int port)
/**
* Send a heartbeat to the specified Ip address and port
* via this listening point. This method can be used to send out a
period
* CR-LF for NAT keepalive.
*
* @since 2.0
*/
public void sendHeartbeat(String ipAddress, int port) throws
IOException;
We would need to expose it through the SipConnector class.