User Tools

Site Tools


start

Welcome to the Telecom X wiki

This site documents everything about the Telecom X platform and how to use it.
If you have questions, suggestions etc. please e-mail pm@telecomx.dk.


The Application Programming Interface is a REST/JSON based webservice. It gives access to configuration of the entire platform or as much as the users access level will permit.

All frontends to Telecom X use this API, including websites and apps for Telecom X, Playmaker and Flexcare.

Access the API documentation here.

The realtime API enables you to subscribe to events and have them pushed to your client (webpage, Android, IOS, Windows or desktop) in realtime.

The events include:

  • Configuration events: create, update, delete, enable, disable
  • Call events: start, answer, end
  • PBX events: start, answer, hold, end, transfer, variables etc

Access the realtime documentation here.

Misc documentation

AI assistant access (MCP)

This wiki can be used directly by AI assistants via the Model Context Protocol. Point any MCP-capable client (Claude Code, Claude Desktop, …) at https://wiki.telecomx.dk/mcp (Streamable HTTP) and your assistant can search the wiki, read pages, browse namespaces, list recent changes and look up backlinks.

Claude Code:

claude mcp add --transport http telecomx-wiki https://wiki.telecomx.dk/mcp

Claude Desktop (in claude_desktop_config.json, requires Node.js):

{
  "mcpServers": {
    "telecomx-wiki": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://wiki.telecomx.dk/mcp"]
    }
  }
}
start.txt · Last modified: by Per Møller

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki