Testing the trivial
Lately, you may have seen some submissions from Sangoma’s CommUnity team (covered in it’s own post.) Many of these submissions were small but helpful changes,
Lately, you may have seen some submissions from Sangoma’s CommUnity team (covered in it’s own post.) Many of these submissions were small but helpful changes,
Asterisk 18.17.0 and 20.2.0 were released recently with support for PJSIP 2.13. This version of PJSIP includes an important change to deal with race conditions
Objectively measuring call quality has always been tough because it’s, well, highly subjective. The first measurement process that usually comes to mind is the Mean
One of the larger Asterisk projects last year was adding the ability to create, manipulate and pass on Geolocation information. The most obvious use case,
The switch to Python3 for the Asterisk tesuite has been released! Previous blog posts have gone over some of the internal changes that have been
Overview Everyone knows that PJSIP is the channel driver of choice for Asterisk nowadays. It’s a powerful driver, but that doesn’t mean there isn’t more
If you have ever tried to use direct media with Asterisk, you my have received this message before. It can happen when the User Agent
This is just a friendly reminder that Asterisk 16 and 19 will be going security fix only in a few months. When this occurs Asterisk
Recently I spent some time updating Asterisk to the latest versions of the third party libraries we bundle. This includes jansson as well as PJSIP,
The Asterisk External Application Protocol (AEAP) framework helps to facilitate development of Asterisk modules that need to communicate with external applications. Before getting started, I