The specified VAP file did not contain the phrase at position <index>. Either the file does not contain that many phrases, it is corrupted, or it is not a valid phrase file.
Information message only, a conference control has created a new conference of name <name>.
TAPI logging message.
TAPI logging message.
Call was terminated due to invalid digits and retry count exceeded, and no default error handlers available.
Call was terminated due to lack of digits and retry count exceeded, and no default error handlers available.
A call has been started, initiated by an incoming ring.
A call has been started, initiated by the LineGroup control in Start Call After Delay mode, or by VB code using the StartCall method in the LineGroup control.
call terminated due to call timer. Timer ID refers to a timer ID.
A CallTimer control or LineGroup control has stopped the call due to a timeout condition.
Remote hangup was detected, usually a loop drop, and call was terminated.
Caller time in conference-'<data>' is out of limit.
A call has been completed and the LineGroup control that owns this line has gone back to idle mode.
INFOMSG
An invalid conference ID was used.
Conference ID is not available.
Conference is terminated due to last talker leaving.
A GetDigits control has a condition set using property substitution, but the specified control cannot be found. See below.
ERRORMSG
A DataFind control has found a record that matches the requirements specified.
INFOMSG
The delay time in the Delay control has expired.
The current call has terminated on the line, and the LineGroup control has been set to start a call after a delay.
A call has entered a Delay control, which is now dialling the digits required to put the caller on hold during the delay.
The GetDigits control has terminated digit collection based on the digits received from the caller.
INFOMSG
A Record control started a record, but did not receive enough voice data for a valid voice file. You can set the minimum duration of voice required to validate a recording in the Record property page. This condition invokes the silence handler in the Record control.
DataFind has reached the end of the database while searching for data.
An invalid digit has occurred and the control has exceeded the maximum number of timeout or invalid digit conditions allowed.
ERRORMSG
Takecall method was used.
Takecall method was used.
A call has been transferred to a new control. This message logs the transfer.
A call has been transferred to a new control. This message logs the transfer, and the value of the default property of the original control on exit.
The requested field in a database operation was not found among the list of fields in the table selected.
The record control reports this log when completing a record operation.
The language control is firing an event for this phrase.
Used in PlayMsgs control to log message handling.
INFOMSG
A global tone was detected during a voice operation. The global tone handler will normally be invoked.
A Count control has incremented its internal counter.
The INISwitch control logs this message, showing the INI file accessed and used for branching.
The current call has completed and the LineGroup control that owns this line has been set to start another call after a delay. It has just started the delay timer.
INFOMSG
An information message indicating that the control received invalid digits while waiting for digits. The error count is incremented, and if the error count is exceeded, error handling is invoked.
INVALIDMSG
Joining in to conference-'<data>' failed.
The language control set the current language directory to that specified.
The ListenChannel method was called.
The ListenResource method was called.
Either a loop drop was detected, or a terminated global tone was received.
A loop current drop was reported by the voice card driver. This is usually due to the caller hanging up. If it occurs just after starting a call or answering a call, you may need to set the delay between going off-hook and checking for loop current. This can be changed using an INI setting - check appendix 2 for more details on INI settings
CALLS
The maximum allowed invalid digits were received from the caller, and the call exits the control using the default error handling procedure.
The maximum allowed silence /nodigits timeouts were received from the caller, and the call exits the control using the default error handling procedure.
A silence timeout or invalid timeout occurred, but there was no connection on the appropriate output. In the GetDigits control. The call is passed to the LineGroup control for default handling. In a LineGroup control, the default phrase is played and the call is terminated.
In the LineGroup ring event, no-offhook has been set true, and this call will not be answered.
The system can't be started because there is no audio device available. The "loaddriver=0" in the [voicecard] section of VBVoice.INI prevents using a voice card, and no sound card is installed in the computer.
A call entered a Dial control, and VB code changed the number to dial using the NumToDial property.
A call has entered a Dial control, which has set this number to dial. Once the greeting has completed, the number is dialled.
The PlayPhraseToConf method has been used to play a phrase to one caller in a conference.
The PlayPhraseToChan method has been used to play a phrase to one caller in a conference.
Occurs in the Record control when the caller presses the digit assigned to play back the message.
INFOMSG
A control name was referenced in a property page field for substitution i.e. using %Controlname% syntax. The control was found but it does not contain a property of the name given.
In the delay control, the delay has completed and is now reconnecting back to the original caller.
When testing in design mode, you must load the forms by selecting each form in turn and clicking View Form in the project window. The forms may be minimized if you wish.
Occurs in the Record control when the caller presses the digit assigned to cancel the message.
INFOMSG
A call has entered a Record control, which has set this filename to record into. Once the greeting has completed, the file is created, and the record operation started.
The Record control made a valid recording, and now plays the options greeting (if there is one).
Occurs in the Record control when the caller presses the digit assigned to re-record the message.
ERRORMSG
Logged by the DataFind control when starting a database search.
INFOMSG
A silence timeout has occurred and the control has exceeded the maximum number of timeout or invalid digit conditions allowed.
ERRORMSG
A control or controls failed the startup checks. Refer to the error messages listed for more information. The system does not start until all control have been checked for setup errors, and the whole system checked for integrity.
ERRORMSG
SendFax control: the send attempt failed. Usually another message will be provided with more information. Also check the JobStatus and JobStatusReason properties for more information.
Visual Basic was stopped after hitting a breakpoint or error. The voice system was stopped.
The voice engine has been started by the Start System menu command or by the StartSystem method in the VBVFrame control.
CALLS
The voice engine has been started by the Stop System menu command or by StopSystem method in the VBVFrame control.
The caller is temporarily leaving a conference.
Temporary leave is out of time limit, caller is dropped from conference-'<conference id>'.
A caller temporarily left a conference, but the time limit was reached.'
A Linegroup or CallTimer control enabled a call timer for this control. The timer value may be used to identify other timer actions such as timer removed, timer set, call timeout.
VB code extended the time on this timer.
A timer was removed, either by code or because auto-cancel was enabled, and the call left the form/page.
A Linegroup or CallTimer control enabled a call timer for this control. The timer value may be used to identify other timer actions such as timer removed, timer set, call timeout.
The call was moved back to the linegroup control.
Used in PlayMsgs control
INFOMSG
VBVoice is searching for a particular phrase in a VAP phrase file using an index position, but cannot find it.
ERRORMSG
VB code set a new maximum number of keys through the MaxKeys property.
INFOMSG
VB code set a new maximum silence time through the MaxSil property.
INFOMSG
VB code set a new maximum time through the MaxTime property.
INFOMSG
VB code has set a new control to transfer to using the GotoControl property or TakeCall method. Once VB code leaves the event, the transfer takes place.
INFOMSG
VB code in the Enter event for the Record control set a new filename for the file to be recorded, overriding the file selected by the Record control.
INFOMSG
VB code attempted to transfer a call to a new control through the GotoNode.
INFOMSG
VB code terminated the delay wait period in a Delay control by setting the DelayTime property.
INFOMSG
Voice driver message - the voice driver CALL (supervised dial) function has been invoked.
LOGFUNCMSG
Voice driver message - the voice driver CLRDTMF function has been invoked.
LOGFUNCMSG
Voice driver message - the voice driver DIAL (blind dial) function has been invoked.
LOGFUNCMSG
Voice driver message - the voice driver GETDTMF function has been invoked.
LOGFUNCMSG
Voice driver message - the voice driver GETDTMFSTRING function has been invoked.
LOGFUNCMSG
The voice driver logs this message when it gets an event from the driver. Mainly for the use of Pronexus Tech Support.
Voice driver message - the voice driver PLAY function has been invoked.
LOGFUNCMSG
Voice driver message - the voice driver RECORD function has been invoked.
LOGFUNCMSG
Voice driver message - the voice driver SETHOOK function has been invoked.
LOGFUNCMSG
Voice driver message - the voice driver SETHOOK function has been invoked.
LOGFUNCMSG
Voice driver message - the voice driver RELEASE function has been invoked.
LOGFUNCMSG
Voice driver message - the voice driver SEIZE function has been invoked.
LOGFUNCMSG
Voice driver message - the voice driver CHSTOP function has been invoked.
LOGFUNCMSG
The Dial control is waiting for dialtone before continuing to dial.
INFOMSG
The driver is waiting for digits, the mask contains values of vbvDigitMaskConstants.
A call has been completed and the LineGroup control that owns this line has gone back to waiting for incoming ring.
INFOMSG
The operation cannot be performed because Visual Basic is in design mode. Controls that rely on Visual Basic, such as Condition events in GetDigits, the User control or database controls do not work in design mode. Note that other controls can be tested in design mode, but that any attached code does not run until Visual Basic is put into run mode.