Asterisk

Learning About VoIP Communications

This is a work in progress and will be updated. Contact me lathama@lathama.com for updates and questions.

Introduction

This is a summary used in talks about VoIP at events and schools. This list of talking points will continue to develop.

Trim Clean and Make order with Sed

Configuration files for many programs can become difficult to read and understand. Whitespace and comments cloud the real configuration settings. Sed is a wonderful tool to work on files. Here are some guides but do remember to save a copy of any file first. There are many books on Sed and its related tools, this is a guide about using Sed for cleaning configuration files. The inline action of Sed will read and update a file inline. Additions to this guide will be made over time.
Subscribe to RSS - Asterisk