Play_Stop

Stop playing a sound file on the specified line.

Syntax

object.Play_Stop iLineId

Part Description
object VoiceGuide object
iLineId Identification number of the line

Notes

There must be an active call on the line.

 

Example

set vg = CreateObject("vgServices.CommandLink")
vg.Play_Stop $RV_LINEID
vg.Run_ResultReturn $RV_LINEID, "Success"
set vg = Nothing

 

VoiceGuide

© Katalina Technologies Pty. Ltd.