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

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