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

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 jason@sharpee.com

Special Thanks to: Bruce Winter - MH

SEE ALSO

None

Clone this wiki locally