Configuring the Ringtone Button
Configuring the Ringtone Button

Configuring the Ringtone Button

Configure the Ringtone button using the GUI or XML.
Ringtone allows a user to set the default Zebra Voice ringtone.
  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
    RINGTONE
    .
  6. In the
    Title
    field, enter
    Ringtone
    .
  7. Touch the
    Back
    button to return to the Zebra Voice home screen.
XML example of the Ringtone button.
<Dashboard> or <CallButtons> ... <Button> <title>Ringtone</title> <action>RINGTONE</action> <value></value> <enabled>true</enabled> <confirm>false</confirm> <description></description> <icon></icon> <scale>CENTER_INSIDE</scale> </Button> ... </Dashboard> or </CallButtons>