[asterisk-commits] file: branch 1.2 r43163 - /branches/1.2/apps/app_math.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon Sep 18 08:30:27 MST 2006


Author: file
Date: Mon Sep 18 10:30:26 2006
New Revision: 43163

URL: http://svn.digium.com/view/asterisk?rev=43163&view=rev
Log:
Add deprecation notice about app_math (issue #7957 reported by k-egg)

Modified:
    branches/1.2/apps/app_math.c

Modified: branches/1.2/apps/app_math.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/apps/app_math.c?rev=43163&r1=43162&r2=43163&view=diff
==============================================================================
--- branches/1.2/apps/app_math.c (original)
+++ branches/1.2/apps/app_math.c Mon Sep 18 10:30:26 2006
@@ -69,7 +69,8 @@
 "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



More information about the asterisk-commits mailing list