Wazo to sponsor Astricon 2019
-
For anyone that hasn't looked, Wazo Platform is not the same as Wazo the PBX (wazo.io)
Here is what Wazo Platform is, there is not "PBX" in there. Simply Asterisk at the bottom as the engine to provide the voice.
http://wazo-platform.org/#about
http://wazo-platform.org/static/Technical_Layers_2019_V3-0a325d9621738fcf3b68709671e0ec15.png -
@JaredBusch new platform has OpenSER in there, too.
-
That's cool, you use ansible to install Wazo Platform UC.
http://wazo-platform.org/install -
@black3dynamite said in Wazo to sponsor Astricon 2019:
That's cool, you use ansible to install Wazo Platform UC.
http://wazo-platform.org/installYup.
-
@JaredBusch I bet it makes you happy that their OS choice is Debian instead of Ubuntu and its the most recent version of it too?
-
Are they assuming a minimal install of Debian?
I'm curious because ofsudo
apt-get install -yq sudo git ansible
-
@black3dynamite said in Wazo to sponsor Astricon 2019:
Are they assuming a minimal install of Debian?
I'm curious because ofsudo
apt-get install -yq sudo git ansible
Sudo is not in minimal last time I looked. So looks like it.
Honestly, when building something scripted like this, you should always assume the simplest starting point. Even if the user starts with more packages, it should not hurt.
-
@black3dynamite said in Wazo to sponsor Astricon 2019:
@JaredBusch I bet it makes you happy that their OS choice is Debian instead of Ubuntu and its the most recent version of it too?
Totally did notice that
-
@JaredBusch I have a small demo for creating your own call control with our API. Find the source code here, it's in python, but i only use the rest api an websocket in the platform https://github.com/sboily/wazo-demo-programmable. I'm using the application API. http://www.wazo-platform.org/documentation/api/application.html#tag/applications
-
@quintana said in Wazo to sponsor Astricon 2019:
@JaredBusch I have a small demo for creating your own call control with our API. Find the source code here, it's in python, but i only use the rest api an websocket in the platform https://github.com/sboily/wazo-demo-programmable. I'm using the application API. http://www.wazo-platform.org/documentation/api/application.html#tag/applications
Will look into it later this week. thanks.