Cloud Solution?
So if someone has their own hardware and infrastructure but wants a software (not FreePBX but perhaps similar) what options do we have? Would like to virtualize it and not stuck with any one virtualization technology.
Discuss… 🙂
Travis
2 thoughts on - Cloud Solution?
Something like this?
https://github.com/lardconcepts/asterisk-digitalocean-voipfone-config/blob/master/Asterisk-13-on-Ubuntu.md
—
I run Asterisk on a virtual Ubuntu machine. You can install Asterisk in Docker as well and make it portable across basically any platform that can run docker containers (it’s hard to find a cloud provider that DOESN’T
support docker now).
I imagine that soon even Snappy containers will be an option for Asterisk directly from Digium, but for now you can do that yourself 😉
-Tim