TAPIEx ActiveX Control v3.6

OnSilence

The OnSilence event will be fired when silence is detected on the telephone line.

Event OnSilence(m_Call As ITAPICall)

Parameters

m_Call
Reference to ITAPICALL.

Return Values

None.

Remarks

The OnSilence event will be fired after a period of silence (as set by the MonitorSilence method) is detected on the telephone line. Not all telephony device support silence detection. Test the telephony device to see if silence detection is supported by interrogating the ILineCaps.Call_Features property, if the CALLFEATURE_MONITORTONES bit flag is set then silence detection is supported.

See Also

MonitorSilence