Event: WaitConnectionTimeout


Function:

 

When a timeout occurs while waiting for connection of the line, this event occurs.

     

Parameters:

 

LineIndex: The index of the line on which the eventoccurs.

     

Description:

 

There are two case where this event occurs:

 

  1. The specified period of time defined by SetWaitTimeForConnection has passed since dialing.

 

  2. The ring back tone disappears and fast busy tone appears.¡¡

     

Raised By:

 

SetWaitTimeForConnection method.

     
     

Sample Code In Visual Basic:

Sub VoiceAngel1_WaitConnectionTimeout(LineIndex as Integer)

  VoiceAngel1.Drop

End sub

¡¡