Click or drag to resize

CallService Properties

The CallService type exposes the following members.

Properties
  NameDescription
Public propertyActiveCall
An active call is local and in established state. The active call is null if there is no call, or if all calls are in held state.
Public propertyCalls
The Calls that are in progress.
Public propertyEmergencyNumbers
Gets List of configured emergency numbers
Public propertyHasHeldCall
Checks if there is a call in held state.
Public propertyHasInitiatingCall
Checks if there is a call in initiating state.
Public propertyIgnoredCalls
The Calls that are ignored. The ignored calls are the calls which are unattended but can be received any time.
Public propertyIsAutoAnswerAdministered
Gets a flag indicating whether auto-answer is administered for a station. This information is used to indicate how the client will behave when an incoming call is received. Do not use this information to determine if an incoming call should be answered automatically by your client. Instead use the call.CanAutoAnswer or call.IsAnswerModeAuto properties for that purpose.
Public propertyLineAppearances
Gives List of configured line appearances
Public propertyVideoCapability
Gets Capability object indicating whether the video is allowed. video capability is calculated based on license, user configuration and available network.
Public propertyVoIPCallingCapability
Gets Capability object indicating whether the VoIP calling is allowed. VoIP calling capability is calculated based on user configuration and available network.
Top
See Also