ringo-core 0.13.1

Shared baresip FFI backend and call engine for the ringo tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ringo-core

[![crates.io](https://img.shields.io/crates/v/ringo-core)](https://crates.io/crates/ringo-core)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](../../LICENSE)

The shared engine behind the [ringo](https://github.com/davidborzek/ringo)
tools: an FFI backend that statically links
[baresip](https://github.com/baresip/baresip)/libre, the call-event model and a
phone command abstraction — free of any TUI or configuration concerns.

It backs the `ringo` softphone and the `ringo-flow` scenario runner. This is an
internal support crate without a stable public API; pin an exact version if you
depend on it directly.

📖 Documentation for the tools: https://davidborzek.github.io/ringo/

Licensed under MIT.