Versions Compared

Key

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

...

Pbxsummary
Supportfiles13Com VCX-NBX.TDT
Supportfiles23Com VCX-NBX.TDS
ConnectionFTP transfer
RequiredTask1Configure the SMDR output
RequiredTask2Configure TIM EnterprisePlus

HTML
<a id="Configure your SMDR output"></a>

...

To retrieve call logging data from your 3COM VCX phone system, you need set up an SFTP transfer. Using WinSCP - a free FTP client software, we have presented below Below is an example of how to configure the FTP transfer. Alternatively, you can use any SFTP transfer, using WinSCP - a free FTP client software. Any other third-party FTP client software can be used instead.

Screenshotmacro
Borderfalse
Shadowfalse
URL/download/attachments/13435351/3COM_1.png

FieldDescription
Host nameThe IP address or host name of the phone system
Port numberThe port number for the SFTP transfer. The default port number is
Keywordmacro
Label22
User nameThe username required to log in to your 3COM VCX phone system
PasswordThe password required to log in to your 3COM VCX phone system

Once connected to the phone system, you can transfer the CDR files, located by default in 

Referencemacro
Labelopt/3com/VCX/acctxml/db/export
, to the PC running TIM Enterprise.

Screenshotmacro
Borderfalse
Shadowfalse
URL/download/attachments/13435351/3COM_2.png

In this example, the XML files are being copied in the following location:

Referencemacro
LabelC:\Program Files\Tri-Line\TIM Enterprise\FTP
, given the
Referencemacro
LabelFTP
folder has been created in advance for this purpose.

Screenshotmacro
Shadowfalse
URL/download/attachments/13435351/3COM_3.png

Creating a batch file

To enable TIM Enterprise to process the XML files, you need to create a batch file containing the following lines:

Code Block
languagenone
xcopy/Y "C:\Program Files\Tri-Line\TIM Enterprise\FTP\*.XML"
"C:\Program Files\Tri-Line\TIM Enterprise\spool\*.{sitecode}" 
cd "\Program Files\Tri-Line\TIM Enterprise\FTP\" 
del *.* /q
cd\ 
Info

In the above example, the

Keywordmacro
Label{sitecode}
needs to be replaced with the unique ID of the site object you are trying to send the data to. The site ID will be displayed in the general properties of the site object in the Directory.

The batch file will cut the XML files and paste them into the

Referencemacro
Labelspool
folder, once their file extension has been updated with the designated
Referencemacro
Label{sitecode}
. A Windows scheduled task must be set up as well in order to run the batch file every 5 minutes or so.

HTML
<a id="Configure TIM Enterprise"></a>

Configuring TIM