- Getting Started
- Configure CUCM for Hosted TAS
- NDS Resource Pool Management
- Manage accounts for Hosted TAS
- Manage accounts for speaker phones
- Create a new user
- Install the TAS plug-in
- Configure the TAS plug-in
- UCMTAS plug-in parameters
- Data anonymization
- Enable message archival
- PBX throttling
- Extension dialing
- Configure the delivery template
- Text-to-speech
- Message archival
- Usage archival
- Message and usage purging
- Caller ID and call back number
- Phone number validation
- Configure multilingual support for callback
- Set up the BlackBerry AtHoc cloud delivery service gateway
- Configure the AthocTelephoneService (ATS) in the Registry
- Performance monitoring
- BlackBerry AtHoc Customer Support Portal
- Legal notice
Text-to-speech values
Plug-in Key:
nds.textToSpeech
The text-to-speech configuration is loaded by default and a few parameters must be specified when you configure the plug-in. There are two types of providers: NeoSpeech and SAPI.
The default configuration is:
<textToSpeech> <neoSpeech neoSpeechServerName='127.0.0.1' neoSpeechServerPort='7000' neoSpeechVoiceFormat='13' neoSpeechLicensedLines = '4'/> <sapi sapiSamplesPerSecond='8000' sapiBitsPerSample='8' sapiChannelCount='1' sapiBytesPerSecond='16000' sapiBlockAlign='2'> <sapiVendors> <sapiVendor sapiVendorName = 'voxygen' LicenseLimit = '0'/> </sapiVendors> </sapi> </textToSpeech>
NeoSpeech parameters have the following default values:
- neoSpeechServerName: 127.0.0.1 (IP or URL of NeoSpeech TTS server)
- neoSpeechServerPort: 7000 (Port of NeoSpeech TTS Server)
- neoSpeechVoiceFormat: 13 (generated audio format, do not change)
- neoSpeechLicensedLines: 4 (number of licenses)