Skip to content

Instantly share code, notes, and snippets.

@bertrand-lupart
Created February 16, 2018 15:53
Show Gist options
  • Save bertrand-lupart/66b2641ba333cfc193a26867b06660bd to your computer and use it in GitHub Desktop.
Save bertrand-lupart/66b2641ba333cfc193a26867b06660bd to your computer and use it in GitHub Desktop.
Simplest blank asterisk AEL config file, which won't mess up with extensions.conf
// Simplest blank asterisk AEL config file
//
// This configuration file is reloaded
// - With the "ael reload" command in the CLI
// - With the "reload" command (that reloads everything) in the CLI
//
// NOTE! NOTE! NOTE!
// Asterisk by default will load both extensions.conf and extensions.ael files.
// Upon loading these files the dialplans generated from both with be merged,
// so you must make sure that you don't have any overlapping contexts or global
// variables. If you do, then unexpected behavior may result when the data is
// merged.
// NOTE! NOTE! NOTE!
globals {
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment