Skip to content
/ .. /
HTTP Server










HTTP Server

The HTTP server provides access to services such as the localhost:<port>/phones page that shows all connected phones.

Important! intaQt must be restarted after making changes to this configuration.

Syntax

1
2
3
HttpServer {
    port = <Number>
}

Parameter

  • port - The port that the HTTP server listens on
    • Default value is set to 8080

Example

1
2
3
HttpServer  {
    port = 8080
}

Note: If using Snom phones, the port configured here must match the port configured in the Snom configuration.