Configuring the Call Button
Configuring the Call Button

Configuring the Call Button

Configure the Call button using the GUI or XML.
is the ability to make a telephone call to a specific number or location using a prefix. The administrator identifies a target by its extension (phone number) and enters this into the Value field along with the prefix. The user can then use this function to initiate a call to the preset destination.
  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
    CALL
    from the
    Select Action
    menu.
  6. If the dialed number has a prefix, in the
    Value
    field, enter the prefix number.
  7. In the
    Title
    field, enter
    Call
    .
  8. In the
    Description
    field, enter a short description of the button function.
  9. Touch
    Icon
    and select an icon from the
    Select Icon
    menu. See Icons.
  10. Touch
    BG
    to set the background color. See Setting Button Background Color.
  11. Touch
    FG
    to set the foreground text color. See Setting Button Text Color.
  12. Touch the
    Back
    button to return to the Zebra Voice home screen.
XML example of configuring the Call button.
<Dashboard> or <CallButtons> ... <Button> <title>Call</title> <action>CALL</action> <value>9</value> <enabled>true</enabled> <confirm>false</confirm> <description>Make a call</description> <bg_color>#FF001425</bg_color> <fg_color>#FFFFFFFF</fg_color> <icon>Default</icon> </Button> ... </Dashboard> or </CallButtons>