Documentation
VoIP_Connect
Require: IP-Symcon >= 5.2
int VoIP_Connect (int $InstanceID, string $Number)
Parameters
InstanceID | ID of the device to be switched |
Number | Phone number to connect to |
Returns
Returns the ID of the connection
Description
Establishes a connection with the number Number at the VoIP instance with the ID InstanceID.
Example
// Establishes a connection with the phone number 0451305005xx
VoIP_Connect(12345, "0451305005xx");