From 74aaeb84094e948f8b85b3d28e09a97c3fe1e46d Mon Sep 17 00:00:00 2001 From: tilghman Date: Mon, 26 Feb 2007 22:01:23 +0000 Subject: Picky, picky... show deprecation warning in application help, too (reported via list) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@56922 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_lookupcidname.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/app_lookupcidname.c') diff --git a/apps/app_lookupcidname.c b/apps/app_lookupcidname.c index 5a0042a29..8b8d5207a 100644 --- a/apps/app_lookupcidname.c +++ b/apps/app_lookupcidname.c @@ -55,7 +55,9 @@ static char *descrip = "Caller*ID name. Does nothing if no Caller*ID was received on the\n" "channel. This is useful if you do not subscribe to Caller*ID\n" "name delivery, or if you want to change the names on some incoming\n" - "calls.\n"; + "calls.\n\n" + "LookupCIDName is deprecated. Please use ${DB(cidname/${CALLERID(num)})}\n" + "instead.\n"; static int lookupcidname_exec (struct ast_channel *chan, void *data) -- cgit v1.2.3