PhoneSystemPushSBC Method

invoke operation on SBC (works if SBC has active connection)

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public void PushSBC(
	int sbcid,
	string data,
	bool update
)

Parameters

sbcid  Int32
id of SBC
data  String
version for update, pushed config file contents otherwise
update  Boolean
selects operation: update or push config

Implements

IPhoneSystemPushSBC(Int32, String, Boolean)

See Also