Click or drag to resize

VoiceResourceFaxToneThrowsException Property

Cause an exception to be thrown when the voice resource senses a fax signal in the audio stream. Note the Fax tone 'F' must be defined on the voice elements server (GlobalTones config setting) When set to true, this turns on DigitEvents by default. If you set this to false and donot want DigitEvents enabled, you must manually turn them off.

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
public bool FaxToneThrowsException { get; set; }

Property Value

Type: Boolean
See Also