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: https://origsvn.digium.com/svn/asterisk/trunk@89080 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Tilghman Lesher 18 years ago
parent 37166d9a1a
commit 6a9fbeaf68

@ -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 {

Loading…
Cancel
Save