# Modifying IVR Record Profile Settings

**To configure IVR Record settings, do the following:**

\
1- Click IVR Record in the Editing Profile window, to display the customizable options.

<figure><img src="https://docs.telcobridges.com/w/images/7/76/ProfileIvrRecord_0.png" alt=""><figcaption></figcaption></figure>

\
2- Modify settings as required.

* Click Save

<figure><img src="https://docs.telcobridges.com/w/images/7/75/ProfileIvrRecord_1.png" alt=""><figcaption></figcaption></figure>

<details>

<summary>Northbound Interface</summary>

Path

```
/configurations/@[configuration_name]/profiles/@[profile_name]
```

Parameters (text)

```
/configurations/@[configuration_name]/profiles/@[profile_name]
name                            = "@[profile_name]"

/configurations/@[configuration_name]/profiles/@[profile_name]/ivr_record
vad_enabled           = false
vad_noise_floor_level = "-30"

```

Parameters (json)

```
{
 "ivr_record" : {
    "vad_enabled" : false,
    "vad_noise_floor_level" : "-30"
  }
}
```

</details>

### List of Parameters

Voice Activity Detection

* [Voice Activity Detection: Enabled](https://prosbcdocs.telcobridges.com/configuration-parameters-all#parameter-voice-activity-detection-enabled)
* [Voice Activity Detection: Noise Floor Level](https://prosbcdocs.telcobridges.com/configuration-parameters-all#parameter-voice-activity-detection-noise-floor-level)
