rvoip-sip 0.2.4

SIP umbrella for RVoIP: api/* (UnifiedCoordinator, StreamPeer, CallbackPeer, Endpoint), server/* (B2BUA helpers), adapter/* (rvoip-core::ConnectionAdapter impl)
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod history;
pub mod state;
pub mod store;
// pub mod inspection; // Disabled for single session - needs rewrite
// pub mod cleanup;    // Disabled for single session - needs rewrite

pub use history::{ActionRecord, GuardResult, HistoryConfig, SessionHistory, TransitionRecord};
pub use state::{NegotiatedConfig, SessionState, TransferState};
pub use store::SessionStore;
// pub use inspection::{SessionInspection, PossibleTransition, SessionHealth, ResourceUsage}; // Disabled
// pub use cleanup::{CleanupConfig, CleanupStats, ResourceLimits}; // Disabled