Event: Silence
|
Function: |
After a specified period of silence, this event is raised. The duration can be set by MonitorSilence. |
|
| Parameters: |
LineIndex: The index of the line on which the event occurs. |
|
| Description: |
Please refer to the MonitorSilence method.¡¡ |
|
| Raised By: |
Period specified by MonitorSilence has elapsed. |
|
Sample Code In Visual Basic:
'The following code drops the call when a period of silence has been detected.
Sub VoiceAngel1_Silence(LineIndex as Integer)
VoiceAngel1.Drop
End sub
¡¡