<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [UserAgentOptions](./sip.js.useragentoptions.md) &gt; [allowLegacyNotifications](./sip.js.useragentoptions.allowlegacynotifications.md)

## UserAgentOptions.allowLegacyNotifications property

If `true`<!-- -->, the user agent will accept out of dialog NOTIFY.

<b>Signature:</b>

```typescript
allowLegacyNotifications?: boolean;
```

## Remarks

RFC 6665 obsoletes the use of out of dialog NOTIFY from RFC 3265.

