Items CID_Server - hollie/misterhouse GitHub Wiki
CID_Server
See original
SYNOPSIS
Example initialization:
use CID_Server;
$cid_interface1 = new Telephony_Interface(...);
$cid_item = new CID_Lookup($cid_interface1);
$cid_log = new CID_Log($cid_item);
$cid_server = new CID_Server($cid_item);
DESCRIPTION
Takes caller ID information and transmits it to network aware CID clients
INHERITS
Telephony_Item - undocumented
METHODS
INI PARAMETERS
None
AUTHOR
Bill Sobel [email protected]
SEE ALSO
For example see code/common/callerid.pl