[Asterisk-java-devel] Fixing the classpath trouble
Brought to you by:
srt
From: Stefan R. <ste...@re...> - 2009-04-03 22:16:36
|
Hi, one of the questions asked by newbies a lot of times is centered around getting the classpath correct and running an agi server. The latest snapshot makes this easier, all they have to do is to run java -jar asterisk-java.jar this starts the AGI server and adds the current directory to the classpath. I've used this approach for the speech demo. Additionally it supports: $ java -jar asterisk-java.jar -h Asterisk-Java 1.0.0-SNAPSHOT -v, -version Displays the version of Asterisk-Java -a, -agi [port] Starts an AGI server I hope this will make running an AGI server easier for the future. We still have to update the docs and faq. =Stefan |