rvoip-sip 0.2.1

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
pub mod actions;
pub mod effects;
pub mod executor;
pub mod guards;
pub mod helpers;

pub use executor::{ProcessEventResult, StateMachine};
pub use helpers::{SessionEvent, StateMachineHelpers};