Items CID_Log - hollie/misterhouse GitHub Wiki
CID_Log
See original
SYNOPSIS
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'
DESCRIPTION
Logs a call
INHERITS
Telephony_Item - undocumented
METHODS
INI PARAMETERS
None
AUTHOR
Jason Sharpee [email protected]
Special Thanks to: Bruce Winter - MH
SEE ALSO
None