[Haskell] ANNOUNCE: AGI library (Asterisk Gateway Interface)
Jeremy Shaw
jeremy.shaw at linspireinc.com
Sat May 12 23:32:10 EDT 2007
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.
More information about the Haskell
mailing list