Click or drag to resize

TalkCreateVoiceRecorder Method

Transmitter: Silence Receiver: File Recorder (file name)

Namespace:  CallFlowFramework.Nodes
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public static Talk CreateVoiceRecorder(
	string call_name,
	CallFlowContext ctx,
	TimeSpan timeout,
	string file_name,
	bool measure_first_packet_time = false,
	bool skip_dtmf = false,
	bool skip_silence = false
)

Parameters

call_name
Type: SystemString

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

ctx
Type: CallFlowFrameworkCallFlowContext

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

timeout
Type: SystemTimeSpan

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

file_name
Type: SystemString

[Missing <param name="file_name"/> documentation for "M:CallFlowFramework.Nodes.Talk.CreateVoiceRecorder(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.Boolean,System.Boolean,System.Boolean)"]

measure_first_packet_time (Optional)
Type: SystemBoolean

[Missing <param name="measure_first_packet_time"/> documentation for "M:CallFlowFramework.Nodes.Talk.CreateVoiceRecorder(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.Boolean,System.Boolean,System.Boolean)"]

skip_dtmf (Optional)
Type: SystemBoolean

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

skip_silence (Optional)
Type: SystemBoolean

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

Return Value

Type: Talk

[Missing <returns> documentation for "M:CallFlowFramework.Nodes.Talk.CreateVoiceRecorder(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.Boolean,System.Boolean,System.Boolean)"]

See Also