aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-07 04:11:32 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-07 04:11:32 +0000
commitac64977d02b92ea078363897473b1e80cd305ad5 (patch)
tree53c819159455b86462fe03d1314800f33f726d57 /configs
parent44d62ad36063db240029066f320d39323a6e5b21 (diff)
Merged revisions 89079 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r89079 | tilghman | 2007-11-06 22:07:49 -0600 (Tue, 06 Nov 2007) | 5 lines Suppress AEL warnings on load. Reported by: eliel Patch by: eliel Closes issue #11178 ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89080 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 {