Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML
<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=90>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</b></td>
			<td class="confluenceTd">Represents a geographical location name for the dialling code.</td>
		</tr>
		<tr>
			<td class="confluenceTd"><b>Band</b></td>
			<td class="confluenceTd">The name of the tariff band that contains the properties (such as cost per minute) 
			of any call to this type of number.</td>
		</tr>
		<tr>
			<td class="confluenceTd"><b>Code Pattern</b></td>
			<td class="confluenceTd">A numeric mask 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 misdial.</td>
		</tr>
	</tbody>
</table>

A complete list of all SSI variables is described below. Most SSI variables do not need to be housed in '<>' HTML tags; however, variable-length ones do, and these are detailed at the bottom of the list.

SSI variableDescription
#SSI_DATELONGDisplays the current system date in long dd mmmm yyyy format, e.g. 04 January 2001
#SSI_DATESHORTDisplays the current system date in short dd/mm/yyyy format, e.g. 04/01/2001
#SSI_TIMEDisplays the current system time in HH:MM:SS format, e.g. 23:02:41
#SSI_CALLTYPESProduces a drop-down list in the context of an HTML form displaying all call types
#SSI_PERIODSProduces a list of valid periods used to replace the 
Referencemacro
Labelfromdate
and 
Referencemacro
Labeltodate
parameters in reports
#SSI_EXTNGROUPProduces a list of available extension groups, including the internal 
Referencemacro
LabelNew Extensions
group containing the newly-discovered extension numbers
#SSI_TRUNKGROUPProduces a list of available trunk groups, including the internal 
Referencemacro
LabelNew Trunks
group which containing the newly-discovered trunk numbers
#SSI_SITELISTProduces a list of valid sites as found in the SITES.CFG file
#SSI_REGNAMEDisplays the name of the company the software is registered to
#SSI_REMOTEIPDisplays the IP address of the client, e.g. the entity connected to the web server
#SSI_REMOTEHOSTDisplays the resolved host name of the client
#SSI_REMOTEPORTDisplays the request port of the client
#SSI_LCVReturns an HTML table containing a copy of the information currently displayed in the 
Referencemacro
LabelCall view
list. The table includes the column headers and any highlighted calls
#SSI_FIELDSProduces a drop-down list with the database fields, in the context of an HTML form. Its primary use is to specify by which field the data should be sorted
#SSI_STATS:IDReturns 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
#SSI_STATS:GROUPReturns the extension group (if any) that statistics are currently being collected for
#SSI_STATS:NUMABANDONReturns the total number of abandoned calls
#SSI_STATS:NUMANSWEREDReturns the total number of answered calls
#SSI_STATS:NUMOUTBOUNDReturns the total number of outbound calls
#SSI_STATS:MAXOUTDURATIONShows the duration of the longest outbound call (in hh:mm:ss format)  
#SSI_STATS:MAXOUTBYShows the name (if any) of the extension responsible for the longest outbound call
#SSI_STATS:MAXRESPONSEBYShows the name (if any) of the extension responsible for the  #SSI_STATS:MAXRESPONSE value above
#SSI_STATS:MAXWAITShows the maximum length of time a caller waited before abandoning (in hh:mm:ss format)
#SSI_STATS:MAXWAITBYShows the name (if any) of the extension responsible for the #SSI_STATS:MAXWAIT value  above
#SSI_STATS:AVGOUTShows the average duration of all outgoing calls in the current statistics set (in hh:mm:ss format)  
#SSI_STATS:AVGRESPONSEShows the average response time for all incoming answered calls in the current statistics set (in hh:mm:ss format)  
#SSI_STATS:AVGWAITShows the average length of time callers wait before abandoning a call (in hh:mm:ss format)
#SSI_STATS:TOTALOUTDURATIONShows the total duration of all outgoing calls in the current statistics set (in hh:mm:ss format)  
#SSI_STATS:SMAXRESPONSEReturns the maximum response time (seconds only)
#SSI_STATS:SMAXWAITReturns the maximum wait time (seconds only)
#SSI_STATS:SAVGRESPONSEReturns the average response time (seconds only)
#SSI_STATS:SAVGWAITReturns the average wait time (seconds only)