Requires: IP-Symcon >= 5.4
boolean VoIP_RejectCall (integer $InstanceID, integer $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. |
Rejects the connection with ID ConnectionID for the VoIP instance with ID InstanceID.
// Rejects the connection with the ID 3 of the instance with the ID 12345 VoIP_RejectCall(12345, 3)