[Asterisk-java-cvs] CVS: asterisk-java/xdocs tutorial.xml,1.4,1.5
Brought to you by:
srt
From: Stefan R. <sr...@us...> - 2005-03-14 18:55:04
|
Update of /cvsroot/asterisk-java/asterisk-java/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7347/xdocs Modified Files: tutorial.xml Log Message: Added liks to javadoc Index: tutorial.xml =================================================================== RCS file: /cvsroot/asterisk-java/asterisk-java/xdocs/tutorial.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -p -r1.4 -r1.5 --- tutorial.xml 14 Mar 2005 18:44:00 -0000 1.4 +++ tutorial.xml 14 Mar 2005 18:54:52 -0000 1.5 @@ -134,8 +134,9 @@ INFO: End AGIScript HelloAGIScript on AG there you will find additional methods that you can use for your own scripts. If you want to use commands that do not yet have a corresponding method in AbstractAGIScript or if you want to extend the FastAGI protocol by adding your - own commands you can also use the channel.sendCommand(AGICommand) method to send - arbitrary commands.</p> + own commands you can also use the + <a href="apidocs/net/sf/asterisk/fastagi/AGIChannel.html">channel</a>.sendCommand(<a href="apidocs/net/sf/asterisk/fastagi/AGICommand.html">AGICommand</a>) + method to send arbitrary commands.</p> <p>If you are about to write more complex scripts please note that your AGIScript must be threadsafe. Only one instance will be used to serve all requests. This is kind of similar to the constraints a servlet engine places on the @@ -272,7 +273,9 @@ public class HelloManager } } ]]></source> - <p></p> + <p>A list of the other <a href="apidocs/net/sf/asterisk/manager/action/package-summary.html">Actions</a> + povided by the Manager API is available in the + <a href="apidocs/index.html">javadocs</a>.</p> </subsection> </section> </body> |