Click or drag to resize

CallFlowContextCreateCall Method

Creates a call to the given destination. The call created this way is not added to the context.

Namespace:  CallFlowFramework
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public ICall CreateCall(
	string remote_number,
	string whole_call_record_file_name
)

Parameters

remote_number
Type: SystemString

[Missing <param name="remote_number"/> documentation for "M:CallFlowFramework.CallFlowContext.CreateCall(System.String,System.String)"]

whole_call_record_file_name
Type: SystemString

[Missing <param name="whole_call_record_file_name"/> documentation for "M:CallFlowFramework.CallFlowContext.CreateCall(System.String,System.String)"]

Return Value

Type: ICall

[Missing <returns> documentation for "M:CallFlowFramework.CallFlowContext.CreateCall(System.String,System.String)"]

Exceptions
ExceptionCondition
ArgumentException Thrown if the passed in remote_number is null or empty.
InvalidOperationException Thrown if the context is closed at the time the method is called.
See Also