An Output is the system object that delivers the collected call logging data to a specified location.
Summary_list |
---|
Task1 | Adding an output |
---|
Task2 | Configuring an output |
---|
Task3 | Output types |
---|
Task4 | Deleting an output |
---|
|
HTML |
---|
<a id="Adding an output"></a> |
Adding an output
To add a new data output, click on the Add new button from either the Summary or the Inputs screen, as shown below:
...
A new window will open, allowing you to name the data output. Enter a name and click Click on the Add button to add the output to the system, as shown below:
Screenshotmacro |
---|
Border | false |
---|
Shadow | false |
---|
URL | /download/attachments/12588759/add_output_1.png |
---|
|
The data output-configuration screen will be displayed. To For information on how to configure these settings, refer to the Configuring an output section below.
Screenshotmacro |
---|
Border | false |
---|
Shadow | false |
---|
URL | /download/attachments/12588759/add_output_2.png |
---|
|
...
Screenshotmacro |
---|
Border | false |
---|
Shadow | false |
---|
URL | /download/attachments/12588759/config_output_2.png |
---|
|
Name
Selection_macro |
---|
Value | Birmingham client socket |
---|
Selection | The settings displayed in this window will be described below:Name
The
field allows you to view or edit the name of the
current data selected output. To rename, overtype the current entry.
Type
Selection_macro |
---|
Value | Client socket |
---|
Selection | Type |
---|
|
The
field allows you to
specify select the method you want to use
to output when delivering the call logging data
to an output location. The following methods are supported:
HTML |
---|
<a id="Output types"></a> |
...
This method opens a file and creates or appends buffered data.
Screenshotmacro |
---|
Border | false |
---|
URL | /download/attachments/12588759/output_file.png |
---|
|
...
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.
Screenshotmacro |
---|
Border | false |
---|
URL | /download/attachments/12588759/output_HTTP_post.png |
---|
|
Field | Description |
---|
Protocol
| The protocol to use when constructing the URI URL of the target server to send data to |
Host | The IP address or hostname where the receiving HTTP server is listening |
Port | The 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 |
...
This method opens a serial (RS-232) port and sends any received data to it.
Screenshotmacro |
---|
Border | false |
---|
URL | /download/attachments/12588759/output_serial_port.png |
---|
|
...
Creates a momentary TCP client socket connection to a remote TCP server.
Screenshotmacro |
---|
Border | false |
---|
URL | /download/attachments/12588759/output_client_socket.png |
---|
|
Field | Description |
---|
Host | The IP address or hostname of the remote TCP server |
Port | The 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> |
Deleting an output
To delete a data input, select it from the All outputs list, as shown below:
Screenshotmacro |
---|
Border | false |
---|
Shadow | false |
---|
URL | /download/attachments/12588759/config_output_1.png |
---|
|
A new window will open on the right-hand side panel. Click on the Delete button to remove the output from the system, as shown below:
Screenshotmacro |
---|
Border | false |
---|
Shadow | false |
---|
URL | /download/attachments/12588759/delete_output.png |
---|
|