CSTA Server
The O-CSTA Server and Client are made up of
- O-CSTA Server package
- O-CSTA Communications package (network/serial)
- O-CSTA Stack package
- O-CSTA Client package
- O-CSTA Service Tools
The configuration for the server is found next in the same directory as the jar file when run as a jar. It's contents looks something like this
CSTASERVER_PBX_VENDOR=siemens
CSTASERVER_PBX_MODEL=hipath3000
CSTASERVER_PBX_IMPLEMENTATION=serial
CSTASERVER_PBX_IPADDRESS=192.168.0.10
CSTASERVER_PBX_PORT=7001
CSTASERVER_CLIENTLISTENER_PORT=6924
SERIALPORT_CSTASERVER=/dev/ttyS0
SERIALPORT_CSTASERVER_BAUDRATE=9600
Running O-CSTA Server and Netbeans Handy CSTA Test Tool
All you need to do is download the zip file containing the jars, adjust the configuration to your needs and start it.
Once you receive the log messages
INFO - org.opencsta.server.CSTAServer ####################CSTA Link successfully started
INFO - org.opencsta.server.CSTAServer CSTA Login Complete
INFO - org.opencsta.server.CSTAServer Initialising
INFO - org.opencsta.server.CSTAServer hashtables initialised
INFO - org.opencsta.server.CSTAServer clients connected list initialised with none connected
INFO - org.opencsta.server.CSTAServer ready to start listening for client connections
INFO - org.opencsta.net.MVListeningThread about to start on port 6924
INFO - ******** Server address: 0.0.0.0/0.0.0.0:6924
INFO - org.opencsta.server.CSTAServer is listening for client connections
INFO - org.opencsta.server.CSTAServer ##################CSTA Server is now running##################
INFO - org.opencsta.server.CSTAServer waiting for work
INFO - ******** Listening mode: Waiting for a client connection...
the Handy CSTA Test Tool can connect.
