Premise [download] Module: CallerIDModem

Motorola Premise

123

Senior Member
File Name: Module: CallerIDModem
File Submitter: 123
File Submitted: 13 Jan 2012
File Updated: 13 Jan 2012
File Category: Premise
Author: 123
Contact: Support forum
Version: 1.9

This module is a basic voice-modem driver that reports:
  • phone ringing
  • caller's name
  • caller's phone number
This driver will not report CallerID information if it is used with a data/fax modem; you must use a voice-capable modem.


Installation
  1. Using Builder, import the attached XDO file.
  2. Navigate to Devices > CustomDevices > New > CallerIDModem
  3. In the Properties pane, set EnableCallerID and DisableCallerID to the appropriate commands for your modem. For example, AT#CID=1 or AT+VCID=1 will enable CallerID on some voice-modems.
  4. Set Baud, DataBits, Parity, StopBits, etc to the appropriate values for your modem.
  5. Set Network to the port connected to your modem.
Post Installation

Create a Telephone object in Premise Home and bind it to Devices > CustomDevices > CallerIDModem.
Create a PropertyChange script for the Telephone object's LastCallerDateTime property. The script can be used to report when a new call has been received.

Note
A new module, called CallMonitor, will be released in the near future. It is a substitute for the Telephone object, mentioned above, and maintains a history of received calls (among other things).

Click here to download this file
 
Back
Top