CallFlowContext Constructor (String, String, ITelephonyConfiguration, UInt16, UInt16, UInt16, UInt16, Boolean) |
Constructor uses telephony configuration.
Namespace:
CallFlowFramework
Assembly:
CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntaxpublic CallFlowContext(
string graph_file_name,
string controller_name,
ITelephonyConfiguration telephony_configuration,
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:
CallFlowContext(
String^ graph_file_name,
String^ controller_name,
ITelephonyConfiguration^ telephony_configuration,
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 - telephony_configuration
- Type: CallFlowFramework.TelephonyConfigurationsITelephonyConfiguration
Telephony configuration (SipConfiguration, SkinnyConfiguration, ...) - 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
See Also