Skip to main content

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

Interface: RingGroupUpdateParams

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

Properties​

confirm_external?​

TypeScript
optional confirm_external?: boolean;

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


ignore_forwarding?​

TypeScript
optional ignore_forwarding?: boolean;

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

When true, a SIP 302 redirect (call forwarding) sent by a member's device is ignored: that device is treated as busy and the group keeps ringing its other members. Reaches only forwarding the device performs itself, and applies to every leg the group dials, including devices reached through a member's Find Me / Follow Me. It does not disable Find Me / Follow Me or change which targets that produces.


name?​

TypeScript
optional name?: string;

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


timeout_action?​

TypeScript
optional timeout_action?:
| RingGroupTimeoutAction
| null;

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

Send null to clear the timeout configuration.


timeout_seconds?​

TypeScript
optional timeout_seconds?: number;

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


timeout_target?​

TypeScript
optional timeout_target?: string | null;

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