| DiaGlobWrapperCommonCallProgressDetectOptions Enumeration |
diaGlobWrapper Help
Enumerator constant to specify the call progress analysis (CPA) settings during an outbound call
Namespace: InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntaxpublic enum CallProgressDetectOptions
Public Enumeration CallProgressDetectOptions
public enum class CallProgressDetectOptions
type CallProgressDetectOptions
Members|
| Member name | Value | Description |
|---|
| DISABLED | 2 | Disable call progress analysis. |
| OPTNOCON | 3 | Enable frequency detection. Terminate call analysis and return an intercept immediately upon detecting tones |
| PVDENABLE | 4 | Enable Positive Voice Detection. |
| PVDOPTNOCON | 6 | Enable OPTNOCON and PVDENABLE. |
| PAMDENABLE | 7 | Enable anwering machine detection. |
| PAMDOPTEN | 8 | Enable PAMDENABLE, PVDENABLE and OPTNOCON. |
See Also