CallFlowContextCreateSipCallFlowContext Method |
Static constructor for SIP Telephony
Namespace:
CallFlowFramework
Assembly:
CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntaxpublic 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
)
public:
static CallFlowContext^ CreateSipCallFlowContext(
String^ graph_file_name,
String^ controller_name,
String^ line_id,
String^ auth_username = L"",
String^ password = L"",
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 - 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