From cc0d3c33aebfe48243479cee3dcc701bbc1a6c76 Mon Sep 17 00:00:00 2001
From: "Kevin P. Fleming" <kpfleming@digium.com>
Date: Thu, 13 Oct 2005 23:19:37 +0000
Subject: [PATCH] document that CLID matching is not available for realtime
 extensions

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6775 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 doc/README.realtime | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/README.realtime b/doc/README.realtime
index 5d1d249b1a..570194d273 100755
--- a/doc/README.realtime
+++ b/doc/README.realtime
@@ -57,11 +57,14 @@ a registration, but that work is not integrated into Asterisk yet.
 ----------------------------------------------------
 The realtime switch is more than a port of functionality in v1.0 to the
 new architecture, this is a new feature of Asterisk based on the 
-ARA. The realtime switch let's your Asterisk server do database lookups
+ARA. The realtime switch lets your Asterisk server do database lookups
 of extensions in realtime from your dial plan. You can have many Asterisk
 servers sharing a dynamically updated dial plan in real time with this
 solution.
 
+Note that this switch does _NOT_ support Caller ID matching, only
+extension name/pattern matching.
+
 * So what can you do?
 ---------------------
 The realtime Architecture lets you store all of your configuration in
-- 
GitLab