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