<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [ReInviteUserAgentServer](./sip.js.reinviteuseragentserver.md) &gt; [redirect](./sip.js.reinviteuseragentserver.redirect.md)

## ReInviteUserAgentServer.redirect() method

TODO: Not Yet Supported

<b>Signature:</b>

```typescript
redirect(contacts: Array<URI>, options?: ResponseOptions): OutgoingResponse;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  contacts | <code>Array&lt;URI&gt;</code> | Contacts to redirect to. |
|  options | <code>ResponseOptions</code> | Redirect options bucket. |

<b>Returns:</b>

`OutgoingResponse`

