aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {