Feedback

  • Contents
 

CallObject.setAttribute Method

Definition

This method sets the value of the specified call object attribute.  To retrieve a value, use the CallObject.getAttribute method.

Syntax

CallObject.setAttribute(Name, Value);

Prototype

CallObject.setAttribute(

  [in] string Name,

  [in] string Value

)

Input Parameters

Name

The name of a call object attribute& (e.g., CallID, StationName, Language, etc.), or the name of a custom (user-defined) call attribute.

Value

The value that will be assigned to the specified call object attribute (e.g. 1078924, KevinKPC, Spanish).

Return Values

None.