The Vagaries of DTMF Payload Negotiation
As mentioned in this post, Asterisk now supports the use of RFC4733 digits in common bitrates beyond 8kHz. At the end of the post, we
As mentioned in this post, Asterisk now supports the use of RFC4733 digits in common bitrates beyond 8kHz. At the end of the post, we
Overview If you’re familiar with Asterisk, you probably know that it uses a third-party project called pjproject. This is a major part of the PJSIP
As part of the transition to Python3 at the end of last year, we introduced a Python Virtual Environment, or venv for the Asterisk TestSuite.
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
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
Back in December in my The Continuing Saga of Continuous Integration blog post I wrote about how we reduced the Testsuite’s “27” layers of file
Let’s talk some more about testing, understanding the test framework for Asterisk, and building better tests. An exciting topic I know! In a previous post, we
Continuous integration isn’t something that many people in the Asterisk project think about but it is a critical part of the development of Asterisk. It
In the previous post, we: Picked out a bug to fix, ASTERISK-25179 Signed up for an Asterisk account, signed a CLA, and created our profile