Skip to main content

Crate asterisk_rs_agi

Crate asterisk_rs_agi 

Source
Expand description

Async Rust FastAGI server for the Asterisk Gateway Interface.

AGI allows external programs to control Asterisk dialplan execution. This crate provides a FastAGI TCP server that dispatches incoming connections to a user-defined handler.

Re-exports§

pub use channel::AgiChannel;
pub use error::AgiError;
pub use handler::AgiHandler;
pub use request::AgiRequest;
pub use server::AgiServer;
pub use server::ShutdownHandle;

Modules§

channel
command
error
handler
request
response
server