Feedback

  • Contents
 

CallObject.id Property

Definition

This property returns or sets the unique identifier of a call object. A call identifier is typically a number composed of 10 digits. See CallObject.extendedDial method for a source code example.

Syntax

CallObject.id

Usage

Read       Yes

Write       Yes

Value Assigned

CallID

To set the ID property, assign a unique number that identifies the call object.

Value Returned

CallID

The value returned is a number identifying the call object.