> For a complete index of all SignalWire documentation pages, fetch https://signalwire.com/docs/llms.txt

# enableServerHangupInterception

> Whether server-sent media-timeout hangups are intercepted for recovery.

```ts
get enableServerHangupInterception(): boolean
set enableServerHangupInterception(value): void
```

Whether server-sent media-timeout hangups are intercepted for recovery.

## **Parameters**

If `true`, server-initiated hangups are intercepted for recovery.

## **Examples**

```ts
console.log(client.preferences.enableServerHangupInterception);
```