|
49 | 49 | </syntax>
|
50 | 50 | <description>
|
51 | 51 | <para>Variables starting with <literal>AST_</literal> are reserved to the system and may not be set.</para>
|
| 52 | + <para>Additionally, the following system variables are available as special built-in dialplan variables. |
| 53 | + These variables cannot be set or modified and are read-only.</para> |
| 54 | + <variablelist> |
| 55 | + <variable name="EPOCH"> |
| 56 | + <para>Current unix style epoch</para> |
| 57 | + </variable> |
| 58 | + <variable name="SYSTEMNAME"> |
| 59 | + <para>value of the <literal>systemname</literal> option from <literal>asterisk.conf</literal></para> |
| 60 | + </variable> |
| 61 | + <variable name="ASTCACHEDIR"> |
| 62 | + <para>value of the <literal>astcachedir</literal> option from <literal>asterisk.conf</literal></para> |
| 63 | + </variable> |
| 64 | + <variable name="ASTETCDIR"> |
| 65 | + <para>value of the <literal>astetcdir</literal> option from <literal>asterisk.conf</literal></para> |
| 66 | + </variable> |
| 67 | + <variable name="ASTMODDIR"> |
| 68 | + <para>value of the <literal>astmoddir</literal> option from <literal>asterisk.conf</literal></para> |
| 69 | + </variable> |
| 70 | + <variable name="ASTVARLIBDIR"> |
| 71 | + <para>value of the <literal>astvarlib</literal> option from <literal>asterisk.conf</literal></para> |
| 72 | + </variable> |
| 73 | + <variable name="ASTDBDIR"> |
| 74 | + <para>value of the <literal>astdbdir</literal> option from <literal>asterisk.conf</literal></para> |
| 75 | + </variable> |
| 76 | + <variable name="ASTKEYDIR"> |
| 77 | + <para>value of the <literal>astkeydir</literal> option from <literal>asterisk.conf</literal></para> |
| 78 | + </variable> |
| 79 | + <variable name="ASTDATADIR"> |
| 80 | + <para>value of the <literal>astdatadir</literal> option from <literal>asterisk.conf</literal></para> |
| 81 | + </variable> |
| 82 | + <variable name="ASTAGIDIR"> |
| 83 | + <para>value of the <literal>astagidir</literal> option from <literal>asterisk.conf</literal></para> |
| 84 | + </variable> |
| 85 | + <variable name="ASTSPOOLDIR"> |
| 86 | + <para>value of the <literal>astspooldir</literal> option from <literal>asterisk.conf</literal></para> |
| 87 | + </variable> |
| 88 | + <variable name="ASTRUNDIR"> |
| 89 | + <para>value of the <literal>astrundir</literal> option from <literal>asterisk.conf</literal></para> |
| 90 | + </variable> |
| 91 | + <variable name="ASTLOGDIR"> |
| 92 | + <para>value of the <literal>astlogdir</literal> option from <literal>asterisk.conf</literal></para> |
| 93 | + </variable> |
| 94 | + <variable name="ASTSBINDIR"> |
| 95 | + <para>value of the <literal>astsbindir</literal> option from <literal>asterisk.conf</literal></para> |
| 96 | + </variable> |
| 97 | + <variable name="ENTITYID"> |
| 98 | + <para>Global Entity ID set automatically, or from <literal>asterisk.conf</literal></para> |
| 99 | + </variable> |
| 100 | + </variablelist> |
52 | 101 | </description>
|
53 | 102 | </function>
|
54 | 103 | <function name="STAT" language="en_US">
|
|
0 commit comments