Variables
Mar 31,22In computer programming, variables are storage locations used to store information that can later be referenced and manipulated. You can …
Read MoreThe Goto application
Mar 31,22Another one of the applications that will make your dialplan more dynamic is the Goto application. This application enables you …
Read MoreThe Dial application
Mar 31,22We’ve already used the Dial application a number of times, so you probably know the primary purpose of this application …
Read MoreInvalid Entries and Timeouts
Mar 31,22The code above will work just fine, until the user presses a key that is not in the range of …
Read MoreThe 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 More
