[Asterisk-java-cvs] CVS: asterisk-java/xdocs tutorial.xml,1.12,1.13
Brought to you by:
srt
From: Stefan R. <sr...@us...> - 2005-07-02 09:43:07
|
Update of /cvsroot/asterisk-java/asterisk-java/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18391/xdocs Modified Files: tutorial.xml Log Message: added note that AGI can be used for incoming calls and calls originated via the Manager API Index: tutorial.xml =================================================================== RCS file: /cvsroot/asterisk-java/asterisk-java/xdocs/tutorial.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -p -r1.12 -r1.13 --- tutorial.xml 8 May 2005 11:59:53 -0000 1.12 +++ tutorial.xml 2 Jul 2005 09:42:44 -0000 1.13 @@ -26,7 +26,9 @@ <body> <section name="The FastAGI Protocol"> <p>The easiest way to interact with Asterisk from Java applications is via - the FastAGI protocol.</p> + the FastAGI protocol. AGI scripts can handle either incoming calls or + calls originated via the Manager API (see below for an example on how to + use Asterisk-Java to originate a call from your Java application).</p> <p>The AGI (Asterisk Gateway Interface) facility allows you to launch scripts, from the Asterisk dial plan. Traditionally communication between the scripts and Asterisk was via standard input and standard output and scripts had to run |