Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Although TIM Professional can be configured to receive data from more than one telephone system, we strongly recommended our TIM Plus or Enterprise products for a multi-site system.

When TIM Professional is configured to log calls from more than one telephone system, TIM Professional 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
Labelspool
folder for processing and will log in the system within the site whose filename extension it corresponds to.

To assign a filename extension to a site, open the

Keywordmacro
LabelTCPSOURCES.cfg
file from the main installation folder. An example of this is presented below.

All three sites are transmitting the data to the host application:

Site 1Site 2Site 3
Main Building
192.168.0.29
Financial Centre
192.168.0.100
Conference Building
192.168.0.54

First, you need to assign a filename extensions to each site's IP address, in the TCPSOURCES.cfg 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
Labelconfig
folder within the main installation folder.

Under the section heading [All Sites], list each filename extension followed by an

Keywordmacro
Label=
sign and the full name of the site as you would like to appear in reports. To instruct the software to interpret the data from a particular site using a different PBX data template, you need to specify the site name, followed by the the $ symbol and the template filename, as shown in the example below:

Code Block
[All Sites]
 
MBG = Main Building
FNC = Financial Centre
CNF = Conference Building$Custom.tdt

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.cfg file and associate this with the extension MBG. A randomly named file is created in the

Referencemacro
Labelspool
folder containing the data sent from the telephone system, e.g.
Keywordmacro
Label4de9380f.MBG

When the file is being picked up from the 

Referencemacro
Labelspool
folder, it can be identified successfully by the system as being sent from the
Referencemacro
LabelMain building
site, as described in the SITES.cfg file.

Info

All filenames are case-sensitive and the system will not be able to process the data if the expected characters are not used.