See: Description
| Interface | Description |
|---|---|
| IncomingMessageListener |
IncomingMessageListener allows the service to be notified of incoming SIP
messages, so that the service could inspect or mutate information in the SIP
message.
|
| IncomingSipMessageListener |
Listener interface through which the service is informed of an incoming SIP
message before the framework would invoke one of the
CallListener methods. |
| OutgoingMessageListener |
OutgoingMessageListener allows a service to be informed of SIP messages going to
Participants.
|
| OutgoingSipMessageListener |
Listener interface through which the service is informed of SIP messages going
to a Participant.
|
| SipAddress |
Wrapper class of
javax.servlet.sip.Address. |
| SipMessageListener | Deprecated |
| SipRequest |
Wrapper class of
javax.servlet.sip.SipServletRequest. |
| SipResponse |
Wrapper class of
javax.servlet.sip.SipServletResponse. |
| SipURI |
Wrapper class of
javax.servlet.sip.SipURI. |
| TheSipMessageListener | Deprecated
Extend
SipMessageListenerAbstract or implement
SipMessageListener instead. |
| Class | Description |
|---|---|
| OutgoingSipMessageListenerAbstract |
Abstract listener class through which the service is informed of SIP message
going to a Participant.
|
| SipMessageListenerAbstract | Deprecated |
Copyright © 2021 Avaya. All rights reserved.