Skip to main content

@dialstack/sdk-dev / server/src / QueueCallbackConfig

Interface: QueueCallbackConfig

Defined in: sdk/server/src/index.ts:1776

Press-1 callback configuration on a Queue. The Queue's callback field is null when callbacks are disabled. Setting a non-null value enables the feature; clearing it disables.

Properties

offer_after_seconds

TypeScript
offer_after_seconds: number;

Defined in: sdk/server/src/index.ts:1778

Seconds after queue entry before offering a press-1 callback (0-3600).


outbound_did_id

TypeScript
outbound_did_id: string | null;

Defined in: sdk/server/src/index.ts:1783

Queue-specific callback outbound caller ID DID. When null, callbacks use the captured inbound DID, then the account default outbound DID.