florian-h05 / webrtc-sip-gw

A WebRTC-SIP gateway for AVM Fritz!Box based on Kamailio and rtpengine.
MIT License
18 stars 7 forks source link

Support for armv7l #5

Open die-bauerei opened 1 year ago

die-bauerei commented 1 year ago

Really nice project. Works like a charm. But unfortunately not on my raspbian where also openHABian is running :) Would it be possible to create an image for this architecture?

florian-h05 commented 11 months ago

I think it would be possible, as long as there are packages of Kamailio and rtpengine build for this platform. However I would also need to have a look at getting setting up Docker to build for this platform …

PRs are welcome, I’m not sure if and when I will have a look at this.

florian-h05 commented 11 months ago

So I have been able to set up the Docker build to build both for amd64 and armv7, however we currently cannot build for arm64 because the current LTS of the RTPEngine builds we use does not have a arm64 build. The latest versions however have, so once there is a new LTS arm64 should work as well.

florian-h05 commented 11 months ago

So I have upgraded to Debian 12 and was also able to get an arm64 build running in #9. Unfortunately I currently don't have a Raspberry Pi available for testing, so can you please test https://github.com/florian-h05/webrtc-sip-gw/pkgs/container/webrtc-sip-gw/130985395?tag=main?