NOVELL TECHNICAL INFORMATION DOCUMENT TITLE: Telephony Windows DialPad program v2 DOCUMENT ID: TID021923 DOCUMENT REVISION: A DATE: 01DEC94 ALERT STATUS: Yellow INFORMATION TYPE: Issue README FOR: KVFON2.EXE NOVELL PRODUCT and VERSION: NetWare Telephony Services SDK 1.01A ABSTRACT: This sample code demonstrates a simple windows dialpad program that can make calls,conference calls, transfer calls, and hangup (clear) calls. This version 2 adds a few features, incrementally adding code to the kvphone program. This code uses OWL 2.0 with Borland C++ 4.x. ----------------------------------------------------------------- DISCLAIMER THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL. NOVELL MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION. HOWEVER, THE INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION ONLY. NOVELL MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS INFORMATION. ----------------------------------------------------------------- ISSUE Developers have requested sample code using NetWare Telephony Services SDK. This is the second version of kvphone, a NetWare Telephony Services program to display a dialpad in Windows. It uses the following features of TSAPI: acsEnumServerNames() acsGetEventBlock() acsOpenStream() acsAbortStream() cstaMakeCall() cstaTransferCall() cstaClearConnection() cstaClearCall() cstaConferenceCall() cstaHoldCall() cstaRetrieveCall() SOLUTION Self-Extracting File Name: KVFON2.EXE Revision: A Files Included Size Date Time \ KVFON2.TXT (This File) CONFDLG.H 7528 11-16-94 8:42a PHONERC.H 2570 11-16-94 8:33a XFERDLG.H 7119 11-16-94 8:44a KVPHONE.RC 10856 11-18-94 10:09a LOGINDLG.H 9466 11-02-94 8:53a PHONEDLG.H 16484 11-16-94 8:47a KVPHONE.CPP 5599 11-16-94 8:19a KVPHONE.DEF 115 06-10-94 4:02a KVPHONE.EXE 287806 11-18-94 10:09a Installation Instructions: In order to compile this program, you need to have the Borland C++ 4.x compiler. Create a new project (.IDE file) and add KVPHONE.CPP, CSTA.LIB, and KVPHONE.DEF. Make sure your directories options are set so that they include the directories where these source files, as well as the TSAPI files are located. You can also run the executable program included in these source files. ----------------------------------------------------------------- Any trademarks referenced in this document are the property of their respective owners. Consult your product manuals for complete trademark information. ----------------------------------------------------------------- ÿ