Registry / networking / libosip2

libosip2

JSON →
library5.3.1vcpkgunverified

oSIP is an LGPL implementation of SIP, used for SIP signaling in VoIP applications.

vcpkg install libosip2
INSTALL
IMPORT
SIG · LIBOSIP2
L
libosip2
networkingcppv5.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

osip2/osip.h
#include <osip2/osip.h>

Initialize and release an osip instance.

#include <osip2/osip.h> int main() { osip_t *osip; osip_init(&osip); osip_release(osip); return 0; }
Debug
Known issues
gotchaRequires linking against libosip2 and may need additional libraries for transport.
fix
Ensure you link with osip2::osip2 and have network libraries available.
affects: *
Upgrade
Version history
5.3.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

libosip2 — pip install libosip2 · libregistry