« Back to Product

Documentation

VoIP_RejectCall

Require: IP-Symcon >= 5.4

 boolean VoIP_RejectCall (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

Rejects the connection with ID ConnectionID for the VoIP instance with ID InstanceID.

Example

// Rejects the connection with the ID 3 of the instance with the ID 12345
VoIP_RejectCall(12345, 3)
Any questions?