aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_lookupblacklist.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-26 22:01:23 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-26 22:01:23 +0000
commit74aaeb84094e948f8b85b3d28e09a97c3fe1e46d (patch)
treea54d2f916fce4451616ca063da25a298b5f1ea65 /apps/app_lookupblacklist.c
parentcc4942b6a3d92695513bddc5e97fe6d1f88d5e18 (diff)
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
Diffstat (limited to 'apps/app_lookupblacklist.c')
-rw-r--r--apps/app_lookupblacklist.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/app_lookupblacklist.c b/apps/app_lookupblacklist.c
index 2eb1e545a..88ed52d86 100644
--- a/apps/app_lookupblacklist.c
+++ b/apps/app_lookupblacklist.c
@@ -59,7 +59,9 @@ static char *descrip =
"This application sets the following channel variable upon completion:\n"
" LOOKUPBLSTATUS The status of the Blacklist lookup as a text string, one of\n"
" FOUND | NOTFOUND\n"
- "Example: exten => 1234,1,LookupBlacklist()\n";
+ "Example: exten => 1234,1,LookupBlacklist()\n\n"
+ "This application is deprecated and may be removed from a future release.\n"
+ "Please use the dialplan function BLACKLIST() instead.\n";
static int blacklist_read(struct ast_channel *chan, char *cmd, char *data, char *buf, size_t len)