github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/ForwardingInfo.md (about) 1 # ForwardingInfo 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **NotifyMySoftPhones** | **bool** | Specifies if the user's softphone(s) are notified before forwarding the incoming call to desk phones and forwarding numbers | [optional] 7 **NotifyAdminSoftPhones** | **bool** | Specifies if the administrator's softphone is notified before forwarding the incoming call to desk phones and forwarding numbers. The default value is 'False' | [optional] 8 **SoftPhonesRingCount** | **int32** | Number of rings before forwarding starts | [optional] 9 **RingingMode** | **string** | Specifies the order in which 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 | [optional] 10 **Rules** | [**[]RuleInfo**](RuleInfo.md) | Information on a call forwarding rule | [optional] 11 12 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 14