@dialstack/sdk-dev / server/src / RingGroupUpdateParams
Interface: RingGroupUpdateParams
Defined in: sdk/server/src/index.ts:2352
Properties
confirm_external?
optional confirm_external?: boolean;
Defined in: sdk/server/src/index.ts:2364
ignore_forwarding?
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?
optional name?: string;
Defined in: sdk/server/src/index.ts:2353
timeout_action?
optional timeout_action?:
| RingGroupTimeoutAction
| null;
Defined in: sdk/server/src/index.ts:2366
Send null to clear the timeout configuration.
timeout_seconds?
optional timeout_seconds?: number;
Defined in: sdk/server/src/index.ts:2354
timeout_target?
optional timeout_target?: string | null;
Defined in: sdk/server/src/index.ts:2367