Table des Matières

Publicité

Appendice A

Le CallRecorder Pico a un «interface d'automatisation» avec lequel les
développeurs des logiciels pour des centres d'appels par exemple,
peuvent contrôler le logiciel de Pico. Ceci signifie que la démarrage et
l'arrêt des enregistrements et la location de l'archive peuvent être
contrôlés à l'aide des logiciels externes.
Le serveur d'automatisation ActiveX s'appelle SCR.Recording. Les
fonctions suivantes sont disponibles:
SetPreStartPeriod(Seconds : int)
SetPreStartPeriod(Seconds : int)
SetPreStartPeriod(Seconds : int)
SetPreStartPeriod(Seconds : int)
Add a number of seconds before the StartRecording signal to
the recording when available. Maximum is 30 seconds.
StartRecording(DeviceId : int, FileName : string)
StartRecording(DeviceId : int, FileName : string)
StartRecording(DeviceId : int, FileName : string)
StartRecording(DeviceId : int, FileName : string)
DeviceId 1 is the first enabled Pico device, FileName is the file
where the recording must be stored.
StopRecording(DeviceId : int)
StopRecording(DeviceId : int)
StopRecording(DeviceId : int)
StopRecording(DeviceId : int)
Stops the recording.
State(DeviceId : int)
State(DeviceId : int)
State(DeviceId : int)
State(DeviceId : int)
State returns:
0 when recording not active
1 when recording is active
-1 when device-id is invalid
LastDuration(DeviceId : int)
LastDuration(DeviceId : int)
LastDuration(DeviceId : int)
LastDuration(DeviceId : int)
Returns the duration of the last recording.
One recording device must be enabled in the Pico software and set to
manual
recording (not automatic) in the Devices options.
Call Recorder Pico Manual UK © 2009 Vidicode
45

Publicité

Table des Matières
loading

Table des Matières