aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/ael/ael-test/ael-ntest22/t3
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-20 21:00:59 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-20 21:00:59 +0000
commitbcc72e4d4f05b7c16923e84ce712f2ac1904fa24 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /pbx/ael/ael-test/ael-ntest22/t3
parent54e7ce21ed74a5d5513cfb0880c93c2847d82e62 (diff)
Creating tag for the asterisk-1.4.23 release
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.23@169569 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx/ael/ael-test/ael-ntest22/t3')
-rw-r--r--pbx/ael/ael-test/ael-ntest22/t3/g.ael4
-rw-r--r--pbx/ael/ael-test/ael-ntest22/t3/h.ael6
-rw-r--r--pbx/ael/ael-test/ael-ntest22/t3/i.ael4
-rw-r--r--pbx/ael/ael-test/ael-ntest22/t3/j.ael6
4 files changed, 0 insertions, 20 deletions
diff --git a/pbx/ael/ael-test/ael-ntest22/t3/g.ael b/pbx/ael/ael-test/ael-ntest22/t3/g.ael
deleted file mode 100644
index 0f1ecc805..000000000
--- a/pbx/ael/ael-test/ael-ntest22/t3/g.ael
+++ /dev/null
@@ -1,4 +0,0 @@
-context g
-{
- 134 => NoOp(hi there, g);
-}
diff --git a/pbx/ael/ael-test/ael-ntest22/t3/h.ael b/pbx/ael/ael-test/ael-ntest22/t3/h.ael
deleted file mode 100644
index f9e3ca89f..000000000
--- a/pbx/ael/ael-test/ael-ntest22/t3/h.ael
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-context h
-{
- 456 => NoOp(hithere, h);
-}
diff --git a/pbx/ael/ael-test/ael-ntest22/t3/i.ael b/pbx/ael/ael-test/ael-ntest22/t3/i.ael
deleted file mode 100644
index 5639a1e98..000000000
--- a/pbx/ael/ael-test/ael-ntest22/t3/i.ael
+++ /dev/null
@@ -1,4 +0,0 @@
-context i
-{
- 134 => NoOp(hi there, i);
-}
diff --git a/pbx/ael/ael-test/ael-ntest22/t3/j.ael b/pbx/ael/ael-test/ael-ntest22/t3/j.ael
deleted file mode 100644
index 8dfc6c05f..000000000
--- a/pbx/ael/ael-test/ael-ntest22/t3/j.ael
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-context j
-{
- 567 => NoOp(hi there, j);
-}