Conexia Telecom SDK
    Preparing search index...

    Type Alias ParkedCall

    Represents parked call.

    type ParkedCall = {
        parkeeName: string;
        parkeeNumber: string;
        parkerName: string;
        parkerNumber: string;
        slot: string;
        uid: string;
    }
    Index
    parkeeName: string

    Name of the user that was parked.

    parkeeNumber: string

    Number of the user that was parked.

    parkerName: string

    Name of the user that parked the call.

    parkerNumber: string

    Number of the user that parked the call.

    slot: string

    Number of the parking slot on which call is parked.

    uid: string

    Unique id of parked call.