Configuring the Sign-Out Button
Configuring the Sign-Out Button

Configuring the Sign-Out Button

Configure the Sign Out button using the GUI or XML.
Sign Out allows a user to sign out of Zebera Voice.
  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
    0
    .
  7. In the
    Title
    field, enter
    Sign Out
    .
  8. Touch the
    Back
    button to return to the Zebra Voice home screen.
XML example of the Sign Out button.
<Dashboard> or <CallButtons> ... <Button> <title>Sign Out</title> <action>SIGNOUT_CHANGE</action> <value>0</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 0