Click or drag to resize

DTMFDetectorSettings Constructor

Initializes a new instance of the DTMFDetectorSettings class

Namespace:  CallFlowFramework.Nodes.Settings
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public DTMFDetectorSettings(
	string call_name,
	CallFlowContext ctx,
	TimeSpan timeout,
	string file_name_to_record,
	string detected_sequence,
	bool skip_dtmf,
	bool skip_silence
)

Parameters

call_name
Type: SystemString

[Missing <param name="call_name"/> documentation for "M:CallFlowFramework.Nodes.Settings.DTMFDetectorSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,System.Boolean,System.Boolean)"]

ctx
Type: CallFlowFrameworkCallFlowContext

[Missing <param name="ctx"/> documentation for "M:CallFlowFramework.Nodes.Settings.DTMFDetectorSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,System.Boolean,System.Boolean)"]

timeout
Type: SystemTimeSpan

[Missing <param name="timeout"/> documentation for "M:CallFlowFramework.Nodes.Settings.DTMFDetectorSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,System.Boolean,System.Boolean)"]

file_name_to_record
Type: SystemString

[Missing <param name="file_name_to_record"/> documentation for "M:CallFlowFramework.Nodes.Settings.DTMFDetectorSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,System.Boolean,System.Boolean)"]

detected_sequence
Type: SystemString

[Missing <param name="detected_sequence"/> documentation for "M:CallFlowFramework.Nodes.Settings.DTMFDetectorSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,System.Boolean,System.Boolean)"]

skip_dtmf
Type: SystemBoolean

[Missing <param name="skip_dtmf"/> documentation for "M:CallFlowFramework.Nodes.Settings.DTMFDetectorSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,System.Boolean,System.Boolean)"]

skip_silence
Type: SystemBoolean

[Missing <param name="skip_silence"/> documentation for "M:CallFlowFramework.Nodes.Settings.DTMFDetectorSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,System.Boolean,System.Boolean)"]

See Also