Building a Channel Driver – Part 2
Review This blog post is the follow up to part 1, which can be found here. If you haven’t read it yet, that would be
Review This blog post is the follow up to part 1, which can be found here. If you haven’t read it yet, that would be
Overview Today we’re going to be talking about channel drivers and how to get started on creating your own. This topic is going to be
Asterisk offers its users great flexibility in most of its features. One of them is the choice between three different modules for different ways to
Overview One of the most challenging things about coding is when your code doesn’t work and you have to figure out why. Trying to track
Overview For those of you who have been around for a while now and contribute to the code base, you probably know about CHANGES and
Overview One of the topics of discussion every year at Astricon is not needing to use the dialplan in order to use Stasis. This involves
Since the arrival of the Asterisk REST Interface (ARI) requests have been made to allow for event type filtering capabilities. Consumers have wanted a way
One of the improvements to Asterisk 16 is the module loader. The module loader now enforces inter-module dependencies and complains of modules that fail to
Asterisk’s DEBUG_THREADS is a compile time tool that helps find deadlocks involving Asterisk locks. You enable DEBUG_THREADS in menuselect’s “Compiler Flags” menu along with other
One of the most annoying tasks within Asterisk (or VoIP in general) is the task of CDR and event processing. Why is processing these so