From: Mark Spencer Date: Thu, 7 Sep 2006 15:35:52 +0000 (+0000) Subject: Comment out default from extensions.ael X-Git-Tag: 1.4.0-beta1~164 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47d8e148710cca4c57b675ece9d4ad64b0ae41fa;p=thirdparty%2Fasterisk.git Comment out default from extensions.ael git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@42244 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configs/extensions.ael.sample b/configs/extensions.ael.sample index ce8aaa5dc1..6c5706bbc0 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 ' will show details of how you // use that particular application in this file, the dial plan. // -}; +// };