RetargetRequest
Applies to: Lync 2013 | Lync Server 2013
RetargetRequest
The RetargetRequest function proxies the current SIP request to the supplied URI while allowing other SIP applications to process the request as well.
Syntax
void RegargetRequest(
string uri
);
Parameters
- uri
The URI to proxy the request message to.
Remarks
The RetargetRequest function has the similar effect as the ProxyRequest function, except for the following:
RetargetRequest allows other SIP applications to process the request and ProxyRequest does not.
The uri parameter is required in RetargetRequest and it is optional in ProxyRequest.