Skip to main content

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

Interface: FMFMWithPrimary

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

A Find-Me/Follow-Me configuration with its own primary ladder.

Extends​

Properties​

alternates?​

TypeScript
optional alternates?: FMFMAlternate[];

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

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:523

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:514

Inherited from​

FMFMBase.fallback


fallback_target?​

TypeScript
optional fallback_target?: string;

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

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:513

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

Inherited from​

FMFMBase.steps