providing the highest level of communication services

conf's files and example to start and some more

Hello!
I need some explanation for the conf's files.
In my case i need to create a mini app to make a call, and to monitor call number too .
I have a Hipath 3000 with CSTA Interface and i have no plan how i can get started :-)
Maybe tips, sources, etc ?
Thanks

Hi Chris, Thanks a lot. :)

Hi Chris,
Thanks a lot. :)

CSTAMulti moved to client sub-project

Hi csta_neuling,

I've updated the code considerably in the last few days on the client side. You'll need to update your SVN.

CSTAMulti has moved to the client sub-project and I've added skeleton code for Ericsson and Asterisk implementations.

To get CSTA Test Tool to compile, you're better off to watch the video I just uploaded. The last minute or two is what you'll want to watch to see what I had to do to get NetBeans to run it.

I'll update conf file information later this week.

The video file is http://videofiles.opencsta.org/opencsta-svn-checkout-client.mov

Basically, at this stage because the CSTA Test Tool has netbeans project files in svn - you just have to rename the dependencies to your project names. For instance, my projects in the video are called cstaclient, cstastack, cstacomms. Just add them as dependencies with log4j. If you have problems, remove the dependencies and start the dependency list again.

If it's still causing problems, I'm aiming to provide JARs anytime between 31st Jan - 15th Feb, depending on my available time.

Cheers
Chris

Quote: I need some

Quote:

I need some explanation for the conf's files.

Yep. I'll get around to that shortly.

Quote:

In my case i need to create a mini app to make a call, and to monitor call number too .
I have a Hipath 3000 with CSTA Interface and i have no plan how i can get started :-)

I'll create a basic app in the next day or two for you which will get you started. The "Handy CSTA Test Tool" needs some documentation and a tutorial added.

I'll update this forum topic when it's done - by the end of the week.

Cheers
Chris

Hi Chris, Some news about

Hi Chris,
Some news about jars ?
maybe basic apps for play with it :-)
Thanks a lot :-)

Cheers

JARs available

Hi - I just posted a couple of jar files after some testing. The Server has a README.txt file with a little bit of info.

The client just points to the server on localhost on port 6924.

Hope this gets you started. The source code to the simple example is posted on the download page of the client.

Cheers
Chris

hi Chris, :-) Thanks a

hi Chris, :-)
Thanks a lot,
PS: Maybe post you the code from your simpleexample.conf ?
cheers,

Hi, I just updated the

Hi,

I just updated the download page with the config file and a comment.

CSTA_APPNAME=SIMPLECSTA #THE APP NAME, USED FOR OTHER CONFIGS
APP_CONFIG_FILE=simpleexample.conf #THE NAME OF THIS FILE
SIMPLECSTA_SERVER_PORT=6924 #THE PORT THE OPENCSTA SERVER IS LISTENING FOR CLIENTS
SIMPLECSTA_SERVER_ADDRESS=127.0.0.1 #WHERE THE OPENCSTA SERVER IS RUNNING
IMPLEMENTATION=SIEMENS_HIPATH3000_CSTA #WHICH PBX TO TALK TO
SIMPLECSTA_REPLACEDLEWITHDLEDLE=true #WHETHER 0x10 0x10 SHOULD CONVERT TO 0x10
SIMPLECSTA_REPLACEDLEDLEWITHDLE=true #WHETHER 0x10 SHOULD CONVERT TO 0x10 0x10
SIMPLECSTA_OPENCSTACLIENTSERVER=true #IS IT OPENCSTA CLIENT/SERVER COMMUNICATIONS
MONITORSTARTS=4011,4040 #EXTENSIONS TO START MONITORING ON YOUR SYSTEM

I'll start a new forum topic explaining how the simple example is made.

Chris