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.

2- Modify settings as required.

  • Click Save

Northbound Interface

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"
  }
}

List of Parameters

Voice Activity Detection

Last updated

Was this helpful?