@dialstack/sdk-dev / server/src / RingGroupCreateParams
Interface: RingGroupCreateParams
Defined in: sdk/server/src/index.ts:2335
Properties
confirm_external?
TypeScript
optional confirm_external?: boolean;
Defined in: sdk/server/src/index.ts:2347
ignore_forwarding?
TypeScript
optional ignore_forwarding?: boolean;
Defined in: sdk/server/src/index.ts:2346
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
name: string;
Defined in: sdk/server/src/index.ts:2336
timeout_action?
TypeScript
optional timeout_action?: RingGroupTimeoutAction;
Defined in: sdk/server/src/index.ts:2348
timeout_seconds?
TypeScript
optional timeout_seconds?: number;
Defined in: sdk/server/src/index.ts:2337
timeout_target?
TypeScript
optional timeout_target?: string;
Defined in: sdk/server/src/index.ts:2349