@dialstack/sdk / index / InboundRouting
Type Alias: InboundRouting
type InboundRouting = "default" | "drop";
Defined in: sdk/src/types/phone-numbers.ts:27
How inbound calls to a number are handled. default follows routing_target
(routing to the target when set, otherwise ringing all users on the account);
drop deliberately drops inbound calls with no ring and no message.