diaGlobWrapper Help
Assembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
The enumerated constant to return the event being raised on the given channel.
Namespace:
InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public enum EventReceived |
| Visual Basic (Declaration) |
|---|
Public Enumeration EventReceived |
| Visual C++ |
|---|
public enum class EventReceived |
Members
| Member name | Description | |
|---|---|---|
| BlindTransferCompleted | The unsupervised transfer was successfully completed. | |
| RetrieveRejected | The request to retrieve the call from the on-hold state was rejected. | |
| Retrieved | The call was successfully retrieved from the on-hold state. | |
| OnHoldRejected | The request to place the call on-hold was rejected. | |
| OnHold | The call was successfully placed on-hold. | |
| ServiceState | The channel's service state was successfully set. | |
| TrialVersionDetectedWarning | Trial version was detected, some limitations will apply. | |
| TrialLimitationChannelClosingWarning | The channel will be closed due to restrictions imposed by the trial version. | |
| ChannelOpened | The specified channel was opened. | |
| ChannelClosed | The specified channel was closed. | |
| FatalError | A fatal non-recoverable error has occured. | |
| TaskFailed | The requested operation was either rejected or returned a task failure. | |
| ChannelReady | The channel is ready for inbound or outbound calls. | |
| ChannelAlarm | The channel has generated an alarm. Use the channel alarm property to retrieve the content and cause. | |
| DigitsError | Gathering of digits has failed. Either because the maximum number of digits were pressed or the gathering of digits has timed-out. | |
| DigitsReceived | Digits received. | |
| OutboundCallFailure | The outbound call could not be connected. | |
| Connected | The outbound call was connected successfully. | |
| Answered | The inbound call was answered. | |
| Disconnected | The call has been disconnected. | |
| RecordingStopped | Voice recording on the channel has stopped. | |
| PlaybackStopped | Voice playback on the channel has stopped. | |
| Dialing | The channel is dialing digits. | |
| Ringing | Ring event was raised on the channel. |