Editdial, Senddigits – Cisco OL-20949-01 User Manual

Page 62

Advertising
background image

5-14

Cisco Unified IP Phone Services Application Development Notes

OL-20949-01

Chapter 5 Internal URI Features

Telephony URIs

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).

SendDigits

The SendDigits URI instructs the phone to send a specified sequence of DTMF digits in-band within the
media stream of the current active (streaming) call.

Advertising