Update Configuration Parameters
Update Configuration Parameters

Update Configuration Parameters

The WFC Voice app updates parameters and reloads services. It may be simpler to use this intent when updating one or two parameters, as an option to loading a new configuration file.

Prerequisites

  • WFC Voice Client is loaded on the device.
  • All versions of WFC Voice Client 9.0  support these intents.

Intent Definition

Name
Description
Action
wfc.voice.ACTION_UPDATE_CONFIG
Intent Type
startActivity
Extra 0
This extra parameter specifies the configuration parameter and value. This extra parameter may be present once or multiple times to update multiple configuration parameters. 
          Type
String
          Name
Parameter(s) as defined in the appropriate WFC Voice PBX Administrator Guide.
          Value
Corresponding value
The URI may be a network location or a file location on the device.

ADB Example

Updating the log level in the client:
$ adb shell am start -a wfc.voice.ACTION_UPDATE_CONFIG --es log_level Error