Event: BlindTransferDone


Function:

 

When a blind transfer has been done, this event will be raised.

     

Parameters:

  LineIndex(Long)

The index of the line where the event is raised.

     

Description:

 

Before the BlindTransferDone raised, the hook-flash string and transfer number has been dialed, and the current call has been droped.

     

Raised By:

 

See above.

     

See Also:

 

BlindTransfer

     

Sample Code In Visual Basic:

'The following example show how to transfer a number blindly.

 

Sub cmdBlindTransfer_click()

  va.BlindTransfer "6230396","!"

 

End Sub

 

 

Sub va_BlindTransferDone(LineIndex as Long)

MsgBox "Call has been Transfer."

End Sub

 

¡¡