Push it Real Good! (or ARI Push Configuration)
Veterans of Asterisk configuration have likely dealt with static configuration files or realtime before. Since Asterisk 13.5.0, there is a new player in town: ARI
Sorry, we couldn't find any posts. Please try a different search.
Veterans of Asterisk configuration have likely dealt with static configuration files or realtime before. Since Asterisk 13.5.0, there is a new player in town: ARI
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
When Asterisk 13.8.0 gets released, it will contain a large-scale change to the ODBC code. Those of you that use ODBC for your realtime configuration
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
Outbound SIP registrations are a commonly used practice in Asterisk. They allow an upstream server, such as one in use by an ITSP, to know
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