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