latestOpenAPI 3.1.0PortSIP2026-08-105581112.6 MB

577415d4a3d5

Media Server

Retrieve a media server

Retrieve a media server.

get/media_servers/{id}

Path parameters

idstring required

The unique ID of the resource.

Example:NzAwNTUxOTA5NzczMTQ4MTYw

The unique ID of the media server.

Response

OK

idstring

The unique ID of the resource.

namestring

The name of media server.

type'INTERNAL' | 'EXTERNAL'

Every PortSIP PBX has a built-in media server marked as INTERNAL;
Newly added media servers will be marked as "EXTERNAL".

enabledboolean

The activate status or deactivated status.

private_ipv4string

Host IPV4 address.

private_ipv6string

Host IPV6 address.

public_ipv4string

Host IPV4 address.

public_ipv6string

Host IPV6 address.

max_concurrencyinteger

Max concurrent sessions.

custom_optionsstring

Some custom configuration options serialized as json string

Example response

{
  "id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}