rustpbx 0.4.7

A SIP PBX implementation in Rust
Documentation
pub mod app;
pub mod auth;
pub mod event;
pub mod gateway;
pub mod handler;
pub mod processor;
pub mod proto;
pub mod session;
pub mod transfer;
pub mod webhook;

pub use app::*;
pub use auth::*;
pub use event::*;
pub use gateway::{RwiGatewayRef, *};
pub use handler::*;
pub use processor::*;
pub use session::*;

pub use proto::{CallMeta, CallMetaStore, EventCallContext, RecordingMetadata, RwiEvent};