Skip to content

Instantly share code, notes, and snippets.

@pdeschen
Created December 1, 2011 22:29
Show Gist options
  • Save pdeschen/1420365 to your computer and use it in GitHub Desktop.
Save pdeschen/1420365 to your computer and use it in GitHub Desktop.
Globals Definitions within Dial Plan
globals {
// configure the limits for each provider
provider_1_limit=1;
provider_2_limit=4;
// no more edit beyond this point
provider_1_count=0;
provider_2_count=0;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment