Member Junction
    Preparing search index...
    • Maps the Twilio inbound voice-webhook params to a ResolvedInboundCall. Pure + exported so the MJAPI router resolves the dialed DID → agent identity → AIBridgeEngine.StartBridgeSession without re-parsing Twilio's param names. Throws when a required param is absent so a malformed webhook fails loud.

      Parameters

      • params: Record<string, string>

        The Twilio inbound voice-webhook POST params.

      Returns ResolvedInboundCall

      The { callSid, from, to } mapping.

      When CallSid, From, or To is missing.