com.arunta.app.remote
Interface TRManualCallControlServiceRI

All Superinterfaces:
java.rmi.Remote

public interface TRManualCallControlServiceRI
extends java.rmi.Remote

Total Recall VR remote interface for manual recording control.

This service provides for manual control of recording on analog channels. Digital (ISDN) and VoIP channels do not support manual control of recording at this stage.

Manual recording requires correct channel configuration. In particular, the Trigger Type configuration parameter must be set to Manual. Consult the Total Recall VR documentation on how to configure the Trigger Type parameter for analog channels.


Method Summary
 void startCall(java.lang.String securityKey, int channelNumber)
          Starts recording on the specified channel.
 void terminateCall(java.lang.String securityKey, int channelNumber)
          Ends recording on the specified channel.
 

Method Detail

startCall

void startCall(java.lang.String securityKey,
               int channelNumber)
               throws SecurityException,
                      java.rmi.RemoteException
Starts recording on the specified channel.

Parameters:
securityKey - The security key that was obtained from the Total Recall VR system at login time. This operation requires a key with user level privileges.
channelNumber - All channels on a Total Recall VR system have a unique number, starting from 1. Set this parameter to the number of the channel that you wish to start recording on.
Throws:
SecurityException - On invalid security key, or if the user that is associated with the security key is not authorised to perform this request.
java.rmi.RemoteException - On any problem that is associated with completing the request. See cause for further details on the problem.

terminateCall

void terminateCall(java.lang.String securityKey,
                   int channelNumber)
                   throws SecurityException,
                          java.rmi.RemoteException
Ends recording on the specified channel.

Parameters:
securityKey - The security key that was obtained from the Total Recall VR system at login time. This operation requires a key with user level privileges.
channelNumber - All channels on a Total Recall VR system have a unique number, starting from 1. Set this parameter to the number of the channel that you wish to stop recording on.
Throws:
SecurityException - On invalid security key, or if the user that is associated with the security key is not authorised to perform this request.
java.rmi.RemoteException - On any problem that is associated with completing the request. See cause for further details on the problem.


Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.