Contents

VoiceGuide Help
1. Introduction
Welcome To VoiceGuide
Which version to use
2. System Configuration
System Requirements
Installing v7.x - Dialogic
Installing v7.x - VoIP / HMP
Installing v6.x - Dialogic
Installing v5.x - Voice Modems
Installing v5.x - CAPI compatible cards
Installing v5.x - Dialogic
Installing v5.x - Dialogic Wave Drivers
Text To Speech
Call Transfers and Conferencing
ODBC Data Sources
End of Call Detection
Distinctive Ring Detection
T1/E1 ISDN Configuration
T1/E1 RobbedBit/CAS/R2 Configuration
VoIP Line Registration
Command Line Options
Registering VoiceGuide
Unique System Identifier
3. Script Design
Introduction
Graphical Design Environment
Module Types
Paths
Result Variables
Call Start
Call Finish
Multilanguage Systems
Protected Scripts
Sound files
Testing Scripts
4. Modules Reference
Play
Record
Get Numbers
Say Numbers
Transfer Call
Send Phone Message
Send Pager Message
Send Email
Database Query
Run Program
Time Switch
Evaluate Expression
Run VB Script
Send DDE Command
Hangup Call
5. Voicemail
Introduction
Voicemail System Manager
Voicemail Menus
Message Lamps
6. Outbound Dialing
Loading Numbers to Call
Detect Call Answer
Predictive Dialers
External OutDialQue Source (v7)
External OutDialQue Source (v6)
7. Speech Recognition
Introduction
Grammars
Install LumenVox
8. Logs
Script Logs
Call Detail Records (CDRs)
9. ActiveX / COM Interface
Admin_TraceLogAdd
Dialer_MakeCall
Dialer_OutDialQueAdd
Bridge_Connect
Bridge_Disconnect
Line_Hangup
Line_Pickup
Play_Start
Play_Stop
Record_Stop
Record_Start
Record_2Lines_Start
Run_ResultReturn
RvGet
RvGet_All
RvGet_AllXml
RvSet
RvSet_RvList
Script_Gosub
Script_Goto
Script_Return
Serial_Tx
Vm_Event
Vm_VmbConfig_Get
Vm_VmbConfig_Set
10. PBX Integration (CTI)
Inband Signaling
Ericsson MD110 Voicemail Interface
Legal Information
Copyright & Disclaimer

 
Home
VoiceGuide Online Help
Prev Page Next Page
 
 

Script Logs

VoiceGuide will store a log of what the caller did during the course of the call. The activity logs contain information like:

  • Date & time the call was made and when it completed.
  • Caller ID details (name and number)
  • All the numbers entered in the Play, Get Number Sequence and Say Number modules
  • Filenames of all the recorded messages
  • How many results were returned by the Database Query module
  • Evaluate Expression module results (if ‘Store results in log file’ option is selected)
  • Results of Run Program or Run Script modules
  • etc.

All incoming calls are logged, even if the call was not answered.

The logs are saved in 3 different formats:

.vgl    VoiceGuide Log Format - saved as a string of Result Variables

.xml    an XML document body format

.csv    Comma delimited format

The most readable is the comma delimited format (.csv file). That file can be easily viewed in any text editor or MS Excel, and is an easy starting point for generating any further reports.

The Evaluate Expression module is great for storing any special information in the Call Log, just write the expression which needs to be saved (be it a number or sentence), and select the “Store results in log file” option.

 

Subscripts and Call Logs

Each script which is used during the call will have a log entry created in the script's corresponding log files. If the script is started/branched to multiple times during a call then a new log entry will be made each time the script is used. This means that if a subscript is called multiple times during one call, it's call log will have multiple entries for the same call - with each entry having different 'start_time' and 'end_time' timestamps.

 

Create your own Call Log

You can use the Run Program or Run VBScript modules to save your own Call Log entries in the format of your choice. Please refer to Help file’s sections on those modules to see how these modules can be used to save information in a text file.

 

Converted from CHM to HTML with chm2web Pro 2.7 (unicode)