Modify IVR Record profile D

From TBwiki
(Difference between revisions)
Jump to: navigation, search
m
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
=== '''''Applies to version(s): v2.9, v2.10''''' ===
 
 
 
{{DISPLAYTITLE:Modifying IVR Record Profile Settings}}  
 
{{DISPLAYTITLE:Modifying IVR Record Profile Settings}}  
<br>
+
{| class="wikitable"
 +
|-
 +
|rowspan="3"|This article applies to:
 +
|'''Product'''
 +
|'''Version'''
 +
|-
 +
|Tmedia
 +
|2.9, 2.10, 3.0, 3.2
 +
|-
 +
|SBC
 +
|3.0, 3.1
 +
|}
  
 
'''To configure IVR Record settings, do the following:'''  
 
'''To configure IVR Record settings, do the following:'''  

Latest revision as of 13:18, 25 November 2020

This article applies to: Product Version
Tmedia 2.9, 2.10, 3.0, 3.2
SBC 3.0, 3.1

To configure IVR Record settings, do the following:


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

ProfileIvrRecord 0.png


2- Modify settings as required.

  • Click Save

ProfileIvrRecord 1.png


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

Personal tools