Feedback

  • Contents
 

CallObject.voicemail Method

Definition

This method sends a call to the current user's voice mail.

Syntax

CallObject.voicemail();

Prototype

CallObject.voicemail()

Input Parameters

None.

Return Values

None.


Example

function Voicemail() {
    var CallObject = scripter.callObject;
    CallObject.voicemail();
}