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: https://origsvn.digium.com/svn/asterisk/trunk@89080
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
// ARG1 is the extension to Dial
//
goto ${exten}|1;
+ return;
};
//
ignorepat => 9;
includes {
ael-default;
- ael-parkedcalls;
ael-trunklocal;
ael-iaxtel700;
ael-trunktollfree;
VoiceMailMain(${ext});
return;
};
+ return;
};
context ael-demo {