-
Notifications
You must be signed in to change notification settings - Fork 130
Items CID_Log
ggodart edited this page Jan 1, 2021
·
2 revisions
See original
Example initialization:
use CID_Log;
$cid = new CID_Log($telephony_driver);
Constructor Parameters:
ex. $x = new CID_Log($y);
$x - Reference to the class
$y - Telephony driver reference
Input states:
"cid" - Caller ID event
"ring" - Ring event 'to pass along to other consumers of this object'
Output states:
"cid" - Caller ID event
"ring" - Ring event 'to pass along to other consumers of this object'
Logs a call
Telephony_Item - undocumented
None
Jason Sharpee [email protected]
Special Thanks to: Bruce Winter - MH
None