This project was tested using OpenSIPs 2.4.10. Use branch merging in order to use the bindings/script in other versions.
- Put opensips executable on
$PWD/bin/opensips
- Run
./bindgen.sh
in order to generate C bindings to Rust - Use the project
opensips-mod-sys
in your projects.
See the sample project on the root directory (Cargo.toml and src/lib.rs).