Require: IP-Symcon >= 5.2
boolean VoIP_Disconnect (int $InstanceID, int $ConnectionID)
InstanceID | ID of the device to be switched |
ConnectionID | ID of the connection to be switched |
If the command succeeds, it returns TRUE, otherwise FALSE.
Disconnects the VoIP instance with ID InstanceID from the connection with ID ConnectionID.
// Disconnects with ID 3 of the instance with ID 12345
VoIP_Disconnect(12345, 3);