home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / isdnw123.zip / ReadMe.Eng < prev    next >
Text File  |  1997-08-23  |  9KB  |  237 lines

  1.  
  2.  ISDN Watcher for OS/2
  3.  
  4.  Shareware (c) 1995-1997 by Richard Reuters
  5.  
  6.  
  7.  =============================================================================
  8.  
  9.  
  10.  This is a short description of ISDN Watcher/2.  A more detailed description
  11.  can be found in the online help.
  12.  
  13.  For a history of changes please refer to the file CHANGES.ENG
  14.  
  15.  
  16.  -----------------------------------------------------------------------------
  17.  Contents
  18.  -----------------------------------------------------------------------------
  19.  
  20.   What is ISDN Watcher?
  21.   System requirements
  22.   Installation
  23.   Shareware
  24.   License agreement
  25.   Registration  
  26.   Restrictions in the unregistered version
  27.   How to obtain the newest version
  28.   How to contact the author
  29.  
  30.  
  31.  -----------------------------------------------------------------------------
  32.  What is ISDN Watcher?
  33.  -----------------------------------------------------------------------------
  34.  
  35.   ISDN Watcher/2 is an application to register incoming phone calls over an
  36.   ISDN line and outgoing phone calls over a phone facility.
  37.  
  38.   Calls are distinguished between source (phone, fax, data etc) and desti-
  39.   nation.  The registered calls are displayed in an attractive graphical way.
  40.   For each call a comment can be entered.
  41.  
  42.   The program is client/server enabled.  So you can run one instance of the
  43.   program on one machine and register the calls on another one.  Also REXX
  44.   is supported.
  45.  
  46.   | This is a program package with german and english versions.  Please note
  47.   | that the english version only contains english resource files.  All
  48.   | documentation is in german.
  49.  
  50.   Features:
  51.  
  52.     + Registration of incoming calls over an ISDN line
  53.     + Identification of callers before you accept the call
  54.     + Support of phone facilities
  55.     + Registration of outgoing calls over a phone facility
  56.     + Cost tables
  57.     + Phone book
  58.     + Client/server enabled
  59.     + Including an example of a REXX clients
  60.     + Drag'n'Drop support for printing, file operations and configuring
  61.     + Configurable graphical user interface
  62.     + Installation and deinstallation program
  63.     + Documentation (only available in german!)
  64.     + Ready for OS/2 Warp 4.0
  65.  
  66.  
  67.  -----------------------------------------------------------------------------
  68.  System requirements
  69.  -----------------------------------------------------------------------------
  70.  
  71.   Software:
  72.  
  73.    Operating system IBM OS/2 v3.0 or higher
  74.    In standalone or server mode: installed and operational CAPI v1.1
  75.    In client mode: support of named pipes (LAN Server, Warp Server, Warp 
  76.    Connect, Warp 4, Netware...)
  77.  
  78.   Hardware:
  79.  
  80.    In standalone or server mode: a supported ISDN adaptor
  81.  
  82.  
  83.  -----------------------------------------------------------------------------
  84.  Installation
  85.  -----------------------------------------------------------------------------
  86.  
  87.   Please use the installation program to install or remove ISDN Watcher/2
  88.  
  89.   If there is any problem deinstalling ISDN Watcher with the supplied program,
  90.   you can use the following REXX script to remove the entry in OS2.INI
  91.  
  92.   /* REXX  *  Remove ISDN Watcher entry from OS2.INI */
  93.   call RxFuncAdd 'SysIni', 'RexxUtil', 'SysInI'
  94.   rc = SysIni( 'USER', 'ISDN Watcher', 'DELETE:' )
  95.  
  96.  
  97.  -----------------------------------------------------------------------------
  98.  Shareware
  99.  -----------------------------------------------------------------------------
  100.  
  101.   This program is distributed as shareware. This means that you can try this
  102.   program for 30 days; if you want to use this program after this 30-day trial
  103.   period, you must register it.
  104.  
  105.   The free distribution of the unregistered program is welcomed.
  106.  
  107.  
  108.  -----------------------------------------------------------------------------
  109.  License agreement
  110.  -----------------------------------------------------------------------------
  111.  
  112.   Grant of License
  113.  
  114.   The Software is not public domain software nor is it free software. The use
  115.   of the Software, except for an initial 30-day trial period, requires
  116.   registration.  Non-licensed users are granted a limited license to use the
  117.   Software on a 30-day trial basis for the purpose of determining whether the
  118.   Software is appropriate for their needs.  After this period, you must either
  119.   register the Software or remove it from your computer system.
  120.  
  121.   A single user license grants you the right to use one copy of the Software
  122.   on a single terminal connected to a single computer.  A licensed user may
  123.   use the Software on different computers, but will not use the Software on
  124.   more than one computer at the same time.
  125.  
  126.   You may NOT:
  127.  
  128.    - sublicense, rent, lease, or assign the Program, or
  129.    - reverse assemble, reverse compile, or otherwise translate the Program.
  130.  
  131.   We do not warrant that the Program is free from claims by a third party of
  132.   copyright, patent, trademark, trade secret, or any other intellectual 
  133.   property infringement.
  134.  
  135.   Under no circumstances we are liable for any of the following:
  136.  
  137.    - third-party claims against you for losses or damages, or
  138.    - loss of, or damage to, your records or data, or
  139.    - economic consequential damages (including lost profits or savings) or
  140.      incidental damages, even if we are informed of their possibility.
  141.  
  142.   Some jurisdictions do not allow these limitations or exclusions, so they may
  143.   not apply to you.
  144.  
  145.   We do not warrant uninterrupted or error free operation of the Program.
  146.  
  147.   IF YOU DOWNLOAD OR USE THIS PROGRAM YOU AGREE TO THESE TERMS.
  148.  
  149.   THERE ARE NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING THE IMPLIED WARRANTIES
  150.   OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  151.  
  152.   Some jurisdictions do not allow the exclusion of implied warranties, so the
  153.   above exclusion may not apply to you.
  154.  
  155.   You may terminate this license at any time. We may terminate this license if
  156.   you fail to comply with any of its terms. In either event, you must destroy
  157.   all your copies of the Program.                  
  158.  
  159.   You may not sell, transfer, assign, or subcontract any of your rights or
  160.   obligations under this license. Any attempt to do so is void.                                                                    
  161.  
  162.  
  163.  -----------------------------------------------------------------------------
  164.  Registration
  165.  -----------------------------------------------------------------------------
  166.  
  167.   The registration fee for ISDN Watcher/2 is 48 DM (Deutsche Mark), about 30
  168.   US$.  Registrations are only accepted in DM.
  169.  
  170.   For your convenience use the registration object created in the ISDN Watcher
  171.   desktop folder.  You can also use the registration sheet provided in the 
  172.   installation directory.
  173.  
  174.   Compuserve users may register this software online in the Software 
  175.   Registration forum (GO SWREG).  The Compuserve name of ISDN Watcher/2 is 
  176.   ISDNW.ZIP, the registration ID is 11182.
  177.  
  178.  
  179.  -----------------------------------------------------------------------------
  180.  Restrictions in the unregistered version
  181.  -----------------------------------------------------------------------------
  182.  
  183.   The following restrictions apply to the unregistered version:
  184.  
  185.     - at program startup the product information dialog is shown
  186.     - sometimes the product information dialog is shown when a call arrives
  187.  
  188.   These restrictions are removed by entering the registration key.
  189.  
  190.  
  191.  -----------------------------------------------------------------------------
  192.  How to obtain the newest version
  193.  -----------------------------------------------------------------------------
  194.  
  195.   You can obtain the newest version as ISDNWnnn.ZIP from
  196.  
  197.    Support BBS of the author
  198.    +49 2462 905690, analog and ISDN, 24h
  199.  
  200.   or from my homepage
  201.  
  202.    http://ourworld.compuserve.com/homepages/Reuters
  203.  
  204.   or from
  205.  
  206.    Infothek Gerderath
  207.    +49 2432 908051, analog and ISDN
  208.    FidoNet 2:2433/601
  209.  
  210.   or from
  211.  
  212.    FTP site ftp.leo.org and many others
  213.  
  214.   or from
  215.  
  216.    Compuserve
  217.    OS2UGER, Library 7 as ISDN-W.ZIP
  218.    GERNET, Library 10 as ISDN-W.ZIP
  219.  
  220.  
  221.  -----------------------------------------------------------------------------
  222.  How to contact the author
  223.  -----------------------------------------------------------------------------
  224.  
  225.    Richard Reuters
  226.    Buchenweg 2
  227.    D-52441 Linnich
  228.    Germany
  229.  
  230.    Compuserve:  100706,261
  231.    Internet:    100706.261@compuserve.com
  232.    Fidonet:     2:2433/601.11
  233.    Fax:         +49 2462 905091
  234.    Support BBS: +49 2462 905690 (analog and ISDN)
  235.  
  236.  
  237.