Skip to main content

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

Interface: FMFMBase

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

The Find-Me/Follow-Me ladder itself. Steps are tried in order.

Extended by

Properties

confirm_external?

TypeScript
optional confirm_external?: boolean;

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

Require external targets to press a key before connecting. Recommended whenever a step rings a mobile: without it the mobile's carrier voicemail can answer and win the race, connecting the call to that voicemail rather than to the person.


fallback

TypeScript
fallback: "voicemail" | "target" | "hangup";

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


fallback_target?

TypeScript
optional fallback_target?: string;

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

Where to send the call when fallback is target.


steps

TypeScript
steps: FMFMStep[];

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

1-5 steps, each with 1-10 targets.