<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [OutgoingResponse](./sip.js.outgoingresponse.md)

## OutgoingResponse interface

A SIP message sent from a local server to a remote client.

<b>Signature:</b>

```typescript
export interface OutgoingResponse 
```

## Remarks

For indicating the status of a request sent from the client to the server. https://tools.ietf.org/html/rfc3261\#section-7.2

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [message](./sip.js.outgoingresponse.message.md) | <code>string</code> | The outgoing message. |

