Posts
All the articles I've posted.
One Time Password and SSHD
Updated:I made a bit of a fool of myself suggesting that we add a free means of securing our external SSH gateway by using Google Authenticator. My boss simply tur
Linux LDAP Auth
Updated:Up until now all of my Linux authentication has been local file based auth. I've added LDAP to services and applications, but logging into a Linux box has
Nextcloud, LDAP and Password Changes
Using Nextcloud with LDAP is straight forward enough, you just add in the "LDAP user and group backend". We wanted to use Nextcloud to enable our LDAP user
Asterisk + WebRTC
Updated:Enable WebRTC so you can use a plain old HTML5 browser to make calls. I had already configured Asterisk's http server to use my Let's Encrypt certificates.
Asterisk PBX v17 Docker
Updated:In light of the possibility of many people needing to work from home the boss wanted to upgrade the phone system to bring in some fixes and new features fo
Asterisk and PostgreSQL
Updated:I started out wanting a real-time database connection to our existing LDAP server. This went well, but involved importing a schema into the LDAP cn=config
Jitsi + Asterisk = Jigasi
Updated:As I'm working on Asterisk right now the actual challenge is to get Jitsi configured so we can conference in audio users to our video chats. To do this you
Asterisk - IAX
I just spent the best part of the morning trying to setup Inter Asterisk eXchange between two hosts on the same network. This was described to me as "an ea
Asterisk - SIP + TLS
Updated:Given that the SIP credentials passed by Asterisks real-time backends are stored as either MD5 or plain-text It's best that we think about securing the com
Wireguard on a Raspberry Pi
Updated:https://engineerworkshop.com/2020/02/20/how-to-set-up-wireguard-on-a-raspberry-pi/