rsip icon indicating copy to clipboard operation
rsip copied to clipboard

Wrapper around `rsip` that exposes a compact C API for integration with FreeSWITCH (or other C hosts)

Open altanai opened this issue 1 month ago • 0 comments

  • Provide a small, safe C ABI surface so a host (FreeSWITCH module) can receive SIP messages from Rust and instruct Rust to send SIP messages.
  • Keep the Rust side responsible for networking & protocol parsing. Minimize the FFI surface and make callbacks simple.

altanai avatar Nov 11 '25 20:11 altanai