Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

This guide explains how to configure voice authorization for assigning x-hoppers headsets to users. 

Created: June 2024

Updated: July 2024

Permalink: https://x-hoppers.atlassian.net/wiki/x/AwAU

...

  1. To set your custom prompt instead of the default voice footprint message “After the beep please say with x-hoppers: my voice is my password“:

    Code Block
    XHOPPERS_VOICEFOOTPRINT_PROMPT=your custom prompt
  2. To set a custom prompt instead of “Please say your first and last name to use the device“. For example, as long as it is possible to login via extension number, you can change the prompt to “Say your extension”.

    Code Block
    XHOPPERS_LOGIN_PROMPT=custom login message
  3. To skip the playback message “Please hold to use the device, or say cancel to search again“: 

    Code Block
    XHOPPERS_CONFIRMATION_PROMPT=no

    By default, the value is yes. 

  4. To set a custom x-hoppers message instead of the default “Thank you”, pronounced at the end of voice verification, when a user needs to wait till the headset joins the conference:

    Code Block
    XHOPPERS_FINISH_PROMPT=your custom prompt

...

Battery Level Announcement

By default, during voice authorization, a message with information about battery level of x-hoppers headsets is played to users. 

Panel
panelIconIdatlassian-note
panelIcon:note:
bgColor#E3FCEF

Note: Battery level announcement is played starting from WMS 6.07.20240806.1.

Customize battery level announcement

If you want to customize the default message “Battery level is”, add the following variable to WMS -> Dialplan -> General settings -> Set dialplan variables:

Code Block
XHOPPERS_BATTERY_PROMPT=Battery level is %s. Make sure the headset is charged.

Where "%s" stands for battery level and can be used to pronounce the battery level information in the needed place.

Disable battery level announcement

To disable battery level announcement, add the following variable to WMS -> Dialplan -> General settings -> Set dialplan variables:

Code Block
XHOPPERS_ANNOUNCE_BATTERY_LEVEL=no