@Deprecated public interface SipMessageListener
TheSipMessageListenerSipRequest,
SipResponse,
Participant,
TheSipMessageListener| Modifier and Type | Method and Description |
|---|---|
void |
sendingOut(SipRequest request,
Participant targetParticipant)
Deprecated.
Indicates that
request is about to be sent to
targetParticipant. |
void |
sendingOut(SipResponse response,
Participant targetParticipant)
Deprecated.
Indicates that
response is about to be sent to
targetParticipant. |
void sendingOut(SipRequest request, Participant targetParticipant)
request is about to be sent to
targetParticipant.request - request to be sent outtargetParticipant - participant which is about to receive request.void sendingOut(SipResponse response, Participant targetParticipant)
response is about to be sent to
targetParticipant.response - response to be sent outtargetParticipant - participant which is about to receive response.Copyright © 2021 Avaya. All rights reserved.