All posts by Tuna Peyo

Variables

Mar 31,22

In computer programming, variables are storage locations used to store information that can later be referenced and manipulated. You can …

Read More

The Goto application

Mar 31,22

Another one of the applications that will make your dialplan more dynamic is the Goto application. This application enables you …

Read More

The Dial application

Mar 31,22

We’ve already used the Dial application a number of times, so you probably know the primary purpose of this application …

Read More

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