Member Junction
    Preparing search index...
    • Maps the Vonage inbound answer/event-webhook params to a ResolvedInboundCall. Pure + exported so the MJAPI router resolves the dialed DID → agent identity → AIBridgeEngine.StartBridgeSession without re-parsing Vonage's param names. Accepts uuid or conversation_uuid for the call id. Throws when a required param is absent so a malformed webhook fails loud.

      Parameters

      • params: Record<string, string>

        The Vonage inbound webhook params.

      Returns ResolvedInboundCall

      The { callId, from, to } mapping.

      When the call id (uuid/conversation_uuid), from, or to is missing.