Versions Compared

Key

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

...

The

Referencemacro
LabelType
field allows you to select the method you want to use when delivering the call logging data to an output location. The following methods are supported:

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

...

FieldDescription

Protocol

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

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

...

FieldDescription
HostThe IP address or hostname of the remote TCP server
PortThe TCP port number to which the remote TCP server is bound

Connection

Determines the behaviour of the connection:

  • close - creates and closes the connection every time data is sent
  • keepalive - creates a connection at startup, then sends any data over the existing (up) connection, each time some is received
HTML
<a id="Deleting an output"></a>

...