From 4261f8b3589f47a1dde1a1a2368c4182143ea55e Mon Sep 17 00:00:00 2001 From: file Date: Mon, 18 Sep 2006 15:30:26 +0000 Subject: Add deprecation notice about app_math (issue #7957 reported by k-egg) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@43163 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_math.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/app_math.c b/apps/app_math.c index f1be8d4d1..f52385c02 100644 --- a/apps/app_math.c +++ b/apps/app_math.c @@ -69,7 +69,8 @@ static char *math_descrip = "Perform floating point calculation on number 1 to number 2 and \n" "store the result in returnvar. Valid ops are: \n" " +,-,/,*,%,<,>,>=,<=,==\n" -"and behave as their C equivalents.\n"; +"and behave as their C equivalents.\n" +" This application has been deprecated in favor of the MATH function.\n"; #define ADDFUNCTION 0 #define DIVIDEFUNCTION 1 -- cgit v1.2.3