Mountain View
Jabber SDK API Documentation

Class: DeskPhone

DeskPhone

Deskphone represents physical telephony device. Along with all capabilities of telephony device it can also change active line.

Constructor

new DeskPhone()

This class cannot be instantiated.
Since:
  • 11.7.0

Extends

Methods

(static) connect(isForceRegistration)

Connect to and register deskphone device with CUCM. If force registration is set to true, and this device is registered elsewhere, device will first be disconnected then connected again.
Parameters:
Name Type Description
isForceRegistration Boolean Flag that tells whether its a force registration or not.
Since:
  • 11.7.0

(static) selectLine(line)

Change active line to a new one.
Parameters:
Name Type Description
line String A line that will be selected.
Since:
  • 11.7.0