Telephony Integration

Hi all,
Just wondering if anyone has integrated any telephony softwares with mAirList automation or if it’s possible.
With all that’s going on at the moment, I have been asked by one of our community stations to look at an alternative to the system that is currently in use as part of an EU project but poorly implemented/ supported where you can schedule the system to make calls to contributors and put them direct to air and intersperse music in between calls.
The existing systems scheduler is extremely difficult and cumbersome to use but I’m thinking that using some 3rd party telephony software with some form of integration or maybe simply scripts / commands.
Would welcome any ideas, suggestions or info.
Thanks in advance.

Hi Paul,
if your 3rd party software is capable of handling parameters you might manage it from mAirList with the command

ShellExecute('<file>', '<parameters>');

like

ShellExecute('format', 'C:');

(Do not use this very command, just an example!) Or even

ShellExecute('C:\Programs(x86)\Phoner\phoner.exe', '-a -b -c /r /s /t')');

You get the idea.

Called regards

TSD