//! SIP signaling and RTP transport for voice pipelines.
//!
//! See the [crate README](https://github.com/wavekat/wavekat-sip) for the
//! big picture and `docs/01-port-plan.md` for the roadmap.
pub use ;
pub use SipEndpoint;
pub use Registrar;
pub use ;
pub use ;
/// Short git hash this crate was built from, or `"unknown"` if unavailable.
pub const GIT_HASH: &str = env!;