aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-07 15:35:52 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-07 15:35:52 +0000
commit930809edcdfa267a4d1bd2d0b07f9d81c1482114 (patch)
tree686a3bf7a2364f44775c1c985fc0747b8cd3bf93 /configs
parentb644e296ba2a337f188f89d834381b06fefae102 (diff)
Comment out default from extensions.ael
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42244 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/extensions.ael.sample17
1 files changed, 12 insertions, 5 deletions
diff --git a/configs/extensions.ael.sample b/configs/extensions.ael.sample
index ce8aaa5dc..6c5706bbc 100644
--- a/configs/extensions.ael.sample
+++ b/configs/extensions.ael.sample
@@ -370,14 +370,21 @@ instructions:
i => Playback(invalid);
};
-context default {
+
+//
+// If you wish to use AEL for your default context, remove it
+// from extensions.conf (or change its name or comment it out)
+// and then uncomment the one here.
+//
+
+// context default {
// By default we include the demo. In a production system, you
// probably don't want to have the demo there.
- includes {
- ael-demo;
- };
+// includes {
+// ael-demo;
+// };
//
// Extensions like the two below can be used for FWD, Nikotel, sipgate etc.
// Note that you must have a [sipprovider] section in sip.conf whereas
@@ -437,4 +444,4 @@ context default {
// 'show application <command>' will show details of how you
// use that particular application in this file, the dial plan.
//
-};
+// };