Gmane
From: Jeremy Shaw <jeremy.shaw <at> linspireinc.com>
Subject: ANNOUNCE: AGI library (Asterisk Gateway Interface)
Newsgroups: gmane.comp.lang.haskell.general
Date: 2007-05-13 03:32:10 GMT (2 years, 7 weeks, 5 days, 8 hours and 13 minutes ago)
Hello,

I have uploaded a simple AGI interface to hackage. It is still very
alpha, but that has never stopped me before :)

http://hackage.haskell.org/cgi-bin/hackage-scripts/package/AGI-1.0

darcs get http://www.n-heptane.com/nhlab/repos/haskell-agi/

The best way to understand how to use it is to:

 1. Refer to the documentation for AGI:

  http://www.voip-info.org/wiki-Asterisk+AGI

 2. Look at GuessingGame in the examples directory.

  The guessing game is just a simple game where you try to guess a
  number between 0 and 9. It is not very exciting to play, but it does
  demonstrate how to use the library.

j.