ActiveCalls API

get listing

GET /api/rest/admin/active-calls

Parameters

Name Description
filter[id] id filter
filter[customer-id-eq] customer id eq filter
filter[vendor-id-eq] vendor id eq filter
filter[customer-acc-id-eq] customer acc id eq filter
filter[vendor-acc-id-eq] vendor acc id eq filter
filter[customer-auth-id-eq] customer auth id eq filter
filter[rateplan-id-eq] rateplan id eq filter
filter[destination-id-eq] destination id eq filter
filter[routing-group-id-eq] routing group id eq filter
filter[routing-plan-id-eq] routing plan id eq filter
filter[dialpeer-id-eq] dialpeer id eq filter
filter[orig-gw-id-eq] orig gw id eq filter
filter[term-gw-id-eq] term gw id eq filter
filter[src-country-id-eq] src country id eq filter
filter[src-network-id-eq] src network id eq filter
filter[dst-country-id-eq] dst country id eq filter
filter[dst-network-id-eq] dst network id eq filter
filter[pop-id-eq] pop id eq filter
filter[node-id-eq] node id eq filter
filter[duration-equals] duration equals filter
filter[duration-greater-than] duration greater than filter
filter[duration-less-than] duration less than filter

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjIyLCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzgxMjc5MzkyfQ.cy_IzGZA2G8NGMwjoLQHc_nfE09GGIUEYNkpBit5FGE
Host: example.org
Cookie: 

Route

GET /api/rest/admin/active-calls

Response

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/vnd.api+json
vary: Accept
etag: W/"e8253c764c5203dbc1f01c758b893f97"
cache-control: max-age=0, private, must-revalidate
x-request-id: e74598f6-762b-446e-9f10-3359ce375446
x-runtime: 0.032085
content-length: 13223

Status

200 OK

Body

