Sure. Although, it is not easy to describe how to do this. TeleFlow has a Place Call step that you can use to initiate out-bound calls. When to use this step, to call whom, and do what, are all application questions that you have to answer on your own.
<br>
<br>In this case, you need a mechanism for application 1 to signal application 2 that it wants app 2 to place a call. I would suggest using a database table to have one application drop the requests into, via a SQL Statement step performing an insert, and the other application will periodically check this table for jobs to do, via a SQL Statement step to perform a select on the same table.
<br>
<br>Theres a rudimentary example of this included with TeleFlow. Check out the following folder:
<br>
<br>C:\Program Files\TeleFlow\Templates\Example\Outbound
|