Type Alias: InboundPolicy
InboundPolicy =
"disabled"|"allowlist"|"pairing"|"open"
Defined in: packages/agentos/src/channels/telephony/types.ts:165
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.