Configuring the Add Department Button
Configuring the Add Department Button

Configuring the Add Department Button

Configure the Add Department button using the GUI or XML.
This feature requires Profile Manager.
Add Department reloads Zebra Voice and then displays a list of all available department extensions. If an extension was previously configured using a URI, it is automatically selected. Users can register with multiple extensions.
  1. In
    UI Settings
    , select
    Edit Dashboard
    or
    Edit In-Call
    Add
    .
  2. Select the new button. A yellow box appears around the selected button.
  3. Touch
    Edit
    .
  4. Select the check box next to
    Confirm On Click
    to enable this (the default is Disabled).
  5. Touch
    Action
    and select
    SIGNOUT_CHANGE
    .
  6. In the
    Value
    field, enter
    3
    .
  7. In the
    Title
    field, enter
    Add Department
    .
  8. Touch the
    Back
    button to return to the Zebra Voice home screen.
XML example of the Add Department button.
<Dashboard> or <CallButtons> ... <Button> <title>Add Department</title> <action>SIGNOUT_CHANGE</action> <value>3</value> <enabled>true</enabled> <confirm>false</confirm> <description></description> <icon></icon> <scale>CENTER_INSIDE</scale> </Button> ... </Dashboard> or </CallButtons>
This action can also be initiated using ADB, an MDM, or a third-party app. For example, in ADB, you can use the following command:
$ adb shell am broadcast -a wfc.voice.SIGN_OUT --es change 3