Hello,
Asterisk-Java (AJ) is a Java (no surprise there) library to interact with
Asterisk (free IPBX) main APIs AMI (Manager Interface) and AGI (Gateway
Interface). In my opinion, the best open source so far!
As all API, the goal is to provide others applications (such as web app,
desktop app) telephony features capabilities (callback, IVR...)
Asterisk is a SIP registrar and media gateway (i will stop there)
SIP is one of the protocol implemented in Asterisk (there is also IAX2
which is a Digium own protocol). When using Asterisk-Java, you are not
actually coding SIP, AJ is very tight to Asterisk.
SIP dev is a low level dev with which you can build: a registrar (one
feature of Asterisk) or a Client user agent (SIP Phone, Softphone)
SIP Servlet is a SIP stack link to Java Servlet API so web oriented on
server side.
PS: this mailing list is not for Asterisk or SIP but Asterisk-Java, please
redirect accordingly your upcoming questions.
Regards,
Zoumana
*---*
*Zoumana TRAORE*
2015-02-23 9:50 GMT+01:00 thufir <haw...@gm...>:
> I'm currently setting up an Asterisk system, but it seems quite complex
> -- the guide alone is 700+ pages. On the other hand, I see:
>
>
> http://www.javaworld.com/article/2071781/java-web-development/sip-programming-for-the-java-developer.html
>
> Gee, that seems simple. Help me to understand what asterisk-java does;
> I mean I understand that it provides a Java hook or API for Asterisk --
> which is a good thing.
>
> I haven't really delved into the sample project which I was directed to
> last time, but I have it bookmarked for later. I'm just curious about
> this projects goals. Is SIP deceptively simple? By which I mean that
> SIP servlets don't scale...except, if that's a problem, there are JVM
> solutions for that..
>
>
> thanks,
>
> Thufir
>
>
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
>
> http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
> _______________________________________________
> Asterisk-java-users mailing list
> Ast...@li...
> https://lists.sourceforge.net/lists/listinfo/asterisk-java-users
>
|