|
|
|
|
JTAPI MakeCall Sample Application
|
|
|
For TeamCall Server
|
|
|
Registered by: |
Abdelatif Nouqrat |
Date: |
2004-06-01 13:00 |
Java Runtime Environment: |
J2SE 1.3.1 or later |
Compile environment: |
|
Required libraries: |
- jtapi_1_3_1.jar
- teamcall-jtapi.jar
- CSTABean.jar
- log4j-1.2.16.jar
|
|
|
|
|
|
|
Description:
-
Screenshot
-
What is the MakeCall Example?
-
Place a Call:
MakeCall can place a call to the dialing number which is typed in the text field.
It places the call either if you press enter or if you click the dial button.
-
Status bar:
The status bar shows the status of the application. If there is an incoming call,
if you are talking or if MakeCall could not connect to the jtapi-Server.
-
How to run MakeCall Example ?
-
Using the already prepared makecall.jar file contained here :
- Unpack the zip file
- Copy the required TeamCall-JTAPI libraries to the lib folder.
- Edit the config.properties file to your TeamCall Server settings
- Execute the makecall.jar file by doubleclicking it or by executing the command line "java.exe -jar makecall.jar"
-
Using the source code provided within the zip file "teamcall_MakeCallExample_src.zip"
- Unpack the zip file containing the source code.
- Open the source code using Eclipse
- Copy the required TeamCall-JTAPI libraries to the lib folder and be sure they are added to the classpath.
- Edit the config.properties file to your TeamCall Server settings.
- Run the main class "MakeCallMain.java"
-
JavaDoc Documentation
- A documentation of all classes used in MakeCall can be found here.
|
|
|
|
|