GitHubContribute in GitHub: Edit online

copyright: years: 2018, 2023 lastupdated: "2023-01-08"


Optimal configuration settings

The optimal configuration settings change only the default values of your Voice Gateway deployment. Any configuration that you explicitly specify overrides these settings. Learn more about Using optimal configuration.

Version 1.0.2

In addition to the 1.0.0.6c settings, a new setting has been added to the 1.0.2 release. See Optional tenant configuration for detailed descriptions of JSON properties.

SIP Orchestrator

Table 1. SIP Orchestrator
JSON property name Optimal configuration default value
notifyConversationOnFilteredUtterances true

Version 1.0.0.6c

SIP Orchestrator

See Optional tenant configuration for detailed descriptions of JSON properties.

Table 1. 1.0.0.6c Optimal configuration settings for the SIP Orchestrator
JSON property name Optimal configuration default value
sendSIPCallIDToConversation true
sendSIPRequestURIToConversation true
sendSIPToUriToConversation true
sendSIPFromUriToConversation true

Media Relay

Speech to text

See Properties for the stt object for detailed descriptions of JSON properties.

Table 2. 1.0.0.6c Optimal configuration settings for the Speech to Text component
JSON property name Optimal configuration default value
config {
"max_alternatives": 2,
"smart_formatting": true
}``
echoSuppression true
bargeInResume true
confidenceScoreThreshold 0.2

Text to speech

See Properties for the tts object for detailed descriptions of JSON properties.

Table 3. 1.0.0.6c Optimal configuration settings for the Text to Speech component
JSON property name Optimal configuration default value
config {
"cacheTimeToLive": 168
}