CallService Properties |
The CallService type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActiveCall |
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.
|
![]() | Calls |
The Calls that are in progress.
|
![]() | EmergencyNumbers |
Gets List of configured emergency numbers
|
![]() | HasHeldCall |
Checks if there is a call in held state.
|
![]() | HasInitiatingCall |
Checks if there is a call in initiating state.
|
![]() | IgnoredCalls |
The Calls that are ignored.
The ignored calls are the calls which are unattended but can be received any time.
|
![]() | IsAutoAnswerAdministered |
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.
|
![]() | LineAppearances |
Gives List of configured line appearances
|
![]() | VideoCapability |
Gets Capability object indicating whether the video is allowed.
video capability is calculated based on license, user configuration and available network.
|
![]() | VoIPCallingCapability |
Gets Capability object indicating whether the VoIP calling is allowed.
VoIP calling capability is calculated based on user configuration and available network.
|