The record module is usually used to allow remote recording of a file which is used by other parts of a script or other scripts. For messages left by callers a Voicemail box is usually used.
The Timeout path is used to specify the maximum length of recording. The paths screen below shows that the recording can go on for 30 seconds, after which the caller will be sent to the Main Welcome module. If the caller presses any of the keys listed, the recording will terminate and the caller will be sent to the Main Welcome module.
Silence Detection The recording will also stop if silence is detected. The following type of path can be used to tell VoiceGuide which module to go to next if a silence is detected; On {silence} Goto [module name goes here] Minimum silence length and volume parameters can be set by editing the VG.INI configuration file, in section [PlayRecordConfig]. From VG.INI file: ;SilenceDetectLength: 40=4
seconds The silence detection settings can be set from within the script as well, by assigning values to Result Variables SilenceDetectLvl and SilenceDetectLen using the Evaluate Expression module. eg. To disable silence detection from within the script use:
Result Variables $RV[ModuleTitle] will store the filename of the recorded sound file. Includes the full directory path. $RV[ModuleTitle_EndRecCause] will store the reason why recording was stopped. $RV[ModuleTitle_RecLen100ms] will store the recording length in 100ms units (eg. a value of 75 equals seven and a half seconds).
Call Recording - Recording ConversationsCall Recording used if a record of the conversation between the caller and the agent to whom the call has been transferred is needed. Call Recording is standard practice in all call centers and store-locator type applications. The Record module can be used to Record the conversation between two callers when they are connected together using "3-way" call conference. To start recording the call after transfer has been made just use a "success" path from the Transfer Call module. Point the "success" path to a Record module and the recording will commence as soon as the call transfer is made. The Record module can also be used to record the conversation between two callers when they are connected together using "Dial and Conference" call transfer (and both legs of call are on analog lines), however one side of conversation will sound significantly quieter then the other when this approach is used. For professional quality recording of "Dial and Conference" type calls the Call Recording add-on license needs to be purchased. Please contact sales@VoiceGuide.com for more information on the Call Recording add-on. The Call Recording add-on allows for call recording of the bridged calls on both Analog and T1/E1 lines (ISDN or CAS/Robbed Bit). |
|||||||||||||||||||||||||||||||||||||
| Converted from CHM to HTML with chm2web Pro 2.7 (unicode) |