TEL URI Support for PJSIP
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
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
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,
Hi folks! Today, let’s take a look at a recent Asterisk issue: ASTERISK-29365. The graceful shutdown is intended to allow every part of the running
As you’ve heard by now AstriCon in Orlando, Florida has been cancelled as a physical event. This impacts AstriDevCon as well since we normally also
OpenSIPit 2021 was held back in April with myself and Ben Ford representing Asterisk. There were two main interoperability focuses this year: the support of additional
An interesting issue was recently filed where dialing a Local channel resulted in the following: [2021-03-28 22:41:35] ERROR[15773][C-00000030]: translate.c:1396 ast_translator_best_choice: Cannot determine best translation path
Background Welcome to an introduction to text-to-speech and speech-to-text for Asterisk! With how popular speech recognition is becoming, we decided to take on the initiative
In a past blog post I talked about how you can’t reload transports without enabling explicit support, but alluded to changes coming in the future.
When PJSIP support in Asterisk was being developed one of the critical areas of development was transports. These are for the most part provided by
In the past month I’ve been fixing an issue with Asterisk and PJSIP that I thought would be fun to share in a blog post.