Method: Drop
|
Function: |
Drop the connected call. |
|
|
Parameters: |
None |
|
| Description: |
Drops the line and releases any attached resources. |
|
| Dependencies: |
There must be a current line. (See CurrentLineIndex, CurrentLineName) |
|
| Events Raised: |
None |
|
Sample Code In Visual Basic:
'The following code drops the call after playing a voice prompt.
Sub VoiceAngel1_PlayDone(LineIndex as Integer)
VoiceAngel1.Drop
End sub