--- func_math.fixed 2012-07-03 19:02:10.793155311 -0500 +++ func_math.c 2012-07-03 19:02:45.676158148 -0500 @@ -103,8 +103,8 @@ Decrements the value of a variable, while returning the updated value to the dialplan - Example: DEC(MyVAR) - Increments MyVar - Note: DEC(${MyVAR}) - Is wrong, as INC expects the variable name, not its value + Example: DEC(MyVAR) - Decrements MyVar + Note: DEC(${MyVAR}) - Is wrong, as DEC expects the variable name, not its value ***/