]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add deprecation notice about app_math (issue #7957 reported by k-egg)
authorJoshua Colp <jcolp@digium.com>
Mon, 18 Sep 2006 15:30:26 +0000 (15:30 +0000)
committerJoshua Colp <jcolp@digium.com>
Mon, 18 Sep 2006 15:30:26 +0000 (15:30 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@43163 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_math.c

index f1be8d4d1d073856f7c2666a47b0784576c177ab..f52385c02af39d1ec3f5b19bc8cff9ef6ce7c736 100644 (file)
@@ -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