Cisco Systems OL-20949-01 IP Phone User Manual


 
5-13
Cisco Unified IP Phone Services Application Development Notes
OL-20949-01
Chapter 5 Internal URI Features
Telephony 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 = num
ber 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.
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]]
Where
dialSequence = Th
e sequence of DTMF digits to be dialed. Commas represent 1 second pauses.
Value Type: String
Values: minLength=0, no maxLength, can only contain 0123456789#*ABCD,
Default value: N/A