<!-- 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; [progress](./sip.js.incomingrequest.progress.md)

## IncomingRequest.progress() method

Send a 1xx provisional response to this request. Defaults to 180. Excludes 100. Note that per RFC 4320, this method may only be used to respond to INVITE requests.

<b>Signature:</b>

```typescript
progress(options?: ResponseOptions): OutgoingResponse;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  options | <code>ResponseOptions</code> | Response options bucket. |

<b>Returns:</b>

`OutgoingResponse`

