Skip to main content

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

Interface: FMFM

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

A Find-Me/Follow-Me configuration.

Extends

Properties

alternates?

TypeScript
optional alternates?: FMFMAlternate[];

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

Alternate ladders a call may select by key instead of this one.

Writing find_me_follow_me replaces the whole object, alternates included — they are part of the ladder, not a separate resource. Read the object, change what you need, and send it back whole.


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.

Inherited from

FMFMBase.confirm_external


fallback

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

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

Inherited from

FMFMBase.fallback


fallback_target?

TypeScript
optional fallback_target?: string;

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

Where to send the call when fallback is target.

Inherited from

FMFMBase.fallback_target


steps

TypeScript
steps: FMFMStep[];

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

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

Inherited from

FMFMBase.steps