public interface IncomingSipMessageListener
CallListener methods. The service must
include a class that implements this interface and is annotated with
IncomingMessageListener.SipRequest,
SipResponse| Modifier and Type | Method and Description |
|---|---|
void |
requestReceived(SipRequest request,
Map callAttributes)
Invoked when a SIP request has been received.
|
void |
responseReceived(SipResponse response,
Map callAttributes)
Invoked when a SIP response has been received.
|
void requestReceived(SipRequest request, Map callAttributes)
Call - any attribute added to this
copy will be copied into the attributes found on
Call.request - the SIP request, which can be viewed or mutatedcallAttributes - attributes of Callvoid responseReceived(SipResponse response, Map callAttributes)
Call - any attribute added to this
copy will be copied into the attributes found on
Call.response - the SIP response, which can be viewed or mutatedcallAttributes - attributes of CallCopyright © 2023 Avaya. All rights reserved.