From 645af85225ad0611e6130250819a3502fe3b2173 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Wed, 7 Nov 2007 04:07:49 +0000 Subject: [PATCH] Suppress AEL warnings on load. Reported by: eliel Patch by: eliel Closes issue #11178 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@89079 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/extensions.ael.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/extensions.ael.sample b/configs/extensions.ael.sample index e181869b43..89436dc218 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 {