Package com.ringcentral.definitions
Class ForwardingInfo
java.lang.Object
com.ringcentral.definitions.ForwardingInfo
Forwarding parameters. Returned if 'ForwardCalls' is specified in 'callHandlingAction'. These settings determine the forwarding numbers to which the call will be forwarded
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated parameter.Deprecated parameter.Specifies if the user's softphone(s) are notified before forwarding the incoming call to desk phones and forwarding numbersSpecifies the order in which the forwarding numbers ring.Information on a call forwarding ruleSpecifies that desktop and mobile applications of the user will ring till the end of their forwarding list.Specifies if desktop and mobile applications of the user are notified before (true) or after (false) forwarding the incoming call to desk phones and forwarding numbers.Number of rings before forwarding starts Format: int32 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmobileTimeout
(Boolean mobileTimeout) notifyAdminSoftPhones
(Boolean notifyAdminSoftPhones) notifyMySoftPhones
(Boolean notifyMySoftPhones) ringingMode
(String ringingMode) rules
(ForwardingRuleInfo[] rules) softPhonesAlwaysRing
(Boolean softPhonesAlwaysRing) softPhonesPositionTop
(Boolean softPhonesPositionTop) softPhonesRingCount
(Long softPhonesRingCount)
-
Field Details
-
notifyMySoftPhones
Specifies if the user's softphone(s) are notified before forwarding the incoming call to desk phones and forwarding numbers -
notifyAdminSoftPhones
Deprecated parameter. Specifies if the administrator's softphone is notified before forwarding the incoming call to desk phones and forwarding numbers. The default value is `false` -
softPhonesRingCount
Number of rings before forwarding starts Format: int32 -
softPhonesAlwaysRing
Specifies that desktop and mobile applications of the user will ring till the end of their forwarding list. If set to `true` then `softPhonesRingCount` is ignored Default: true -
ringingMode
Specifies the order in which the forwarding numbers ring. 'Sequentially' means that forwarding numbers are ringing one at a time, in order of priority. 'Simultaneously' means that forwarding numbers are ring all at the same time Enum: Sequentially, Simultaneously -
rules
Information on a call forwarding rule -
softPhonesPositionTop
Specifies if desktop and mobile applications of the user are notified before (true) or after (false) forwarding the incoming call to desk phones and forwarding numbers. Applicable only if `notifyMySoftPhones` parameter is set to `true` -
mobileTimeout
Deprecated parameter. Specifies if mobile timeout is activated for the rule
-
-
Constructor Details
-
ForwardingInfo
public ForwardingInfo()
-
-
Method Details
-
notifyMySoftPhones
-
notifyAdminSoftPhones
-
softPhonesRingCount
-
softPhonesAlwaysRing
-
ringingMode
-
rules
-
softPhonesPositionTop
-
mobileTimeout
-