TAPIEx ActiveX Control v3.6

MonitorSilence

The MonitorSilence method monitor the silence signal on a call.

Function MonitorSilence(
Duration As Long) As Boolean

Parameters

Duration
in milliseconds, during which the tone should be present before a detection is made.
The OnSilence event will be fired when the device detects silence equal to the number of milliseconds defined in this property. 1000 milliseconds is equavalent to 1 second.

Return Values

If the method succeeds, return TRUE, otherwise return FALSE.

Remarks

Use this method to begin monitoring for silence. The call must be in the connected state.

See Also

OnSilence