@gibme/stir-shaken
    Preparing search index...
    type Entry = {
        attestationLevel?: AttestationLevel;
        calledNumber?: string;
        callerId?: string;
        event: Event;
        message: string;
        timestamp: number;
        uniqueId?: string;
    }
    Index

    Properties

    attestationLevel?: AttestationLevel

    The attestation level of the call

    calledNumber?: string

    The called number for the log event

    callerId?: string

    The caller ID for the log event

    event: Event

    The type of the logging event

    message: string

    A human-readable message for the log event

    timestamp: number

    The timestamp of the event

    uniqueId?: string

    The Asterisk unique ID for the channel