[asterisk-commits] tilghman: trunk r49187 - /trunk/funcs/func_math.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Jan 2 10:04:09 MST 2007


Author: tilghman
Date: Tue Jan  2 11:04:08 2007
New Revision: 49187

URL: http://svn.digium.com/view/asterisk?view=rev&rev=49187
Log:
Tweak description text to match new functionality (Issue 7959)

Modified:
    trunk/funcs/func_math.c

Modified: trunk/funcs/func_math.c
URL: http://svn.digium.com/view/asterisk/trunk/funcs/func_math.c?view=diff&rev=49187&r1=49186&r2=49187
==============================================================================
--- trunk/funcs/func_math.c (original)
+++ trunk/funcs/func_math.c Tue Jan  2 11:04:08 2007
@@ -265,9 +265,9 @@
 static struct ast_custom_function math_function = {
 	.name = "MATH",
 	.synopsis = "Performs Mathematical Functions",
-	.syntax = "MATH(<number1><op><number 2>[,<type_of_result>])",
-	.desc = "Perform calculation on number 1 to number 2. Valid ops are: \n"
-		"    +,-,/,*,%,<,>,>=,<=,==\n"
+	.syntax = "MATH(<number1><op><number2>[,<type_of_result>])",
+	.desc = "Perform calculation on number1 to number2. Valid ops are: \n"
+		"    +,-,/,*,%,<<,>>,^,<,>,>=,<=,==\n"
 		"and behave as their C equivalents.\n"
 		"<type_of_result> - wanted type of result:\n"
 		"	f, float - float(default)\n"



More information about the asterisk-commits mailing list