aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-07 04:07:49 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-07 04:07:49 +0000
commit17b855cd516106ec4bc08f860fe9e9a03194bcd0 (patch)
tree5a08c794b4a93558114f130a92287cfdc9fdfc85 /configs
parentc98ff945a5f8cbd8a99b206255f149b95e1bf4cd (diff)
Suppress AEL warnings on load.
Reported by: eliel Patch by: eliel Closes issue #11178 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@89079 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/extensions.ael.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/extensions.ael.sample b/configs/extensions.ael.sample
index e181869b4..89436dc21 100644
--- a/configs/extensions.ael.sample
+++ b/configs/extensions.ael.sample
@@ -176,6 +176,7 @@ macro ael-dundi-e164(exten) {
// ARG1 is the extension to Dial
//
goto ${exten}|1;
+ return;
};
//
@@ -275,7 +276,6 @@ context ael-local {
ignorepat => 9;
includes {
ael-default;
- ael-parkedcalls;
ael-trunklocal;
ael-iaxtel700;
ael-trunktollfree;
@@ -318,6 +318,7 @@ macro ael-std-exten-ael( ext , dev ) {
VoiceMailMain(${ext});
return;
};
+ return;
};
context ael-demo {