Picky, picky... show deprecation warning in application help, too (reported via list)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@56922 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2007-02-26 22:01:23 +00:00
parent 83ce3720bc
commit 91355b5e5f
2 changed files with 6 additions and 2 deletions

View File

@@ -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)