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. _______________________________________________ Haskell mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell
