This simple BASI program shows how other programs can respond
to incoming calls.

When a call is received the Caller Display program broadcasts
a message to other applications. 

This example simply displays the call details but it could
open a database record for the caller or perform some other
action.

See the ProgInfo file for details.