asterisk-agi 0.1.1

Minimal crate to support writing a program for Asterisk's AGI
Documentation

This crate helps to implement simple AGI programs. AGI is the Asterisk Gateway Interface

When using this crate the first thing you probably have to do is calling read_variables() which will read the variables Asterisk provides to the AGI program. After that use the other functions to control what Asterisk is doing with the invocing channel.