The Background application
Mar 31,22Just like the Playback application, the Background application is used in Asterisk to play sound files. However, there is one …
Read MoreThe Hangup application
Mar 31,22The last line of our simple dialplan executes the Hangup application (same => n,Hangup()): exten => 999,1,Answer() same => n,Playback(this-call-may-be-monitored-or-recorded) …
Read MoreThe 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 More