Specifications
5-14
Cisco Unified IP Phone Services Application Development Notes
OL-22505-01
Chapter 5 Internal URI Features
Multimedia URIs
URI Format
Vibrate:vibrateDuration:silenceDuration:count
Where
vibrateDuration = duration (in milliseconds) in which the vibrate state remains on. Value must be an
integer ranging from 0-65536 milliseconds.
silenceDuration = duration (in milliseconds) in which the vibrate state remains off. Value must be an
integer ranging from 0-65536 milliseconds.
count = number of times to repeat the vibrate on and off sequence.
For example:
• Vibrate:1000:0:1 initiates a single vibrate for 1 second.
• Vibrate:500:1500:5initiates five vibrations each lasting for 500 ms. followed by 1500 ms of
silence.
Device
The Device URI instructs the device to automatically unlock its input or display interface without the
the user unlocking it manually.
The Device URI accepts only the Unlock command.
If the device is configured to automatically lock its input or display interface, the normal idle timeout
behavior applies and the device is automatically locked again.
URI Format
Device:{command}
Where
command = The command the device follows.
• Type: Enum
• Valid Value(s): Unlock
• Default-value: N/A
Sample Usage
This alert example performs the following actions:
1. Plays a tone on the phone
2. Unlocks the phone
3. Displays an alarm message on the phone
<CiscoIPPhoneExecute>
<ExecuteItem URL="Device:Unlock"/>
<ExecuteItem URL="Play:alert.wav"/>
</CiscoIPPhoneExecute>
On processing the above command, the following response is sent:
<CiscoIPPhoneText>
<Title>Alert</Title>
<Prompt>Urgent</Prompt>
<Text>