Tieline Gateway

Overview

The tieline-gateway module provides control of Tieline’s audio codec, including program managment, connection and parameter adjustment. One of the main features is the ability to change connection parameters which other connections in the same group are already connected.

It also provides per-connection and overall statistics, as well as device alarms.

Screenshot Screenshot Screenshot Screenshot

Configuration

Field Default Value Description
id "" Unique identifier for this module instance (usually auto-generated).
needsConfigured true Indicates whether the module has been configured since build.
title "" Human-readable title for this module instance, shown in the UI.
module "tieline-gateway" Internal name of the module.
description "" Optional text describing the module instance in the UI.
notes "" Free-text field for extra notes about this configuration.
address "" IP address or hostname of the MikroTik router to connect to.
username "bug" Username used to authenticate with the MikroTik router.
password "" Password for the router user.
enabled false Flag indicating whether this module instance is active.

Capabilities

This module follows BUG’s standard capabilities model. For more information, see BUG Capabilities Documentation.

Type List
Exposes None
Consumes codec-db


Changelog

version 1.0.4

  • 2026-03-06: refactor all services and utils (966dbe9)

version 1.0.3

  • 2026-03-06: add heartbeat status check (e80dbf7)
  • 2026-03-06: refactor workers to use new taskmanager (810b64e)
  • 2026-03-06: add readme (01b282d)
  • 2026-03-06: tidy up api routes (809e61a)

version 1.0.1

  • 2023-07-21: workaround for group/connection connect bug

version 1.0.0

  • 2023-07-12: add tieline gateway module