[asterisk-commits] markster: trunk r42244 -
/trunk/configs/extensions.ael.sample
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu Sep 7 08:35:53 MST 2006
Author: markster
Date: Thu Sep 7 10:35:52 2006
New Revision: 42244
URL: http://svn.digium.com/view/asterisk?rev=42244&view=rev
Log:
Comment out default from extensions.ael
Modified:
trunk/configs/extensions.ael.sample
Modified: trunk/configs/extensions.ael.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/extensions.ael.sample?rev=42244&r1=42243&r2=42244&view=diff
==============================================================================
--- trunk/configs/extensions.ael.sample (original)
+++ trunk/configs/extensions.ael.sample Thu Sep 7 10:35:52 2006
@@ -370,14 +370,21 @@
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 @@
// 'show application <command>' will show details of how you
// use that particular application in this file, the dial plan.
//
-};
+// };
More information about the asterisk-commits
mailing list