Asterisk

Invalid Entries and Timeouts

Mar 31,22

The code above will work just fine, until the user presses a key that is not in the range of …

Read More

The Background application

Mar 31,22

Just like the Playback application, the Background application is used in Asterisk to play sound files. However, there is one …

Read More

The Hangup application

Mar 31,22

The 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 More

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
Geek University 2022