(IgnoreDtmf property)
If set, digits will not terminate the recording and will be recorded into the file
(CompressSil property)
If checked, the voice card removes all silence periods greater than a predefined size. This is set to a default size of 200ms.
(BeepBefore property)
If True, a Beep is played before the recording starts.
(AppendFile property)
If set to True, the recording is appended to the file, if it already exists. If it does not exist, a new file is created.
(MsgData property)
Default message data to be associated with this file. This data is stored in the wave file in an INFO chunk and can be used in the PlayMsgs control to associate a message with a particular caller, or any other information you wish to store with the message. For instance, in a system with caller-id available, you could add %LineGroup1.CallerID% to this field. In a PlayMsgs control, add to the InfoGreeting a system phrase SayDigits %#this.MsgData% to vocalize the data to the caller.
(IFileName property)
Enter a file specification here. The Record control creates a file based on this specification to record the message.
(IMaxTime property)
Sets the maximum time for a recording in seconds.
(IMaxSil property)
Sets the maximum period of silence before terminating a record operation.
(IMinTime property)
A recording shorter than this time is regarded as invalid. The file is deleted and treated as a silence timeout.