Click or drag to resize

MakeCall Constructor

Initializes a new instance of the MakeCall class

Namespace:  CallFlowFramework.Nodes
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public MakeCall(
	string remote_no,
	string call_name,
	CallFlowContext ctx,
	TimeSpan timeout,
	bool wait_for_media_start = true,
	string whole_call_record_file_name_preambula = null
)

Parameters

remote_no
Type: SystemString

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

call_name
Type: SystemString

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

ctx
Type: CallFlowFrameworkCallFlowContext

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

timeout
Type: SystemTimeSpan

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

wait_for_media_start (Optional)
Type: SystemBoolean

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

whole_call_record_file_name_preambula (Optional)
Type: SystemString

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

See Also