Current recommendations for raspberry pi asterisk image?

It looks like there are currently at least 3 packages out there for asterisk ready to go on raspberry pi. Does anyone have recommendations on which one to go with?

What about residential SIP providers?

1 Like

I’ve used Incredible PBX for RPi3 with good success in the past.

http://nerdvittles.com/?p=21255

I like VoIP.ms or Vitelity for a voice provider. I’ve had good luck with both.

4 Likes

Other than Incredible PBX, I can suggest the following:

Install HypriotOS to have a Pi cluster and deploying the alpine asterisk for rpi docker image.

The reason I suggest this is voip tends to be cpu and ram intensive which are bottlenecks for the raspberry pi. So Just like we did in /t/vcc-developments-and-grid-computing/22489 we took several of them to distribute the load.

Asterisk does this very well and if one is going to do clustering they might as well use docker swarm to make it dead simple, repeatable and use tools that are built for the job.