Record_2Lines_Start
|
VoiceGuide COM Reference
|
Start Recording the sound from two
lines into the specified line. Usually used to record the two sides
on conversation on a conferenced call.
Available in VoiceGuide v7.
To use this function in VoiceGuide
v6 please contact sales@voiceguide.com
Syntax
object.Record_2Lines_Start(iLineId1, iLineId2,
sSoundFile, sOptionsXml)
|
Part
|
Description
|
|
|
object
|
VoiceGuide object
|
|
|
iLineId1
|
Identification number of the first line
|
|
|
iLineId2
|
Identification number of the second line
|
|
|
sSoundFile
|
The filename of the sound file to be
recorded
|
|
|
sOptionsXml
|
Record options
|
|
Remarks
There must be an active call on
both lines. If any other sound files are being played or recorded
on either line at the time they are stopped and the new file is
recorded.
Example
set vg =
CreateObject("vgServices.CommandLink")
vg.Record_2Lines_Start $RV_LINEID, $RV[Transfer_2ndLeg],
"c:\newfile.wav", ""
set vg = Nothing
|