-
Notifications
You must be signed in to change notification settings - Fork 130
Items CID_Server
ggodart edited this page Jan 1, 2021
·
1 revision
See original
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);
Takes caller ID information and transmits it to network aware CID clients
Telephony_Item - undocumented
None
Bill Sobel [email protected]
For example see code/common/callerid.pl