4-12
Cisco Unified IP Phone Services Application Development Notes
OL-18696-01
Chapter 4 Internal URI Features
Telephony URIs
Where
dialSequence
= The 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
useAppUI
= Specifies whether or not this application will be used as the user interface for this call. A
value of true will cause the application to keep UI focus when the call is made instead of switching to
the Call UI application. The appId must be specified or this param will have no effect – it will always be
false.
Value Type: boolean
Values: 0 or 1 (0=false 1=true)
Default value: 0
applicationId
= The unique name of the XSI web application requesting this call
Value Type: String
Values: minLength=1, no maxLength, cannot contain semicolons – should be in the format
Company/Product.
Default value: Nil which means this dial request will not be associated with any application
audibleFeedback
= Whether or not to provide audible feedback to the user when the DTMF digits are
dialed.
Value Type: Boolean
Values: 0, 1 (0=false 1=true)
Default value: 1
EditDial
The EditDial URI initiates a new call to a specified number. The EditDial URI invokes when it is
contained in a menu item and the menu item is highlighted.
Activate the EditDial URI by one of the following:
•
Line button
•
Speaker button
•
Headset button
•
Handset hook switch
•
Normal menu item
•
Softkey item selection
URI Format
EditDial:n
Where
n
= the number dialed (such as
EditDial:1000
).