يوسف عبد الحق
unread,Dec 15, 2025, 5:27:04 AM12/15/25Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to baresip
Hello,
I hope this finds you well,
I'm currently using baresip in a project, and am launching the baresip command, and using ctrl_tcp to control it, and passing media in and out through modules. I'm also collecting it's logs and merging them with the app's logs.
Is there a way to add baresip as a library to a project ? this would be more efficient, it won't be a separate process and we will be able to interop with it easier (avoid ctrl_tcp) and call methods on it's instance instead of having to go through ctrl_tcp , also piping media streams in/out will be easier.
I wonder weather such approach is already existing ? Ulitmately I would write a go binder and call it from go.
Any advice is welcome,
Thank you for your help,