AACC: An Asterisk-Java based solution for Call Centers As far as I know, no one has yet succeeded to deliver a high quality open source package for the thousands of small and medium sized call centers around the globe that want to go Asterisk. But having to buy proprietary software for managing the call ...
Outbound Message Delivery using AGI and AMI in Scala From my participation in the asterisk-users and asterisk-java-users mailing lists, and from the general questions I see, I think a common use case for the combination of the Gateway interface and the Manager interface is to deliver outbound recorded ...
Users: Integrating PeopleSoft and Asterisk Chris Heller has published a series of two blog posts on how to integrate Oracle's PeopleSoft with Asterisk using Asterisk-Java. In PeopleSoft IVR Integration the easy way he explains how to "initiate a phone call to the end user from PeopleSoft, prompt ...
OSCON 2008, Mark Spencer's session on Thursday Every year, O'Reilly hosts an open-source conference in Portland, OR, USA, in July. If anyone interested is at the conference, I'll be at Mark Spencer's talk on Thursday at 1:45pm. Stop by and say hello -- I'll be wearing the conference badge with my ...
Visualizing your dialplan with a graph A few weeks ago, Matt Gibson posted on the asterisk-users discussion list that he was looking for a GraphViz script he had heard about a few years ago that could generate graphs of Asterisk's extensions.conf file that defines the dialplan. At the time, I ...
DefaultAgiServer in JBoss AS 4.x A recent post to the mailing list asked about how to stop and start a FastAGI server and how folks host Fast AGI servers. I shared some code I wrote for a small MBean that starts and stops a DefaultAgiServer from Asterisk-Java -- see the last FAQ ...
A Visual Overview Of Asterisk-Java Atlassian has improved the charting features in their latest release of Fisheye. So I had a look at the Asterisk-Java code base to see how it's major packages compare in size. This is what i got: Let's have a look at the individual packages: The ...
Users: Astersik and SugarCRM Mauro has published an interesting article about Asterisk and SugarCRM integration. A swing popup notifies its user on incoming calls and provides additional information about the customer that is retrieved from SugarCRM. The sample application serves ...
Preview: Support for AsyncAGI I've just finished adding support for Asynchronous AGI to Asterisk-Java. AsyncAGI allows you to run AGI scripts through a Manager API connection. The way AsyncAGI is supported by Asterisk-Java hides the differences in the underlying communication from ...
Frequently Asked Questions Thanks to Martin we now have a FAQ section available as part of our documentation. The FAQ covers the questions we encounter on our mailing lists and that we think will be interesting to a more general audience. Please check them before asking questions ...
Re: Originate Using Asterisk Local Channels Please, I need some help!, I need to know how can I send a voice message to an active channel at any time like in the middle of the conversation. Thanks!!
Re: Speech-enable Asterisk Is there any way of implementing support for the swift TTS made by cepstral? I recently bought a license for this really great TTS engine. It would be awesome to see it work with asterisk java together. /cheers Christoph
Re: Originate Using Asterisk Local Channels Stefan: Thank you very much for your time and for your fast answer. Do you know where can I find an example of that? I need to reproduce a welcome message before the channels can start speaking. trixbox1*CLI originate sip/6000 application dial iax2/7000 ...