SipErrorListener
The SipErrorListener interface allows applications to receive notifications about various error conditions encountered during the processing of SIP transactions. By implementing this interface, applications can handle and respond to errors, ensuring proper error management in SIP communication.
This interface is part of the SIP Servlet event-driven architecture and extends the java.util.EventListener interface. Applications must register the implementation to be notified of error events.
Methods:
noAckReceived
void noAckReceived(SipErrorEvent ee)
This method is called by the servlet container to notify the application that no ACK was received for an INVITE transaction after a final response was sent upstream. It is applicable only for User Agent Server (UAS) applications and not for applications that proxied the INVITE.
Parameters:
ee: A SipErrorEvent object that identifies the request associated with the missing ACK.
Sign in to read the full article
Start innovating with Mobius
What's next? Let's talk!