Skip to content
ggodart edited this page Jan 1, 2021 · 1 revision

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 bsobel@vipmail.com

SEE ALSO

For example see code/common/callerid.pl

Clone this wiki locally