...
When TIM Professional is configured to log calls from more than one telephone system, TIM Professional it distinguishes each site by its corresponding filename extension.
Initially, when data is transmitted to the call logger via TCP/IP, the software differentiates its various sites by the sender's IP address, which is then used to assign a filename extension to each site. Thereafter, the data is being sent to the
Referencemacro | ||
---|---|---|
|
To assign a filename extension to a site, open the
Keywordmacro | ||
---|---|---|
|
...
First, you need to assign a filename extensions to each site's IP address, in the TCPSOURCES.CFGcfg file:
Code Block |
---|
[TCP Data Sources] 192.168.0.29 = MBG 192.168.0.100 = FNC 192.168.0.54 = CNF |
Next, you need to assign a name to each site, according to the
...
filename extension above. Open the SITES.
...
cfg file, located in
...
the
Referencemacro | ||
---|---|---|
|
...
installation folder.
Under the section heading [All Sites], list each filename extension followed by an '='
Keywordmacro | ||
---|---|---|
|
Code Block |
---|
[All Sites] MBG = Main Building FNC = Financial Centre CNF = Conference Building$Custom.tdt |
Info |
In the example above, the Main Building and Financial Centre sites are configured to use the default PBX template file, e.g. Avaya IP Office.tdt
...
, whilst the Conference Building site requires a custom template file, Custom.tdt.
...
Site 1 will send the data to TIM Professional, which will search for the IP address in the TCPSOURCES.CFGcfg file and associate this with the extension MBG. A randomly named file is will be created in the
folder containing the data sent from the telephone system, e.g. Referencemacro Label spool
Referencemacrokeywordmacro | ||
---|---|---|
|
When the file is being picked up from the spool the
Referencemacro | ||
---|---|---|
|
Referencemacro | ||
---|---|---|
|
Info |
---|
All filenames are case-sensitive and the system will not be able to process the data if the expected characters are not used. |
HTML |
---|
<p>Open the <span class="keyword">TCPSOURCES.CFG</span> file found in the <span class="keyword">\config</span> folder within the main program folder.</p>
<p>In a multiple site situation, it is immaterial how the data from each site reaches the
<span class="keyword">\spool</span> folder, as long as it does get there. What is important is the filename
extension of each site's data, as described in the previous
section. This is because the software distinguishes each site by its
resultant file extension.</p>
<p>When data is transmitted to the software via TCP/IP, the software doesn't
automatically have a filename extension to give to the incoming data.
The way the software differentiates its various sites is by the
sender's IP address. Thus, the data is sent from a particular IP
address, this is corresponded to a filename extension and the data is
set in the <span class="keyword">\spool</span> folder with this filename extension. The software
can then identify the original site by this filename extension.</p>
<p>IP addresses and their corresponding filename extensions are set in the <span class="keyword">TCPSOURCES.CFG</span>
file, in the normal way.</p>
<p>For example, suppose we have three sites with the following IP addresses, all transmitting to
the host application:</p>
<table class="confluenceTable">
<tbody>
<tr>
<th class="confluenceTh" width=120>Site 1</th>
<th class="confluenceTh" width=120>Site 2</th>
<th class="confluenceTh" width=120>Site 3</th>
</tr>
<tr>
<td class="confluenceTd">Main Building<br/>192.168.0.29</td>
<td class="confluenceTd">Financial Centre<br/>192.168.0.100</td>
<td class="confluenceTd">Conference Building<br/>192.168.0.54</td>
</tr>
</tbody>
</table>
<p>We would first start by assigning filename extensions to the various IP addresses in the <span class="keyword">TCPSOURCES.CFG</span> file:</p> |
Code Block | ||
---|---|---|
| ||
[TCP Data Sources]
192.168.0.29 = MBG
192.168.0.100 = FNC
192.168.0.54 = CNF |
HTML |
---|
<p>Then, in the <span class="keyword">SITES.CFG</span> file, as described previously, we would include each filename extension as such:</p> |
Code Block | ||
---|---|---|
| ||
[All Sites]
MBG = Main Building
FNC = Financial Centre
CNF = Conference Building |
HTML |
---|
<p>So, for example, Site 1 (the main building), IP address 192.168.0.29 transmits some data to
the host. The host looks for the IP address in <span class="keyword">TCPSOURCES.CFG</span>
and finds the extension <span class="keyword">MBG</span>. A randomly named file is created in the <span class="keyword">\spool</span>
folder containing the data that was sent, eg. 4de9380f.MBG.</p>
<p>When the software picks this file up from the spool folder, it can successfully identify that
the data was from the "Main Building", as described in the
<span class="keyword">SITES.CFG</span> file.</p>
|
Note |
---|
NOTE: It is important to remember that all filename extensions are case-sensitive and that this is the first most likely cause of any problem in the system not identifying where data came from. |