December 2009
Beginner
840 pages
14h 21m
English
The Asterisk Gateway Interface (AGI) may be compared with CGI (Common Gateway Interface) on a web server. These are external programs called from the within the dialplan (extensions.conf). AGI scripts can interact with Asterisk and execute commands. In principle, an AGI script may be written in any programming or script language that can use the UNIX system sockets. The following are simply implementation examples. For a command reference, see Appendix D, “AGI Commands.”
To use AGI scripts, understanding the UNIX system’s data stream model is an absolute requirement. You can find more information about this model in Appendix D.
The AGI script receives some information from Asterisk ...
Read now
Unlock full access