Skip to content

Commit 6fd38bb

Browse files
stolendatagtjoseph
authored andcommitted
Add links to Perl and Lua AGI modules
...and a small typo fix
1 parent 98fc2f9 commit 6fd38bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/Configuration/Interfaces/Asterisk-Gateway-Interface-AGI.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Overview
1919

2020
AGI is analogous to CGI in Apache. AGI provides an interface between the Asterisk dialplan and an external program that wants to manipulate a channel in the dialplan. In general, the interface is synchronous - actions taken on a channel from an AGI block and do not return until the action is completed.
2121

22-
On This PageAGI Libraries and Frameworks
22+
AGI Libraries and Frameworks
2323
============================
2424

2525

@@ -39,6 +39,8 @@ On This PageAGI Libraries and Frameworks
3939
| astive | Java | <https://github.com/fonoster/astive> | FastAGI |
4040
| FastAGI-Go | Go | <https://github.com/BlayD91/FastAGI-go> | FastAGI |
4141
| astgo | Go | <https://github.com/wenerme/astgo> | AMI/AGI/FastAGI |
42+
| Asterisk::AGI | Perl | <https://metacpan.org/pod/Asterisk::AGI> | AGI |
43+
| lua-agi | Lua | <https://github.com/stolendata/lua-agi> | AGI |
4244

4345

4446

0 commit comments

Comments
 (0)