Line_Hangup
|
VoiceGuide COM Reference
|
End the call on the specified
line.
Syntax
object.Line_Hangup
iLineId
|
Part
|
Description
|
|
|
object
|
Required. VoiceGuide object
|
|
|
iLineId
|
Required. Identification number of the line. If
set to 0 then the first device controlled by VoiceGuide will have
it's call terminated. If set to -1 al devices controlled by
VoiceGuide will have the calls terminated.
|
|
Remarks
There must be an incoming call on
the line.
Example
set vg =
CreateObject("vgServices.CommandLink")
vg.Line_Hangup $RV_LINEID
set vg = Nothing
|