summaryrefslogtreecommitdiff
path: root/pbx/ael/ael-test/ael-test19
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2007-11-26 23:15:53 +0000
committerMark Michelson <mmichelson@digium.com>2007-11-26 23:15:53 +0000
commit180c3fb60e5681bb5e676bd13d15222dd878997a (patch)
treec377ea63ba01f411187aea74d3dda80b7378e119 /pbx/ael/ael-test/ael-test19
parent5f3a28e5881ec6595d3aa119a523aa3d6bd26470 (diff)
Change all instances of "CALLERID(number)" to "CALLERID(num)" for
consistency's sake (closes issue #11381, reported and patched by jon) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89621 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx/ael/ael-test/ael-test19')
-rw-r--r--pbx/ael/ael-test/ael-test19/extensions.ael4
1 files changed, 2 insertions, 2 deletions
diff --git a/pbx/ael/ael-test/ael-test19/extensions.ael b/pbx/ael/ael-test/ael-test19/extensions.ael
index 5218c52aa..07af91482 100644
--- a/pbx/ael/ael-test/ael-test19/extensions.ael
+++ b/pbx/ael/ael-test/ael-test19/extensions.ael
@@ -291,10 +291,10 @@ context extension
}
873 => {
NOOP(this is a forkcdr test);
- Set(CALLERID(number)=1234567890);
+ Set(CALLERID(num)=1234567890);
Set(CALLERID(name)=before fork);
Forkcdr(v);
- Set(CALLERID(number)=0987654321);
+ Set(CALLERID(num)=0987654321);
Set(CALLERID(name)=after fork);
Answer();
Echo();