Skip to content

ActiveCalls #8

Open
Open
@G4L1L3O

Description

@G4L1L3O

I was trying to do a test here, but I saw that in the structure there is no call to part of the API other than activecalls.

https://host:5001/api/activecalls.

Would it be possible to get something from this url in 3cx_exporter?

Basically this is the structure.

package main

import "time"

type Call struct {
ID int json:"Id"
Caller string json:"Caller"
Callee string json:"Callee"
Status string json:"Status"
LastChangeStatus string json:"LastChangeStatus"
EstablishedAt string json:"EstablishedAt"
}

type ActiveCallsResponse struct {
Now string json:"Now"
List []Call json:"list"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions