Skip to main content

Crate ringo_core

Crate ringo_core 

Source
Expand description

Shared engine for the ringo tools: backend abstraction and the phone command interface. Kept free of any TUI or ringo-specific configuration so it can back both the ringo softphone and the ringo-flow scenario runner.

Re-exports§

pub use backend::call_count;
pub use backend::is_registered;
pub use backend::received_audio;
pub use backend::sent_audio;
pub use backend::shutdown;
pub use backend::sip_trace_file;
pub use backend::sip_trace_stderr;

Modules§

account
backend
event
log
phone

Macros§

rlog
Log with format!-style syntax. No-op until a sink is initialized.