home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / dt2paids.rea < prev    next >
Text File  |  1996-10-05  |  12KB  |  221 lines

  1. IBM CALLPATH DIRECTTALK/2 PRODUCTIVITY AIDS
  2. Version 1.06
  3.  
  4. Included on these diskettes are several "productivity aids" for use with your
  5. CallPath DirectTalk/2 system.  These are functions, user actions, and tools
  6. that may make life a little easier for you in your day-to-day use of the
  7. system.  However, you should be aware that these aids are not a formal part of
  8. the CallPath DirectTalk/2 program and are not supported by IBM.  The
  9. productivity aids are provided on an "AS-IS" BASIS WITHOUT ANY WARRANTY OF ANY
  10. KIND, INCLUDING THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR
  11. PURPOSE AND NO INFRINGEMENTS WHICH ARE EXPRESSLY DISCLAIMED.  The individual
  12. descriptions that follow tell you how to use each one.
  13.  
  14. The contents of the diskettes are for use with DirectTalk/2 Versions 2.0, 2.01,
  15. and 2.1 only (except where noted). They will not work with any earlier versions
  16. of DirectTalk/2.
  17.  
  18. To save room, most of the utilities have been stored using PKZIP. A copy of
  19. PKUNZIP2.EXE is provided on each diskette. Use it to unpack the utility prior
  20. to use.
  21.  
  22. New and changed programs since Version 1.05 are identified with ****.
  23.  
  24. Diskette 1 Contents
  25. -----------------------------------------------------------------------------
  26.  
  27. KFSDT2V2 DirectTalk/2 User Actions
  28.          KFSDT2V2 is a collection of several different User Actions for use
  29.          in the development of DirectTalk/2 applications. A complete list of
  30.          what is included and installation instructions can be found in
  31.          README.DOC in the KFSDT2V2 directory.
  32.  
  33.          **** Pad_Variable updated. New Convert_Date and Do_Date_Math 
  34.               actions.
  35.  
  36. DTIMPORT DirectTalk/2 Database Loader
  37.          DTIMPORT is a DirectTalk/2 user requester that will read information
  38.          from an ASCII flat file and load the information into a DirectTalk/2
  39.          database. This program can be run from any OS/2 command line or from
  40.          a REXX program. The function provided is similar to the existing
  41.          database load and merge features provided by the DirectTalk/2 Voice
  42.          Application Developer with several enhancements. See README.DOC in
  43.          the DTIMPORT directory for installation instructions.
  44.  
  45. EXPORT   DirectTalk/2 Database Data Exporter
  46.          EXPORT is a DirectTalk/2 user requester that will export the contents
  47.          of any DirectTalk/2 database to an ASCII flat file. This ASCII flat
  48.          file can be viewed with any editor or used by many other programs,
  49.          including Lotus 1-2-3 or OS/2 REXX. The ASCII file created by
  50.          DirectTalk/2 can be used to turn around and load a DirectTalk/2
  51.          database using the Load feature in the Voice Application Developer or
  52.          the DTIMPORT program. You can select whether to export database keys,
  53.          records, or both. Output data can be appended to an existing file or
  54.          overwrite the file as requested. See README.DOC in the EXPORT
  55.          directory for installation instructions.
  56.  
  57. COMPRESS DirectTalk/2 Database Compress Program
  58.          COMPRESS is a DirectTalk/2 user requester that will compress any
  59.          DirectTalk/2 database.  When DirectTalk/2 deletes data from a database,
  60.          the data is not physically removed from the file until the database is
  61.          compressed.  This program mimics the function provided by the Compress
  62.          feature in the Voice Application Developer.  Compressing a database
  63.          will remove this previously deleted information and reduce the file
  64.          size.  This program will back up a database file before starting the
  65.          compression.  You may specify wild cards to have the program compress
  66.          more that one database with a single invocation of the program.
  67.          There are two methods available to compress a database:
  68.  
  69.          1) sequential read/write - This is the same method used by the Compress
  70.             feature in the Voice Application Developer. Each record is read from
  71.             the original database and written to the new database in ASCII
  72.             search order based on the record key ie. 0001, 0002, 0003, etc.
  73.  
  74.          2) optimum read/write - This method provides for optimum balancing of
  75.             the binary tree used to search the database when it is read. With
  76.             this method, all of the keys are read into memory. Each record is
  77.             read and written starting with the median key and working out to the
  78.             first (lowest) and last (highest) key, alternating back and forth.
  79.             For example, for a database with 5 records keyed sequentially 1 to
  80.             5, the records will be written in the following order: 3, 2, 4, 1,
  81.             5. (Using the sequential method, they would be written as follows:
  82.             1, 2, 3, 4, 5.) The optimum method is the default method used by
  83.             COMPRESS.
  84.          See README.DOC in the COMPRESS directory for installation
  85.          instructions.
  86.  
  87. DT2EDIT  DirectTalk/2 Database Editor
  88.          The DirectTalk/2 Database Editor is a full featured editor for any
  89.          DirectTalk/2 database. It enhances and adds to the existing support for
  90.          databases that is included with the Voice Application Developer.
  91.          DT2EDIT is an OS/2 Presentation Manager program. It will edit a
  92.          database on a DirectTalk/2 system that is running on a different
  93.          system, if DirectTalk/2 is configured as a node allowing remote
  94.          connections.
  95.  
  96.          DT2EDIT has a number of features that makes it an extremely useful
  97.          tool if you have any type of DirectTalk/2 databases that you need to
  98.          maintain. With DT2EDIT, you may:
  99.          o View a list of all databases, along with pertinent information
  100.          o View and edit data in either ASCII or binary format (Application
  101.            files may be viewed only)
  102.          o Easily locate the first and last record in any database
  103.          o Add new records or update existing records
  104.          o Create new databases
  105.          o Delete old, unwanted databases
  106.          o Export data from a database to an ASCII flat file
  107.          o Import data to a database from an ASCII flat file
  108.          o Copy record data to and from the OS/2 clipboard
  109.          o Compress the database to purge previously deleted records and to
  110.            recover disk space
  111.          o Display statistics on any database
  112.          o Delete records from a database
  113.          o Copy records from one database to another
  114.          o Purge the contents of a database
  115.          o Print a record or an entire database
  116.          DT2EDIT can be configured to fit your needs. It can remember your
  117.          configuration setup along with other pertinent information from one
  118.          session to the next in its own INI file. See README.DOC in the
  119.          DT2EDIT directory for installation instructions.
  120.  
  121.          **** DT2EDIT updated to Version 2.73 which includes several new
  122.          features and some bug fixes.
  123.  
  124. VCIMPEXP DirectTalk/2 Voice Segment Import/Export Utilities
  125.          This is a set of programs that will convert voice data between the
  126.          DirectTalk/2 voice segment format and Dialogic's .VOX format. See
  127.          README.DOC in the VCIMPEXP directory for installation and usage
  128.          instructions.
  129.  
  130. DT2UTILS DirectTalk/2 Dialogic Adapter Utilities
  131.          This is a set of utility programs that provide additional support
  132.          with Dialogic hardware adapters. Included are:
  133.          o SVU - Set Volume Utility
  134.            Allows you to set the outgoing message volume on a system wide
  135.            basis.
  136.          o HSU - Hook State Utility
  137.            Allows you to set the hook state on all phone lines. Comes with
  138.            documentation on how to force the hook state to a known position
  139.            at all times, including system boot and DirectTalk/2 startup.
  140.          o D2HW - DirectTalk/2 Hardware Configuration
  141.            Displays as much information as possible about the Dialogic
  142.            adapters, including settings, in a DirectTalk/2 system.
  143.          See the *.DOC files in the DT2UTILS directory for installation
  144.          instructions and usage help.
  145.  
  146.          **** Please note these utilities are for DirectTalk/2 2.0 and 
  147.               2.01 only. A future release of the Productivity Aids should
  148.               add support for DirectTalk/2 2.1.
  149.  
  150. CTLCREAT DirectTalk/2 Application Control File Editor
  151.          This program will automatically generate a set of control files
  152.          from a template control file. It will automatically change the
  153.          value of the system variable, voice_line, to a different line
  154.          number. It also has an extended editing feature to allow you
  155.          to make other changes to the generated control files. See README.DOC
  156.          in the CTLCREAT directory for installation.
  157.  
  158.          **** CTLCREAT updated to Version 3.1 which includes bug fixes
  159.               and adds support for DirectTalk/2 2.1.
  160.  
  161. DT2TRACE DirectTalk/2 Internal Tracing User's Guide
  162.          
  163.          **** The guide has been removed since the information is now available
  164.               in the Version 2.1 Problem Solving Guide, GC33-1548.
  165.  
  166. DT2-WAV  **** DirectTalk/2 Voice Segment to Wav File Programs
  167.          DT2-WAV includes several user actions to export a voice segment to a
  168.          WAV format audio file. There are also standalone programs to convert
  169.          WAV between WAV format files and Dialogic VOX format files. The VCIMPEXP
  170.          tool (included here) may be used to import/export VOX format files to
  171.          and from DirectTalk/2 voice databases.  
  172.          
  173.  
  174. Diskette 2 Contents
  175. -----------------------------------------------------------------------------
  176.  
  177. DT2VRTST DirectTalk/2 Voice Recognition Accuracy Test Application
  178.          DT2VRTST is a special DirectTalk/2 application, VRTST, that can be
  179.          used to test discrete numeric voice recognition with a number of
  180.          callers by collecting and scoring their spoken utterences. Data is
  181.          collected and saved in DirectTalk/2 databases. A Rexx program is
  182.          provided which will produce a report on the data collected and
  183.          calculate the system voice recognition accuracy for individual
  184.          caller, caller sex, and vocabulary. See README.DOC in the DT2VRTST
  185.          directory for installation and usage instructions.
  186.  
  187. DT2CFG   DirectTalk/2 Configurator
  188.          DT2CFG will assist you to determine what DirectTalk/2 software and
  189.          hardware components are required to meet your system requirments.
  190.          Additional information about the CPU, RAM, and disk requirements are
  191.          also produced. You are asked a series of questions concerning the
  192.          system requirements. The program will produce a report based on this
  193.          input.
  194.  
  195.          **** DT2CFG has been updated to configure DirectTalk/2 Version 2.1
  196.               systems. (DT2CFG Version 3.1)
  197.  
  198. DT2_DB2  DirectTalk/2 to DB/2 for OS/2 User Server and Actions
  199.          This program will allow your DirectTalk/2 application to access
  200.          data located in DB/2 databases using DB/2 for OS/2. Several new
  201.          actions are provided to bind to a database, make and execute SQL
  202.          statements, and fetch rows.
  203.  
  204.  
  205. Change History
  206. --------------
  207.  
  208. 1.02          Initial Release of Diskette
  209.  
  210. 1.03          Added CTLCREAT.  Updated DT2EDIT, KFSDT2V2, D2HW, DTIMPORT, and
  211.               EXPORT.
  212.  
  213. 1.04          Added DT2TRACE and VRTST. Updated DT2EDIT and DTIMPORT. Split
  214.               into two diskettes.
  215.  
  216. 1.05          Added DT2CFG and DT2_DB2. Updated DT2EDIT, KFSDT2V2, and
  217.               CTLCREAT.
  218.  
  219. 1.06          Added DT2-WAV. Removed DT2TRACE. Updated DT2EDIT, KFSDT2V2, DT2CFG,
  220.               and CTLCREAT.
  221.