[Asterisk-java-users] Port of Asterisk-Java for Mono/.NET
Brought to you by:
srt
From: Chad K. <ch...@cm...> - 2005-05-08 06:07:12
|
I've posted my port of Asterisk-Java to the web. It's available under the Apache License 2.0. The FastAGI bits don't compile at this time, and therefore do not work, but the Manager API stuff appears to work, although there may yet be some badly translated code in there. Most of the code is from an automatic conversion tool, and it's still filled with warning comments about certain structures having different behaviours. When I get the time, I'm working on investigating and removing those comments as needed. The hardest part of converting it so far has been rewriting the parts that used reflection, and those weren't even difficult when I figured out what the original java code was trying to accomplish. Anyone who wants it can download it from: http://www3.mb.sympatico.ca/~chadk/ Thanks to Stefan for creating one of the best interfaces to the Asterisk Manager API I've seen (in any language). Chad Kitching |