Line_Hangup
End the call on the specified line.
Syntax
object.Line_Hangup iLineId
Part | Description |
object | VoiceGuide object |
iLineId | 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. |
Notes
There must be an incoming call on the line.
Example
set vg =
CreateObject("vgServices.CommandLink")
vg.Line_Hangup $RV_LINEID
set vg = Nothing