Require: IP-Symcon >= 5.4
boolean VoIP_AcceptCall (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.
For the VoIP instance with ID InstanceID, accepts the connection with ID ConnectionID.
// Accepts the connection with ID 3 of the instance with ID 12345
VoIP_AcceptCall(12345, 3)