| DiaGlobWrapperCommonOutboundCallProgressResult Enumeration |
diaGlobWrapper Help
Namespace: InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntaxpublic enum OutboundCallProgressResult
Public Enumeration OutboundCallProgressResult
public enum class OutboundCallProgressResult
type OutboundCallProgressResult
Members|
| Member name | Value | Description |
|---|
| Busy | 0 | The connection to the outbound destination address could not be established because a busy tone was detected. |
| NoAnswer | 1 | The connection to the outbound destination address could not be established because a no answer tone was detected. |
| NoRingback | 2 | The connection to the outbound destination address could not be established because no ringback tone was detected. |
| OperatorIntercepted | 3 | The connection to the outbound destination address was established with operator intercepting the call. |
| NoDialtone | 4 | The connection to the outbound destination address could not be established because no dialtone was detected. |
| Faxtone | 5 | The connection to the outbound destination address could not be established because a fax tone was detected. |
| AnsweringMachineDetected | 6 | The connection to the outbound destination address was established with an automated answering device answering the call. |
| VoiceDetected | 7 | The connection to the outbound destination address was established with a voice answering the call. |
| CadenceBreakDetected | 8 | The connection to the outbound destination address was established with cadence break detected. |
| PBXSignalDetected | 9 | The connection to the outbound destination address was established with a PBX connection detected. |
| Unknown | 10 | The call progress connection result to the outbound destination is unknown. |
See Also