mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-20 12:20:12 +00:00
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
This commit is contained in:
@@ -103,8 +103,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|||||||
</syntax>
|
</syntax>
|
||||||
<description>
|
<description>
|
||||||
<para>Decrements the value of a variable, while returning the updated value to the dialplan</para>
|
<para>Decrements the value of a variable, while returning the updated value to the dialplan</para>
|
||||||
<para>Example: DEC(MyVAR) - Decrements MyVar</para>
|
<para>Example: DEC(MyVAR) - Increments MyVar</para>
|
||||||
<para>Note: DEC(${MyVAR}) - Is wrong, as DEC expects the variable name, not its value</para>
|
<para>Note: DEC(${MyVAR}) - Is wrong, as INC expects the variable name, not its value</para>
|
||||||
</description>
|
</description>
|
||||||
</function>
|
</function>
|
||||||
***/
|
***/
|
||||||
|
Reference in New Issue
Block a user