<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [IncomingRequest](./sip.js.incomingrequest.md) &gt; [redirect](./sip.js.incomingrequest.redirect.md)

## IncomingRequest.redirect() method

Send a 3xx negative final response to this request. Defaults to 302.

<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 the UAC to. |
|  options | <code>ResponseOptions</code> | Response options bucket. |

<b>Returns:</b>

`OutgoingResponse`

