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