4-11
Cisco Unified IP Phone Services Application Development Notes
OL-18696-01
Chapter 4 Internal URI Features
Telephony URIs
Vibrate
The Vibrate URI is available on the Cisco Unified IP Phones 7920G and 7921G wireless phone models,
and it enables third-party applications to invoke the phone’s vibration capabilities for silent alerts,
similar to the way in which the Play URI plays audible alerts. If the Vibrate parameters are not specified
or if the device is unable to support custom Vibrate sequences, the device will execute its default vibrate
sequence.
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:5
initiates five vibrations each lasting for 500 ms. followed by 1500 ms of
silence.
Telephony URIs
These sections describe the telephony URIs:
•
Dial
•
EditDial
•
SendDigits
Dial
The Dial URI initiates a new call to a specified number. The Dial URI invokes when it is contained in a
menu item, the menu item is highlighted, and the device is taken off hook.
Activate the Dial URI by one of the following:
•
Line button
•
Speaker button
•
Headset button
•
Handset hook switch
•
Normal menu item
•
Softkey item selection
URI Format
Dial:{dialSequence}[:{useAppUI}:{applicationId}[:audibleFeedback]]