Click or drag to resize

CallFlowContextCreateSipCallFlowContext Method

Static constructor for SIP Telephony

Namespace:  CallFlowFramework
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public static CallFlowContext CreateSipCallFlowContext(
	string graph_file_name,
	string controller_name,
	string line_id,
	string auth_username = "",
	string password = "",
	ushort local_port_range_low_bound = 0,
	ushort local_port_range_high_bound = 0,
	ushort rtp_port_range_low_bound = 1024,
	ushort rtp_port_range_high_bound = 65534,
	bool rtp_port_range_use_even_ports = true
)

Parameters

graph_file_name
Type: SystemString
Data Synergy Voice Graph file name (.dsv)
controller_name
Type: SystemString
Controller name
line_id
Type: SystemString
The ID of the line that the graph will register (if a Register action is present)
auth_username (Optional)
Type: SystemString
Used for authentication performed by the SIP stack
password (Optional)
Type: SystemString
The password that is used for authentication
local_port_range_low_bound (Optional)
Type: SystemUInt16
The lower boundary of the range of ports used for SIP telephony
local_port_range_high_bound (Optional)
Type: SystemUInt16
The upper boundary of the range of ports used for SIP telephony
rtp_port_range_low_bound (Optional)
Type: SystemUInt16
The lower boundary of the range of ports used for RTP
rtp_port_range_high_bound (Optional)
Type: SystemUInt16
The upper boundary of the range of ports used for RTP
rtp_port_range_use_even_ports (Optional)
Type: SystemBoolean
The flag indicates that need to use only the even numbered ports for RTP

Return Value

Type: CallFlowContext

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

See Also