Asterisk INLINE Optimization
Asterisk developers who have made use of one of our function attributes called “force_inline” should be aware we are discouraging it. Why? Let’s get to
Asterisk developers who have made use of one of our function attributes called “force_inline” should be aware we are discouraging it. Why? Let’s get to
If you’ve been concerned about slow Asterisk startup times or excessive memory utilization, we’ve got some good news for you. We’ve eliminated the media index
Previously on this blog I talked about a new feature to internally filter messages in our internal message bus, as well as a new caching
or… “Watch This Space” If you’re an Asterisk contributor you’ve probably noticed that we’d been having issues with large numbers of Jenkins test failures during
With the release of Asterisk versions 13.24.0-rc1, 15.7.0-rc1 and 16.1.0-rc1, we’re pleased to say that pjproject-2.8 has been qualified for use with Asterisk. In these
Hey Everybody, It’s about a month out from AstriDevCon 2018 and I wanted to write a little bit to summarize what we discussed this year.
The stasis message bus is something that is used every day as of Asterisk 13 when you are using Asterisk. It provides the foundation of
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
Measuring performance in Asterisk, like most software systems for that matter, can be a complicated task. When testing performance it is important to define goals,