SipTargetedRequestInfo
The SipTargetedRequestInfo class encapsulates information about a targeted SIP request, which the container provides to the application router when invoking the SipApplicationRouter.getNextApplication() method. This class is used specifically when the initial request is targeted, meaning it is directed to a specific user or destination rather than being broad or generic.
By packaging this information, the SipTargetedRequestInfo class enables the application router to make routing decisions based on the details of the targeted request. It helps ensure that the correct application or SIP servlet handles the request in line with the application's routing logic.
Constructor:
SipTargetedRequestInfo
public SipTargetedRequestInfo(SipTargetedRequestType targetedRequestType, java.lang.String applicationName)
This constructor creates a SipTargetedRequestInfo object that contains the information needed to assist the application router in making a routing decision for a targeted SIP request. The information includes the type of the targeted request and the name of the application being targeted.
Parameters:
targetedRequestType: Specifies the type of targeted request. Possible values include:
Sign in to read the full article
Start innovating with Mobius
What's next? Let's talk!