home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / kvfon2.exe / KVFON2.TXT < prev    next >
Text File  |  1994-12-02  |  3KB  |  85 lines

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              Telephony Windows DialPad program v2
  5. DOCUMENT ID:        TID021923
  6. DOCUMENT REVISION:  A
  7. DATE:               01DEC94
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Issue
  10. README FOR:         KVFON2.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. NetWare Telephony Services SDK 1.01A
  14.  
  15. ABSTRACT:
  16.  
  17. This sample code demonstrates a simple windows dialpad program that can make
  18. calls,conference calls, transfer calls, and hangup (clear) calls.  This
  19. version 2 adds a few features, incrementally adding code to the kvphone
  20. program.  This code uses OWL 2.0 with Borland C++ 4.x.
  21.  
  22. -----------------------------------------------------------------
  23. DISCLAIMER
  24. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL.  NOVELL
  25. MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION.  HOWEVER, THE
  26. INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION ONLY.  NOVELL
  27. MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS INFORMATION.
  28. -----------------------------------------------------------------
  29.  
  30. ISSUE
  31.  
  32. Developers have requested sample code using NetWare Telephony Services SDK.
  33.  
  34. This is the second version of kvphone, a NetWare Telephony Services program to
  35. display a dialpad in Windows.  It uses the following features of TSAPI:
  36.  
  37.      acsEnumServerNames()
  38.      acsGetEventBlock()
  39.      acsOpenStream()
  40.      acsAbortStream()
  41.      cstaMakeCall()
  42.      cstaTransferCall()
  43.      cstaClearConnection()
  44.      cstaClearCall()
  45.      cstaConferenceCall()
  46.      cstaHoldCall()
  47.      cstaRetrieveCall()
  48.  
  49. SOLUTION
  50.  
  51. Self-Extracting File Name:  KVFON2.EXE     Revision:  A
  52.  
  53. Files Included     Size     Date      Time
  54.  
  55. \
  56.   KVFON2.TXT         (This File)
  57.    CONFDLG.H       7528   11-16-94    8:42a
  58.    PHONERC.H       2570   11-16-94    8:33a
  59.    XFERDLG.H       7119   11-16-94    8:44a
  60.   KVPHONE.RC      10856   11-18-94   10:09a
  61.   LOGINDLG.H       9466   11-02-94    8:53a
  62.   PHONEDLG.H      16484   11-16-94    8:47a
  63.  KVPHONE.CPP       5599   11-16-94    8:19a
  64.  KVPHONE.DEF        115   06-10-94    4:02a
  65.  KVPHONE.EXE     287806   11-18-94   10:09a
  66.  
  67.  
  68. Installation Instructions:
  69.  
  70. In order to compile this program, you need to have the Borland C++ 4.x
  71. compiler.  Create a new project (.IDE file) and add KVPHONE.CPP, CSTA.LIB, and
  72. KVPHONE.DEF.  Make sure your directories options are set so that they include
  73. the directories where these source files, as well as the TSAPI files are
  74. located.
  75.  
  76. You can also run the executable program included in these source files.
  77.  
  78.  
  79. -----------------------------------------------------------------
  80. Any trademarks referenced in this document are the property of their
  81. respective owners.  Consult your product manuals for complete trademark
  82. information.
  83. -----------------------------------------------------------------
  84.  
  85.