Type alias InboundPolicy

InboundPolicy: "disabled" | "allowlist" | "pairing" | "open"

Inbound call policy -- how the agent handles incoming calls.

  • disabled: Reject all inbound calls.
  • allowlist: Only accept from allowed numbers.
  • pairing: Accept and pair with agent owner.
  • open: Accept all inbound calls.