Skip to content
Snippets Groups Projects
Commit 9bd9eb80 authored by Michael L. Young's avatar Michael L. Young
Browse files

Reverting last merge since it wasn't completed properly.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369973 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent a8c12c6e
No related branches found
No related tags found
No related merge requests found
......@@ -103,8 +103,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</syntax>
<description>
<para>Decrements the value of a variable, while returning the updated value to the dialplan</para>
<para>Example: DEC(MyVAR) - Decrements MyVar</para>
<para>Note: DEC(${MyVAR}) - Is wrong, as DEC expects the variable name, not its value</para>
<para>Example: DEC(MyVAR) - Increments MyVar</para>
<para>Note: DEC(${MyVAR}) - Is wrong, as INC expects the variable name, not its value</para>
</description>
</function>
***/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment