AminetAminet
Search:
84510 packages online
About
Recent
Browse
Search
Upload
Setup
Services

comm/misc/elCID22.lha

Mirror:Random
Showing:m68k-amigaosppc-amigaosppc-morphosi386-arosi386-amithlonppc-warpupppc-powerupgeneric
No screenshot available
Short:ElCID V2.2. Ultimate caller ID logger, ISDN mon, ...
Author:elcid at galaxy5.com (Carsten Scholling/elCID support)
Uploader:elcid galaxy5 com (Carsten Scholling/elCID support)
Type:comm/misc
Version:2.2
Replaces:comm/misc/elCID20Pre.lha comm/misc/elCID13.lha
Requires:OS2.x, MUI3.3
Architecture:m68k-amigaos
Date:1998-02-25
Download:http://aminet.net/comm/misc/elCID22.lha - View contents
Readme:http://aminet.net/comm/misc/elCID22.readme
Downloads:521

Description:
¯¯¯¯¯¯¯¯¯¯¯
elCID,  in  short,  is  a  module based program system for watching EVERY serial
device.   It  is not necessary to own or open the device.  You have full control
over the watched devices.

elCID  in  general  supports  every  ISDN-card,  modem  and/or  similar which is
controlled  over  devices.   Special  features (like ISDN monitor and so on) are
included  for VMC-ISDN driven ISDN cards (all currently available ISDN-cards for
Amiga  are  supported by VMC-ISDN).  Other ISDN devices like BSC and ITH will be
supported in future.



Concept:
¯¯¯¯¯¯¯
The  concept  behind  elCID  is,  to provide full control over all communication
which is done over and through various ISDN-cards, modems and devices.  The main
elCID  part  is for controlling the whole communication in your home and on your
computer,  reacting  on  vaious  events like rejecting a call or saving the call
data to a logfile for later analysing.

You  are  able to simply configure which devices, modems or ISDN-cards should be
watched  and  which  type (normal serial, serial with OwnDevUnit support, serial
patch or direct ISDN) should be used.  There are no limits!

Using  the  analog parts of elCID will provide you a simple to use configuration
for  all  possible  and  impossible events which may occur.  You are able to get
some information out of the serial data stream such as "ATDxxxx", "CONNECT", "NO
CARRIER",  "RING"  and  so  on...   More  about  the possible event handling and
configuration you will find in the preferences part.

Because  you  don't  want  to  waste  any  memory,  elCID  is  based  on various
independant  modules you can start and stop as you like.  It is not necessary to
have  the  ISDN  part  of  elCID  in  memory if you only want to watch an analog
device.   For  watching the ISDN device, you simply have to start elCIDISDN.  It
will  collect  all  needed  information  for  later use.  Then, if you start the
processing module, the data will be prepared for use with the display module.

The   communication   between   the  modules  is  made  through  the  elCID  own
communication ports.  All modules are able to send data to and receive data from
another module.



Features:
¯¯¯¯¯¯¯¯
elCID is based on various modules instead of just one single overloaded program.
Currently  there  are three data collecting modules including ISDN-, Serial- and
SerPatch-Module,   an  ISDN  monitor,  one  data  processing  module,  one  data
displaying  module,  a  watch  module  for  easy  controlling  the  whole  elCID
environment and a preferences program which is a little bit overloaded ;-)

All  modules are completely independant.  If you are running the ISDN-Module for
example,  it  will collect all incoming data for you.  And if you later start an
other  module like ISDN monitor too, all collected information will show up.  Is
that  great?  Another example:  If you run the display module without one of the
data  collecting  modules it is independant too, but you can wait for data until
you are old and gray...  Funny, isn't it?

elCID  now  supports  the D-channel protocol layer 3 and 2 when using VMC device
driver.   In future I want to support BSC and ITH device driver too, but this is
based on your needings and the acknowledgement of my work...

All modules (only those with a graphical interface, of course) using MUI.

You  are  not limited to only catch the telephone number out of the data stream.
There  are  several methods for processing the data including direction, type of
call, type of supplied number and so on.

It  is supported.  Currently and in future (I think that is an important point).
That  means,  that  there  are  several  new modules planned.



Requirements:
¯¯¯¯¯¯¯¯¯¯¯¯
 - OS2.x
 - MUI3.3
 - ISDN-card/modem


