SkinnyConfiguration Constructor |
Skinny Configuration Constructor
Namespace:
CallFlowFramework.TelephonyConfigurations
Assembly:
CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntaxpublic SkinnyConfiguration(
string device_id,
SkinnyDeviceType device_type,
string uccm_address,
int uccm_port
)
public:
SkinnyConfiguration(
String^ device_id,
SkinnyDeviceType device_type,
String^ uccm_address,
int uccm_port
)
Parameters
- device_id
- Type: SystemString
Cisco Device Id - device_type
- Type: CallFlowFramework.TelephonyConfigurationsSkinnyDeviceType
Cisco Device Type - uccm_address
- Type: SystemString
Uccm Server address - uccm_port
- Type: SystemInt32
Uccm Server port
See Also