Pattern matching
Mar 31,22Sometimes you will need to create extension patterns in your dialplan that match more than one possible dialed number. We …
Read MorePredefined channel variables
Mar 31,22Asterisk contains a number of predefined channel variables. Some of such variables are CONTEXT, EXTEN, and PRIORITY which hold the …
Read MoreVariable types
Mar 31,22Four type of variables are available in Asterisk: Global variables – can be set either in the globals category of …
Read MoreVariables
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 More