diaGlobWrapper Help
Assembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Enumerator constant to return the current state of the call
Namespace:
InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public enum CallState |
| Visual Basic (Declaration) |
|---|
Public Enumeration CallState |
| Visual C++ |
|---|
public enum class CallState |
Members
| Member name | Description | |
|---|---|---|
| ALERTING | The outbound call is waiting for the destination party to answer. The call is in the Alerting state. | |
| SENDMOREINFO | Requests the user to send additional call information to the network. | |
| PROCEEDING | Call information necessary to effect call establishment has been received and the call is proceeding. | |
| ONHOLDPENDINGTRANSFER | The inbound call was accepted. The call is in the Accepted state. | |
| ONHOLDIDLE | The call is on hold and waiting to be transferred to another call in a supervised transfer. The call is in the OnHoldPendingTransfer state. | |
| OFFERED | An inbound call was detected. The call is in the Offered state. | |
| NOTHING | The call was released. The call is in the Null state. | |
| IDLE | The call is not active. The call is in the Idle state. | |
| GETMOREINFO | The network has received an acknowledgement of the call establishment request which permits the network to send additional call information if applicable. | |
| DISCONNECTED | The call was disconnected by the remote party. The call is in the Disconnected state. | |
| READYFORCONSULTATION | The channel is ready to make a consultation call in a supervised transfer. The call is in the Dialtone state. | |
| DIALING | An outbound call request was received. The call is in the Dialing state. | |
| DETECTED | An incoming call has been received but has not yet been offered to the application. The call is in the Detected state. | |
| CONNECTED | An inbound or outbound call was connected. The call is in the Connected state. | |
| ROUTING | Incoming call information necessary to effect call establishment has been received. | |
| WAITINGANSWER | The call is waiting for the destination party to answer. The call is in the Alerting state (alerted sent or received). | |
| ACCEPTED | The inbound call was accepted. The call is in the Accepted state. |