Documentation
TA_StartCallEx
Require: IP-Symcon >= 5.5
void TA_StartCallEx (int $InstanzID, string $Telefonnummer, string $Text)
Parameters
InstanzID | ID of the Instance |
Telefonnummer | Phone number to call |
Text | Text to be output |
Returns
The function does not return any value.
Description
Starts a call to the phone number PhoneNumber and outputs the text text.
Example
TA_StartCallEx(12345, "+4945130500511", "I love IP-Symcon!");