{
  "data": [
    {
      "id": "1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072",
      "type": "active-calls",
      "links": {
        "self": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072"
      },
      "attributes": {
        "start-time": "2026-06-12T15:37:14.000Z",
        "connect-time": "2026-06-12T15:37:52.000Z",
        "duration": 54,
        "time-limit": 4909,
        "dst-prefix-in": "9810441492550028",
        "dst-prefix-routing": "3800000000000000000",
        "lrn": null,
        "dst-prefix-out": "3800000000000000000",
        "src-prefix-in": "10317",
        "src-prefix-routing": "10317",
        "src-prefix-out": "10317",
        "diversion-in": null,
        "diversion-out": null,
        "destination-initial-rate": "0.11",
        "destination-next-rate": "0.11",
        "destination-initial-interval": 1,
        "destination-next-interval": 1,
        "destination-fee": "0.0",
        "destination-rate-policy-id": 1,
        "dialpeer-initial-rate": "0.005",
        "dialpeer-next-rate": "0.001",
        "dialpeer-initial-interval": 1,
        "dialpeer-next-interval": 1,
        "dialpeer-fee": "0.0",
        "leg-a-remote-ip": "192.168.88.23",
        "leg-a-remote-port": 5060,
        "orig-call-id": "2141402782-1223087865-286388420",
        "leg-a-local-ip": "192.168.88.23",
        "leg-a-local-port": 5061,
        "local-tag": "C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072",
        "leg-b-local-ip": "",
        "leg-b-local-port": 0,
        "term-call-id": "8-5D73A55A-5CFB77360000494D-19C01700",
        "leg-b-remote-ip": "",
        "leg-b-remote-port": 0
      },
      "relationships": {
        "customer": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/relationships/customer",
            "related": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/customer"
          }
        },
        "vendor": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/relationships/vendor",
            "related": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/vendor"
          }
        },
        "customer-acc": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/relationships/customer-acc",
            "related": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/customer-acc"
          }
        },
        "vendor-acc": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/relationships/vendor-acc",
            "related": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/vendor-acc"
          }
        },
        "customer-auth": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/relationships/customer-auth",
            "related": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/customer-auth"
          }
        },
        "rateplan": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/relationships/rateplan",
            "related": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/rateplan"
          }
        },
        "destination": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/relationships/destination",
            "related": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/destination"
          }
        },
        "routing-group": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/relationships/routing-group",
            "related": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/routing-group"
          }
        },
        "routing-plan": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/relationships/routing-plan",
            "related": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/routing-plan"
          }
        },
        "dialpeer": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/relationships/dialpeer",
            "related": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/dialpeer"
          }
        },
        "orig-gw": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/relationships/orig-gw",
            "related": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/orig-gw"
          }
        },
        "term-gw": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/relationships/term-gw",
            "related": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/term-gw"
          }
        },
        "src-country": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/relationships/src-country",
            "related": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/src-country"
          }
        },
        "src-network": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/relationships/src-network",
            "related": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/src-network"
          }
        },
        "dst-country": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/relationships/dst-country",
            "related": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/dst-country"
          }
        },
        "dst-network": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/relationships/dst-network",
            "related": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/dst-network"
          }
        },
        "pop": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/relationships/pop",
            "related": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/pop"
          }
        },
        "node": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/relationships/node",
            "related": "http://example.org/api/rest/admin/active-calls/1*C8-18FA-0862BB81CAC7BF77A9C9F68F755478C1-59A368A534220072/node"
          }
        }
      }
    },
    {
      "id": "1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F",
      "type": "active-calls",
      "links": {
        "self": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F"
      },
      "attributes": {
        "start-time": "2026-06-12T15:37:02.000Z",
        "connect-time": "2026-06-12T15:37:52.000Z",
        "duration": 27,
        "time-limit": 4909,
        "dst-prefix-in": "9810441492550028",
        "dst-prefix-routing": "3800000000000000000",
        "lrn": null,
        "dst-prefix-out": "3800000000000000000",
        "src-prefix-in": "10317",
        "src-prefix-routing": "10317",
        "src-prefix-out": "10317",
        "diversion-in": null,
        "diversion-out": null,
        "destination-initial-rate": "0.11",
        "destination-next-rate": "0.11",
        "destination-initial-interval": 1,
        "destination-next-interval": 1,
        "destination-fee": "0.0",
        "destination-rate-policy-id": 1,
        "dialpeer-initial-rate": "0.005",
        "dialpeer-next-rate": "0.001",
        "dialpeer-initial-interval": 1,
        "dialpeer-next-interval": 1,
        "dialpeer-fee": "0.0",
        "leg-a-remote-ip": "192.168.88.23",
        "leg-a-remote-port": 5060,
        "orig-call-id": "2141402782-1223087865-286388420",
        "leg-a-local-ip": "192.168.88.23",
        "leg-a-local-port": 5061,
        "local-tag": "E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F",
        "leg-b-local-ip": "",
        "leg-b-local-port": 0,
        "term-call-id": "8-5D73A55A-5CFB77360000494D-19C01700",
        "leg-b-remote-ip": "",
        "leg-b-remote-port": 0
      },
      "relationships": {
        "customer": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/relationships/customer",
            "related": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/customer"
          }
        },
        "vendor": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/relationships/vendor",
            "related": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/vendor"
          }
        },
        "customer-acc": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/relationships/customer-acc",
            "related": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/customer-acc"
          }
        },
        "vendor-acc": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/relationships/vendor-acc",
            "related": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/vendor-acc"
          }
        },
        "customer-auth": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/relationships/customer-auth",
            "related": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/customer-auth"
          }
        },
        "rateplan": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/relationships/rateplan",
            "related": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/rateplan"
          }
        },
        "destination": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/relationships/destination",
            "related": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/destination"
          }
        },
        "routing-group": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/relationships/routing-group",
            "related": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/routing-group"
          }
        },
        "routing-plan": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/relationships/routing-plan",
            "related": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/routing-plan"
          }
        },
        "dialpeer": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/relationships/dialpeer",
            "related": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/dialpeer"
          }
        },
        "orig-gw": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/relationships/orig-gw",
            "related": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/orig-gw"
          }
        },
        "term-gw": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/relationships/term-gw",
            "related": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/term-gw"
          }
        },
        "src-country": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/relationships/src-country",
            "related": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/src-country"
          }
        },
        "src-network": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/relationships/src-network",
            "related": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/src-network"
          }
        },
        "dst-country": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/relationships/dst-country",
            "related": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/dst-country"
          }
        },
        "dst-network": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/relationships/dst-network",
            "related": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/dst-network"
          }
        },
        "pop": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/relationships/pop",
            "related": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/pop"
          }
        },
        "node": {
          "links": {
            "self": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/relationships/node",
            "related": "http://example.org/api/rest/admin/active-calls/1*E6-3076-80730C453D6557491321C69117B078AD-5F1078A5EF7D6B3F/node"
          }
        }
      }
    }
  ],
  "meta": {
    "total-count": 0
  }
}