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

CID_Lookup

See original

SYNOPSIS

Example initialization:

  use CID_Lookup;
  $cid = new CID_Lookup($telephony_driver);

Constructor Parameters:

  $x = new CID_lookup($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

Translates a caller name and number to more information based on file data

INHERITS

Telephony_Item - undocumented

METHODS

INI PARAMETERS

None

AUTHOR

Jason Sharpee jason@sharpee.com

Special Thanks to: Bruce Winter - MH Tim Doyle - New Area Code format Clive Freeman

SEE ALSO

For example see g_phone.pl

Clone this wiki locally