<p>To configure the Site's properties, simply select it and click on the <span class="button">Properties</span> button, at the top right-hand side of the Sites panel, as shown below:</p>

<img class="screenshot" src="http://www.tri-line.com/common/img/documentation/tim_plus/sites_5.png" alt="Sites properties" />

<p>The following configuration screen will appear:</p>

<img class="screenshot" src="http://www.tri-line.com/common/img/documentation/tim_plus/sites_6.png" alt="Sites properties" />

<h2>General PBX properties</h2>

<img class="screenshot border" src="http://www.tri-line.com/common/img/documentation/tim_plus/sites_7.png" alt="Sites properties" />

<p>All options are described in more detail in the table below:</p>

<table class="confluenceTable">
    <tbody>
        <tr>
            <th class="confluenceTh" width=128>Field</th>
            <th class="confluenceTh">Description</th>
        </tr>
		<tr>
            <td class="confluenceTd"><b>Name</b></td>
            <td class="confluenceTd">Simply type the name by which which you would like to identity the site. If there is just one site but more than one telephone system connected, enter the name by which you would 
			like to identify the telephone system here.</td>
        </tr>
		<tr>
            <td class="confluenceTd"><b>PBX model</b></td>
            <td class="confluenceTd">Select the PBX/telephone system you are connecting from the drop-down list provided. Please note that if you added your PBX/Switch when requesting the download, the appropriate 
			interface file (TDT) will have already been provided.</td>
        </tr>
		<tr>
            <td class="confluenceTd"><b>Connection method</b></td>
            <td class="confluenceTd">Select the method by which you are connecting to the PBX/telephone system from the drop-down list provided.</td>
        </tr>
        <tr>
            <td class="confluenceTd"><b>Host</b></td>
            <td class="confluenceTd">Type in the IP address of the system you are connecting to. For a listening connection, this is typically left blank although it can be configured to restrict incoming data from a 
			specific IP address.</td>
        </tr>
		<tr>
            <td class="confluenceTd"><b>Port</b></td>
            <td class="confluenceTd">Enter to port number that the data will be received here.</td>
        </tr>
		<tr>
            <td class="confluenceTd"><b>Username</b></td>
            <td class="confluenceTd">If a username is required, enter the username here.</td>
        </tr>
		<tr>
            <td class="confluenceTd"><b>Password</b></td>
            <td class="confluenceTd">If a password is required, enter the password here.</td>
        </tr>
		<tr>
            <td class="confluenceTd"><b>Connection script</b></td>
            <td class="confluenceTd">Where a connection script is required, you may select from the drop-down list provided.</td>
        </tr>
		<tr>
            <td class="confluenceTd"><b>DSN name</b></td>
            <td class="confluenceTd">Enter the <acronym title="Database Source Name">DSN</acronym> name here.</td>
        </tr>
		<tr>
            <td class="confluenceTd"><b>Frequency</b></td>
            <td class="confluenceTd">Enter the connection frequency here i.e. how often it polls the DSN connection.</td>
        </tr>
		<tr>
            <td class="confluenceTd"><b>DB Script</b></td>
            <td class="confluenceTd">Enter the DB script here. If you are unaware of the DB script required for your particular PBX/Switch, e-mail us at <a href="mailto:[email protected]">[email protected]</a> 
			and we will provide.</td>
        </tr>
	</tbody>
</table>

<h2>Options</h2>

<img class="screenshot border" src="http://www.tri-line.com/common/img/documentation/tim_plus/sites_8.png" alt="Sites properties" />

<p>The site options allows you to keep a local backup of data received, 
timestamp incoming call records and delay processing of call records. 
These options are explained in more detail below.</p>

<h4>Save a backup of any data recieved from this PBX</h4>

<p>By default we save a backup of data received from the PBX. This will 
allow the data to be quickly reprocessed in the event of a fault. e.g. 
if your database became corrupt and we had to restore the data, these 
files would be used.</p>

<p>To save a backup of data, simply type the name of the file where you would like the backup stored.</p>

<p>By default the following is provided <span class="keyword">{app}\backup\backup-{year}-{month}-{day}.{uiv}</span></p>

<p>The '{..}' represent the system variables which are explained in more detail in the table below:</p>

<table class="confluenceTable">
    <tbody>
        <tr>
            <th class="confluenceTh" width=128>Item</th>
            <th class="confluenceTh">Description</th>
        </tr>
		<tr>
            <td class="confluenceTd"><span class="keyword">app</span></td>
            <td class="confluenceTd">This variable is the installation path for where TIM Plus is installed.</td>
        </tr>
		<tr>
            <td class="confluenceTd"><span class="keyword">year</span></td>
            <td class="confluenceTd">This will enter the year the data was captured so that it is easily recognisable later. It can be used to create sub-folders which contain this information or filenames.</td>
        </tr>
		<tr>
            <td class="confluenceTd"><span class="keyword">month</span></td>
            <td class="confluenceTd">This will enter the month the data was captured so that it is easily recognisable later. It can be used to create sub-folders which contain this information or filenames.</td>
        </tr>
        <tr>
            <td class="confluenceTd"><span class="keyword">day</span></td>
            <td class="confluenceTd">This will enter the day the data was captured so that it is easily recognisable later. It can be used to create sub-folders which contain this information or filenames.</td>
        </tr>
		<tr>
            <td class="confluenceTd"><span class="keyword">uiv</span></td>
            <td class="confluenceTd">The UIV represents the unique ID associated to each site.</td>
        </tr>
	</tbody>
</table>