Rerecord Banner.jpg (8376 bytes)

Download Bytescribe Rerecording Manager Version 2.0

Description:

The Bytescribe Rerecording Manager is a utility that allows unattended re-recording from other digital dictation systems into the Orator Pro system. A script controls the operation of the re-recording procedure.  The Rerecording Manager window is shown below.

Properties for a channel may be edited by double clicking on the Channel description, or by clicking the "Edit Settings" button.  A script can be executed by selecting a Channel and clicking the "Run Script" button.  When a script is run, the Channel Status window will appear as shown below.

Commands:

Below is a list of commands and their description. 

"PICK UP"
Takes the line off-hook. This is similar to taking a phone off-hook.

"CALL <telephone number>"
Example: "CALL ,,2054259"
This command will cause the system to dial the specified number and wait until it connects or until it receives some other signal such as a busy signal. If it has establishes a connection, it continues to the next line. Otherwise the script will terminate.

"DIAL <digits>"
Example: "DIAL 1234,,45,,4456"
This command will send the specified digits as touch tones. The commas indicate pauses. This is used to send tones to respond to prompts by the other system.

"RECORD"
This command begins recording a file into the Orator system. The file is saved in the directory specified by the PATH statement in the Settings file (autodial.ini). The command will cause the script to record until a period of silence is detected. The script will not continue to the next line until this silence is detected and the recording stops.

"HANG UP"
This command causes the line to go on-hook. This is similar to hanging a phone on hook.

"CLOSE"
This command causes the script to terminate and the program to close. Use this to completely exit the program.

"PATH <directory where to record files>"
Example: "PATH c:\dictation system\type1\"
This command is only necessary if you wish to change the path where the file will be recorded. Otherwise the program will use the default PATH in the settings file. 

Sample Script:
The following script will call into a system, enter the access numbers, and record 3 files. It will then disconnect.

"PICK UP"
"CALL ,9195551212"
"DIAL 9876,,01,,1"
"RECORD"
"DIAL 8,,1"
"RECORD"
"DIAL 8,,1"
"RECORD"
"DIAL 8,,1"
"RECORD"
"HANG UP"