CallFlowContextCreateSkinnyCallFlowContext Method |
Static constructor for Skinny Telephony
Namespace:
CallFlowFramework
Assembly:
CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntaxpublic static CallFlowContext CreateSkinnyCallFlowContext(
string graph_file_name,
string controller_name,
string device_id,
SkinnyDeviceType device_type,
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
)
public:
static CallFlowContext^ CreateSkinnyCallFlowContext(
String^ graph_file_name,
String^ controller_name,
String^ device_id,
SkinnyDeviceType device_type,
unsigned short local_port_range_low_bound = 0,
unsigned short local_port_range_high_bound = 0,
unsigned short rtp_port_range_low_bound = 1024,
unsigned short 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 - device_id
- Type: SystemString
Cisco Device Id - device_type
- Type: CallFlowFramework.TelephonyConfigurationsSkinnyDeviceType
Cisco Device Type - 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.CreateSkinnyCallFlowContext(System.String,System.String,System.String,CallFlowFramework.TelephonyConfigurations.SkinnyDeviceType,System.UInt16,System.UInt16,System.UInt16,System.UInt16,System.Boolean)"]
See Also