Enhance Voice Command Search

Enhance Voice Command Search

When you set
vaAnnounceBasedOnContactDisplayName
to true, searching for a contact with a voice command announces the name displayed under the Contacts screen.
Requires PTT Pro 3.3.10290 or later.
Voice Command Search Feature as per Contact Display Type
Parameter
Description
Type
Default Value
Configurable Values
vaAnnounceBasedOnContactDisplayName
When true, overrides other Voice Announce settings and announces the contact name displayed in the Contacts screen.
Boolean
False
  • true
  • false
The JSON format to enable the setting in the
WFCPTTProDefault.json
file is as follows:
{ "vaAnnounceBasedOnContactDisplayName":true }
To use this feature, apply a valid configuration to the PTT Pro client using the PTT Pro JSON file. You can also configure this using the Provisioning Manager environment.
Examples:
Applying the configuration for Android 10 and lower versions:
adb push WFCPTTProDefault.json /sdcard/ adb shell am broadcast -a com.symbol.wfc.pttpro.ACTION_DEFAULT_CONFIG --es "configpath" "/sdcard/WFCPTTProDefault.json"
Applying the configuration for Android 11 and higher versions:
adb push WFCPTTProDefault.json /enterprise/device/settings/pttpro/ adb shell am broadcast -a com.symbol.wfc.pttpro.ACTION_DEFAULT_CONFIG --es "configpath" "/enterprise/device/settings/pttpro/WFCPTTProDefault.json"
ADB command to apply the configuration:
adb shell am start -a android.intent.action.VIEW -d "wfctp-uat://XYZ_TOKEN" com.symbol.wfc.pttpro" adb shell am broadcast -a com.symbol.wfc.pttpro.ACTION_DEFAULT_CONFIG --es "profile_json" ' {"vaAnnounceBasedOnContactDisplayName" : true}'