Re: [Asterisk-java-users] Question about Asterisk Java API
Brought to you by:
srt
From: <pie...@or...> - 2015-11-26 15:37:51
|
Hello Zouma, Thank you for your answer, that’s exactly what I’m looking for! Regards, Pierre De : Zoumana TRAORE [mailto:zou...@gm...] Envoyé : mercredi 25 novembre 2015 11:42 À : ast...@li... Objet : Re: [Asterisk-java-users] Question about Asterisk Java API Hi Pierre, Unless i'm mistaken (others guys will correct) , support for Asterisk 12 is not official but still AJ can work with (for most of the legacy features) It's hard to reply to this global question "what are his functions" i will just tell you that you can use the AJ lib to build what ever IVR/Contact center app does For the others points yes it surely can Events to look for AgentXXXEvent: AgentLogoffEvent, AgentLoginEvent Actions to look for AgentXXXAction: AgentLoggOffAction, AgentsAction... Javadoc here for actions/events available https://maven.reucon.com/projects/public/asterisk-java/1.0.0.CI-SNAPSHOT/asterisk-java/apidocs/ For events listening you can refer to the examples on the project page https://maven.reucon.com/projects/public/asterisk-java/1.0.0.CI-SNAPSHOT/asterisk-java/tutorial.html I'm working on an Asterisk-JMSConnector application which listen for events on Asterisk and broadcast them to a JMS ActiveMQ Broker for others apps, there are still little things to push but the AsteriskManager/events part is completed you can also have a look on that https://github.com/zoumhussein/Asterisk-JMSConnector/blob/master/src/main/java/com/africasys/oss/asterisk/jmsconnector/asterisk/AsteriskManager.java Regards, Zoumana --- Zoumana TRAORE 2015-11-25 10:52 GMT+01:00 <pie...@or...<mailto:pie...@or...>>: Hello, I am new so I want to know more about Asterisk Java, does it support for Asterisk 12? What are his functions? For example, can it send actions to Asterisk like agent login/logoff, presence state? And can it read events like agent presence state, registered peers? Thank you in advance, Best regards, Pierre Guyard _________________________________________________________________________________________________________________________ Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration, France Telecom - Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci This message and its attachments may contain confidential or privileged information that may be protected by law; they should not be distributed, used or copied without authorization. If you have received this email in error, please notify the sender and delete this message and its attachments. As emails may be altered, France Telecom - Orange shall not be liable if this message was modified, changed or falsified. Thank you. ------------------------------------------------------------------------------ Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one HTML5 development environment. Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs. http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140 _______________________________________________ Asterisk-java-users mailing list Ast...@li...<mailto:Ast...@li...> https://lists.sourceforge.net/lists/listinfo/asterisk-java-users _________________________________________________________________________________________________________________________ Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration, France Telecom - Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci This message and its attachments may contain confidential or privileged information that may be protected by law; they should not be distributed, used or copied without authorization. If you have received this email in error, please notify the sender and delete this message and its attachments. As emails may be altered, France Telecom - Orange shall not be liable if this message was modified, changed or falsified. Thank you. |