Search results
"tag:agi"
| Title and summary | Date/time | |
|---|---|---|
|
1
|
Built-in Support For Network Tracing
Up to now the preferred way to obtain traces of the communication between Asterisk-Java and Asterisk was using tcpdump, wireshark or ngrep as described in Debugging Manager API. Having a full log of the direct network communication is often the only way ... |
Oct 17, 2009 6:53:00 AM |
|
2
|
Scripting Support for FastAGI
Asterisk-Java 1.0.0 includes support for implementing AGI scripts in the scripting language of your choice. You still have the benefit of running on the JVM but for the implementation of your script you can now choose your favorite language. I've ... |
May 13, 2009 10:34:00 AM |
|
3
|
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 ... |
Aug 10, 2008 5:38:46 AM |
|
4
|
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 ... |
Apr 28, 2008 4:05:29 AM |
|
5
|
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 ... |
Apr 5, 2008 5:02:44 AM |
|
6
|
AGI scripts in BeanShell
beanizer.org has published an interesting article on how to build an AGI server with Asterisk-Java to run AGI scripts written in BeanShell. They provide a dispatcher AgiScript that delegates to a BeanShell script and provides some additional convenience ... |
Feb 15, 2008 3:18:17 AM |
|
7
|
Integrating AGI and Apache Tomcat
I've already described how the Spring Framework can be used to externalize your AGI configuration. That blog entry asumed you are running your AGI server as a stand alone application. What is the best way to run it within an app server or a servlet ... |
Dec 6, 2007 5:26:19 PM |
|
8
|
AGI scripts in Groovy
With a little bit of glue code you can implement your AGI scripts in Groovy, an agile dynamic language for the Java Platform. Your scripts run still in the Java VM on top of Asterisk-Java. A very simple Groovy AGI script might look like this: ... |
Nov 20, 2007 9:00:14 PM |
|
9
|
Externalize your AGI Configuration
Using a dependency injection framework like the Spring Framework to exernalize your configuration is often a great enhancement for maintainance and deployment of your application. If you are building an AGI application using Asterisk-Java the following ... |
Mar 22, 2007 10:58:00 PM |