Configuring the Verba Gadget
The Verba Gadget has to be uploaded to the Finesse web server as a 3rd party gadget.
Before uploading the gadget, the configuration file has to be modified.
Modifying the configuration file
All the possible configuration are stored in the verba-config.js file. The configuration fields are stored in a JavaScript object.
Configuration fields
| Name | Type | Example Value | Description |
|---|---|---|---|
| protocol | String | "http" | The protocol which will be used for the API connection. |
| redundant | Integer | 1 | Defines if the Verba deployment contains multiple Media Repositories |
| mrs | Array of Strings | [ "10.20.30.40" , "10.20.30.41" ] | List of Media Repositories. The value can be IP address, NetBIOS name or FQDN. |
Verba Configuration Exaple
var verbaConfig = {
protocol: "http",
redundant: 0,
mrs: [
"10.20.30.40"
]
};
Upload and add the Verba Gadget
Please follow the instruction of the following Cisco configuration guide:
, multiple selections available,