Click or drag to resize

DTMFSenderSettings Constructor

Initializes a new instance of the DTMFSenderSettings class

Namespace:  CallFlowFramework.Nodes.Settings
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public DTMFSenderSettings(
	string call_name,
	CallFlowContext ctx,
	TimeSpan timeout,
	bool out_of_band,
	string dtmf_seq,
	TimeSpan dtmf_digit_duration,
	TimeSpan dtmf_pause_duration
)

Parameters

call_name
Type: SystemString

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

ctx
Type: CallFlowFrameworkCallFlowContext

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

timeout
Type: SystemTimeSpan

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

out_of_band
Type: SystemBoolean

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

dtmf_seq
Type: SystemString

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

dtmf_digit_duration
Type: SystemTimeSpan

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

dtmf_pause_duration
Type: SystemTimeSpan

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

See Also