Installation:
¯¯¯¯¯¯¯¯¯¯¯¯
 - Simply use the supplied installer script (Installer V42.9 needed).  Installer
   creates an assign elCID:  in your s:User-Startup.  This may change in future.



History:
¯¯¯¯¯¯¯

Install_elCID history
=====================

- Initial release (01.02.98)
- Fixed little bug in "P_Delete" function (caused break) (08.02.98)
- Some minor changes (13.02.98)



elCID.library history
=====================

- Initial release (01.02.98)
- Changed ecSendMsg function (19.02.98)



elCIDPrefs history
==================

- Initial release (01.02.98)
- Fixed startup code. Stacksize now 16k (06.02.98)
- Added "StateMon" checkmark inside DeviceFlags (10.02.98)
- Changed events handling and internal events format (15.02.98)
- Not used device init entries are disabled now (19.02.98)
- Added "Use device" checkmark to device part (20.02.98)
- Fixed a bug in the device part: Sometimes the device name could be overwritten
(24.02.98)
- Now opens window after adding listview entries. This avoid some GUI jumping at
startup. (24.02.98)
- Default entries could be deleted. Oups! (24.02.98)



elCIDWatch history
==================

- Initial release (01.02.98)
- Added StateMon (04.02.98)
- Fixed startup code. Stacksize now 16k (06.02.98)




elCIDISDN history
=================

- Initial release (01.02.98)
- Fixed startup code. Stacksize now 16k (06.02.98)
- Fixed some internal data structures (19.02.98)
- Added "Use device" check (20.02.98)


elCIDSerial history
===================

- Initial release (01.02.98)
- Rewritten serial code (03.02.98)
- Fixed startup code. Stacksize now 16k (06.02.98)
- Some minor changes in buffer handling (14.02.98)
- Added "Use device" check (20.02.98)
- Added two debug command line options D_BUG and D_HEX (21.02.98)



elCIDSerPatch history
=====================

- Initial release (01.02.98)
- Fixed startup code. Stacksize now 16k (06.02.98)
- Some minor changes in buffer handling (14.02.98)
- Added "Use device" check (20.02.98)
- Fixed bug in device handling that causes omitting of data. (21.02.98)
- With unit 0, device patch was not activated. Fixed (24.02.98)


elCIDISDNMon history
====================

- Initial release (01.02.98)
- Fixed startup code. Stacksize now 16k (06.02.98)




elCIDProcess history
====================

- Initial release (01.02.98)
- Fixed startup code. Stacksize now 16k (06.02.98)
- Added serial and serial patch code (15.02.98)
- Removed enforcer hit (15.02.98)
- Fixed serial events handling and added call reject for analog (19.02.98)


elCIDDisplay history
====================

- Initial release (01.02.98)
- Only logfile header written. Fixed (06.02.98)
- Fixed startup code. Stacksize now 16k (06.02.98)
- Fixed a bug that causes an enforcer hit when phonebook or msn are empty
(15.02.98)


