<p>There now follows a complete list of all server-side include variables
available for use in your HTML pages.</p>
<p>Most SSI variables do not need to be housed in the '<>' HTML tags, however,
variable-length ones do, and these are detailed at the bottom of the list.</p>
<table class="confluenceTable">
<tbody>
<tr>
<th class="confluenceTh" width=110>SSI variable</th>
<th class="confluenceTh">Description</th>
</tr>
<tr>
<td class="confluenceTd"><span class="keyword"><b>#SSI_DATELONG</b></span></td>
<td class="confluenceTd">Displays the current system date in long 'dd mmmm yyyy' format, eg. 04 January 2001.</td>
</tr>
<tr>
<td class="confluenceTd"><b>Location<><span class="keyword"><b>#SSI_DATESHORT</b></span></td>
<td class="confluenceTd">Represents a geographical location name for the dialling code>Displays the current system date in short dd/mm/yyyy format, eg. 04/01/2001.</td>
</tr>
<tr>
<td class="confluenceTd"><span class="keyword"><b>#SSI_TIME</b></span></td>
<td class="confluenceTd">Displays the current system time in HH:MM:SS format, eg. 23:02:41.</td>
</tr>
<tr>
<td class="confluenceTd"><span class="keyword"><b>#SSI_PERIODS</b></span></td>
<td class="confluenceTd">Produces a list of valid periods which are used to replace the fromdate and todate parameters in reports.</td>
</tr>
<tr>
<td class="confluenceTd"><b>Band<><span class="keyword"><b>#SSI_EXTNGROUP</b></span></td>
<td class="confluenceTd">The>Produces namea list of available extension groups, including the tariffinternal band'New that contains the properties (such as cost per minute)
of any call to this type of numberExtensions' group which contains newly-discovered extension numbers.</td>
</tr>
<tr>
<td class="confluenceTd"><span class="keyword"><b>#SSI_TRUNKGROUP</b></span></td>
<td class="confluenceTd">Produces a list of available trunk groups, including the internal 'New Trunks' group which contains newly-discovered trunk numbers.</td>
</tr>
<tr>
<td class="confluenceTd"><span class="keyword"><b>#SSI_SITELIST</b></span></td>
<td class="confluenceTd">Produces a list of valid sites as found in the SITES.CFG file.</td>
</tr>
<tr>
<td class="confluenceTd"><span class="keyword"><b>#SSI_REGNAME</b></span></td>
<td class="confluenceTd">Displays the name of the company to whom the software is registered.</td>
</tr>
<tr>
<td class="confluenceTd"><b>Code Pattern<><span class="keyword"><b>#SSI_REMOTEIP</b></span></td>
<td class="confluenceTd">A>Displays numericthe maskIP used to validate a number of this type. For example,
a London number (020 dialling code) requires a codepattern of
020########* which indicated that a London number, in order to be
valid, must start with 020 and then be followed by at least eight
numbers. If this code pattern is not matched, a call is discarded,
as it could be the result of a misdialaddress of the client (ie. the entity that is connecting to the web server).</td>
</tr>
<tr>
<td class="confluenceTd"><span class="keyword"><b>#SSI_REMOTEHOST</b></span></td>
<td class="confluenceTd">Displays the resolved host name of the client.</td>
</tr>
<tr>
<td class="confluenceTd"><span class="keyword"><b>#SSI_REMOTEPORT</b></span></td>
<td class="confluenceTd">Displays the request port of the client.</td>
</tr>
<tr>
<td class="confluenceTd"><span class="keyword"><b>#SSI_LCV</b></span></td>
<td class="confluenceTd">Returns an HTML table containing a copy of the information currently displayed in the live call view list. The table includes the column headers and also any highlighted calls.</td>
</tr>
<tr>
<td class="confluenceTd"><span class="keyword"><b>#SSI_FIELDS</b></span></td>
<td class="confluenceTd">Produces a drop-down list in the context of an HTML form, containing a list of the fields in the database. Its primary use is for telling a report which field to sort on.</td>
</tr>
<tr>
<td class="confluenceTd"><span class="keyword"><b>#SSI_STATS:ID</b></span></td>
<td class="confluenceTd">Returns the unique identifier of the set of statistics currently being collected. This could be a numeric form of the current date on which live statistics are being collected.</td>
</tr>
<tr>
<td class="confluenceTd"><span class="keyword"><b>#SSI_STATS:GROUP</b></span></td>
<td class="confluenceTd">Returns the extension group (if any) that statistics are currently being collected for.</td>
</tr>
<tr>
<td class="confluenceTd"><span class="keyword"><b>#SSI_STATS:NUMABANDON</b></span></td>
<td class="confluenceTd">Returns the total number of abandoned calls.</td>
</tr>
</tbody>
</table>
|