|
xPL NetCallerId is a module for xPL4Java that reads the caller id information from a NetCallerID device and sends xPL CallerId messages.
Due to time constraints I have not had time to prepare any documentation. xPL_NetCallerId requires the RXTX Library to be installed
and available to xPL4Java. I did not include this library in the jar file because it includes native code that is dependent upon your
operating system.
Two sample scripts are available below that utilize the NetCallerId and Orator modules.
The Simple Script simply reads the caller id info and sends a TTS message. The DB Lookup Script reads the caller id info, looks up the name to be announced in a
MySQL database, logs the call to the database and sends a TTS message.
|