Contents of comm/misc/elCID22.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO     CRC       STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]                  608    1233  49.3% -lh5- 0b13 Feb  1  1998 elCID.info
[generic]                  798    1233  64.7% -lh5- 2cd9 Feb  1  1998 elCID/Catalogs.info
[generic]                  917    1702  53.9% -lh5- b47c Feb 24  1998 elCID/Catalogs/deutsch/elCIDDisplay.catalog
[generic]                  814    1502  54.2% -lh5- f958 Feb 24  1998 elCID/Catalogs/deutsch/elCIDISDNMon.catalog
[generic]                 2872    9644  29.8% -lh5- d629 Feb 24  1998 elCID/Catalogs/deutsch/elCIDPrefs.catalog
[generic]                  313     492  63.6% -lh5- 865c Feb 24  1998 elCID/Catalogs/deutsch/elCIDWatch.catalog
[generic]                  815    1233  66.1% -lh5- 02c8 Feb  1  1998 elCID/Docs.info
[generic]                    0       0 ****** -lh0- 0000 Feb  1  1998 elCID/Docs/deutsch/
[generic]                  603    1233  48.9% -lh5- 44e7 Jan 31  1998 elCID/Docs/Deutsch.info
[generic]                  603    1233  48.9% -lh5- 5740 Jan 31  1998 elCID/Docs/English.info
[generic]                32825  146220  22.4% -lh5- db51 Feb 24  1998 elCID/Docs/english/elCID.doc
[generic]                  615    3079  20.0% -lh5- bccf Feb 24  1998 elCID/Docs/english/Registration.txt
[generic]                 1403    8039  17.5% -lh5- 20e5 Feb 24  1998 elCID/elCID.default
[generic]                 2628    6912  38.0% -lh5- 4a85 Feb 24  1998 elCID/elCID.readme
[generic]                 1608    2064  77.9% -lh5- 581d Feb  1  1998 elCID/elCID.readme.info
[generic]                14798   28424  52.1% -lh5- 2f12 Feb 24  1998 elCID/elCIDDisplay
[generic]                 2158    6081  35.5% -lh5- e994 Feb  1  1998 elCID/elCIDDisplay.info
[generic]                 7573   14760  51.3% -lh5- 7967 Feb 24  1998 elCID/elCIDISDN
[generic]                 1964    6081  32.3% -lh5- 5bae Feb  1  1998 elCID/elCIDISDN.info
[generic]                17779   42012  42.3% -lh5- 2878 Feb 24  1998 elCID/elCIDISDNMon
[generic]                 2161    6081  35.5% -lh5- 7572 Feb  1  1998 elCID/elCIDISDNMon.info
[generic]                40953   99588  41.1% -lh5- 1616 Feb 24  1998 elCID/elCIDPrefs
[generic]                 2315    6081  38.1% -lh5- 31b5 Feb  1  1998 elCID/elCIDPrefs.info
[generic]                 8824   15720  56.1% -lh5- 893e Feb 24  1998 elCID/elCIDProcess
[generic]                 2098    6081  34.5% -lh5- c33e Feb  1  1998 elCID/elCIDProcess.info
[generic]                 1478    2518  58.7% -lh5- 1251 Feb  1  1998 elCID/elCIDProject.info
[generic]                 7196   13240  54.4% -lh5- d556 Feb 24  1998 elCID/elCIDSerial
[generic]                 1962    6081  32.3% -lh5- e73f Feb  1  1998 elCID/elCIDSerial.info
[generic]                 4090    7808  52.4% -lh5- da94 Feb 24  1998 elCID/elCIDSerPatch
[generic]                 1963    6081  32.3% -lh5- 9f4e Feb  1  1998 elCID/elCIDSerPatch.info
[generic]                 6528   14812  44.1% -lh5- 3c01 Feb 24  1998 elCID/elCIDWatch
[generic]                 2096    6186  33.9% -lh5- 9490 Feb  1  1998 elCID/elCIDWatch.info
[generic]                  628    1193  52.6% -lh5- 2093 Feb  1  1998 elCID/Help.info
[generic]                    0       0 ****** -lh0- 0000 Feb  1  1998 elCID/Help/deutsch/
[generic]                  608    1233  49.3% -lh5- c29e Jan 31  1998 elCID/Help/Deutsch.info
[generic]                  605    1233  49.1% -lh5- 6b2c Jan 31  1998 elCID/Help/English.info
[generic]                34177  144999  23.6% -lh5- c376 Feb 24  1998 elCID/Help/english/elCID.guide
[generic]                  996    1872  53.2% -lh5- bf21 Jan 31  1998 elCID/Help/english/elCID.guide.info
[generic]                  615    3079  20.0% -lh5- bccf Feb  6  1998 elCID/Help/english/Registration.txt
[generic]                 1633    5162  31.6% -lh5- 46bc Jan 31  1998 elCID/Help/english/Registration.txt.info
[generic]                 8411   16278  51.7% -lh5- 6891 Dec 19  1997 elCID/images/elCID.iff
[generic]                 8032   37701  21.3% -lh5- 5f32 Feb 24  1998 elCID/Install_elCID
[generic]                 1038    1898  54.7% -lh5- 77cb Feb  1  1998 elCID/Install_elCID.info
[generic]                 7762   15948  48.7% -lh5- 61a4 Feb 24  1998 elCID/libs/elcid.library
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total        44 files  237863  704050  33.8%            Feb 25  1998

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>