Re: [Asterisk-java-devel] Asteirsk-Java IAX
Brought to you by:
srt
From: Martin B. S. <ma...@mb...> - 2009-03-10 03:09:53
|
Stefan, Wow! Nice work -- I had a feeling you were doing this given their comments in the list... I think it's awesome that we are going to try to provide the whole Asterisk/Java package. I'd specifically like to work on the documentation for helping users figure out which parts of our code they might want to use. To that end, I'm welcoming comments still on my feature matrix. AMI AGI IAX C Module Originate/redirect calls x - x x Act as endpoint/caller - x x x Receive/send media - - x x Modify/add dialplan x - - x Act as IVR application - x - x Act as soft phone - - x x I'd also like to continue to work on the FAQ and add on to it. I'll be continuing to answer -users questions, too. At the risk of volunteering for some huge project, what would you think about a samples package? I know we've talked about this before... but I think I have a clearer idea for what we should do. I'm thinking small single-piece functionality. Not that I have time for any of it -- LOL. Cheers, Martin Stefan Reuter wrote: > Hi, > > I've started to move the IAX code to Asterisk-Java.org. Once this is > completed we are one step closer to the goal to provide a common place > for developers looking for solutions to intergate Asterisk with Java > applications. > > Wolfgang and David now have accounts for SVN and Jira and support the > transition. > > What I've done so for: > - Imported the code base > - Removed the code for license handling / trial version left over from > Mexuar > - Added the setHost() method to use arbitrary hosts > - Removed the classes from the default package as they blow up javadoc > - Made Faceless a concrete class that can be used as an Applet > - Changed the package name from com.mexuar.correlata to org.asteriskjava.iax > - Replaced the dependency on JSObject by reflection > - Added maven build script > > What remains to be done: > - Provide a try-out page like what's currently on the javaiaxphone page > - Provide documentation for JavaScript integration (softphone) > - Provide documentation for Java integration (server side) > - Sign the applet codebase with an official code signing key > > For now we have a temporary site (generated by Maven) for Asterisk-Java > IAX at http://asterisk-java.org/iax/development/ > > Best regards, > > Stefan > |