RetargetRequest

The RetargetRequestfunction proxies the current SIP request to the supplied URI while allowing other SIP applications to process the request as well.

Syntax

  Copy codeCopy code
void RegargetRequest(
  string uri
);

Parameters

uri

The URI to proxy the request message to.

Remarks

The RetargetRequestfunction has the similar effect as the ProxyRequestfunction, except for the following:

  • RetargetRequestallows other SIP applications to process the request and ProxyRequestdoes not.

  • The uriparameter is required in RetargetRequestand it is optional in ProxyRequest.

See also

Concepts