The Answer application
Mar 31,22Consider 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 MoreThe Playback application
Mar 31,22Asterisk is capable of much more than just routing calls. As you might guess, the Playback application is used to …
Read MoreUsing templates
Mar 31,22You can use templates in your Asterisk configuration files (e.g. in sip.conf) to avoid repetitive sections. To appreciate their usefulness, …
Read MoreConfiguring hardphones
Mar 31,22There are a couple of ways of configuring a hardphone with parameters needed to connect to Asterisk – using the …
Read MoreWhat are hardphones?
Mar 31,22Hardphones (also known as VoIP or IP phones) are purpose-built hardware devices that look much like an ordinary telephone, but …
Read MoreOur first dialplan
Mar 31,22Now that we know how to register phones to Asterisk and create a dialplan, we can create our first telephony …
Read More
