All posts by Tuna Peyo

The Answer application

Mar 31,22

Consider the dialplan we’ve used in the previous section: exten => 999,1,Answer()  same => n,Playback(this-call-may-be-monitored-or-recorded)  same => n,Hangup() In the …

Read More

The Playback application

Mar 31,22

Asterisk is capable of much more than just routing calls. As you might guess, the Playback application is used to …

Read More

Using templates

Mar 31,22

You can use templates in your Asterisk configuration files (e.g. in sip.conf) to avoid repetitive sections. To appreciate their usefulness, …

Read More

Configuring hardphones

Mar 31,22

There are a couple of ways of configuring a hardphone with parameters needed to connect to Asterisk – using the …

Read More

What are hardphones?

Mar 31,22

Hardphones (also known as VoIP or IP phones) are purpose-built hardware devices that look much like an ordinary telephone, but …

Read More

Our first dialplan

Mar 31,22

Now that we know how to register phones to Asterisk and create a dialplan, we can create our first telephony …

Read More
Geek University 2022