How To: Unit Testing Asterisk
So you’ve written some code for Asterisk and now you need to test it. The Asterisk project has support for both integration and unit testing.
So you’ve written some code for Asterisk and now you need to test it. The Asterisk project has support for both integration and unit testing.
Debugging SIP Messages the Traditional Way Since its release, the PJSIP stack has provided logging of SIP message traffic via the pjsip set logger CLI
The move from chan_agent to app_agent_pool The idea behind chan_agent was simple. The agent channel created by chan_agent acts as a proxy for the corresponding
Statistics all the Things It’s often useful to know what is happening on a production Asterisk server. While gathering machine statistics – such as disk
In the previous post on contributing to Asterisk, we set up the Asterisk Test Suite and wrote a test for the CDR dialplan function that
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
Have you ever run into a bug in Asterisk? If so, don’t despair. Asterisk is software, and despite anyone’s claims to the contrary, all software