Member Junction
    Preparing search index...

    Parsed identity of an inbound INVITE the coordinator needs to resolve the call to an agent.

    interface InboundInviteInfo {
        callId: string;
        from: string;
        to: string;
    }
    Index

    Properties

    Properties

    callId: string

    The SIP Call-ID — the parking key + the bridge's inbound call id.

    from: string

    The caller's number (parsed from the SIP From header).

    to: string

    The dialed DID (parsed from the SIP To header) — resolved to a pinned agent identity.