Conexia Telecom SDK
    Preparing search index...

    Type Alias Dashboard

    Represents dashboard information

    type Dashboard = {
        answeredCalls: string;
        billing: string;
        callerIdBlocked: string;
        callForwarding: string;
        callForwardingNumber: string;
        dnd: string;
        extInfo: ExtensionInfoItem;
        timeOnCall: string;
        totalBill: string;
        totalCalls: string;
        voicemail: string;
    }
    Index
    answeredCalls: string

    Number of answered calls (for the current day only).

    billing: string

    Whether the billing is enabled or not.

    callerIdBlocked: string

    Indicating whether the caller ID is set to “anonymous”, or “anonymous” only.

    callForwarding: string

    Indicating whether the unconditional call forwading is enabled.

    callForwardingNumber: string

    Contains the first number set for unconditional call forwarding, or an empty string, if the number is not set.

    dnd: string

    Status of the DND enhanced service.

    Information about all of our currently registered devices.

    timeOnCall: string

    Total talk time for a user (for the current day only) in seconds.

    totalBill: string

    Total amount spent on calls (for the current day only).

    totalCalls: string

    Number of all calls (for the current day only).

    voicemail: string

    Number of unread voicemail messages.