Versions Compared

Key

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

...

The

Referencemacro
LabelType
field allows you to specify the method you want to use to output the call logging data. The following methods are supported:

HTML
<a id="Output types"></a>

Output types

File

This method opens a file and creates or appends buffered data.

...

FieldDescription

Location

The name of the file to output data to. If the location doesn't exist, an attempt is made to create it, including the path. The following variables are replaced:

{app} - The path to the location of the application's data folder, e.g. C:\ProgramData\Tri-Line\NetPBX.

HTTP Post

This method allows you to deliver data to a running instance of TIM Plus or TIM Enterprise by way of an HTTP POST.  The HTTP headers include the datasource information required for the receiving application to identify the source of the data.

...

FieldDescription

Protocol

The protocol to use when constructing the URI of the target server to send data to

Host

The IP address or hostname where the receiving HTTP server is listening

PortThe port number to which the target HTTP server is bound
Username The username required to access the target server
Password The password required to access the target server
Data source The UIV of the PBX datasource object in the target application, which will be deemed to have created the source data

Serial port

This method opens a serial (RS-232) port and sends any received data to it.

...

FieldDescription
Port nameThe name of the serial port device, e.g. COM 1, COM 2
Baud rate
The serial port's speed

Parity

The parity check regime

  • none - no parity checking is performed
  • odd  - odd bits parity checking is performed
  • even - even bits parity checking is performed
Data bitsThe number of data bits, between 5 and 8

Handshake

The type of handshake the serial port requires:

  • none - no handshake required
  • rts - Request to Send
  • xonxoff - X-On/X-Off
  • rtsxonxoff - either RTS or X-On/X-Off is used
Buffer sizeThe size of the serial port's data buffer
Buffer thresholdThe size that the buffer must first reach before being empty
Stop bitsThe number of stop bits used

 

Client socket

Creates a momentary TCP client socket connection to a remote TCP server.

...