github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/IncomingCallEvent.md (about) 1 # IncomingCallEvent 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **Aps** | [**ApsInfo**](APSInfo.md) | | [optional] 7 **Event** | **string** | Event filter URI | [optional] 8 **Uuid** | **string** | Universally unique identifier of a notification | [optional] 9 **SubscriptionId** | **string** | Internal identifier of a subscription | [optional] 10 **Timestamp** | [**time.Time**](time.Time.md) | The datetime of a call action in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z | [optional] 11 **ExtensionId** | **string** | Internal identifier of an extension | [optional] [default to ~] 12 **Action** | **string** | Calling action, for example 'StartRing' | [optional] 13 **SessionId** | **string** | Identifier of a call session | [optional] 14 **ServerId** | **string** | Identifier of a server | [optional] 15 **From** | **string** | Phone number of a caller | [optional] 16 **FromName** | **string** | Caller name | [optional] 17 **To** | **string** | Phone number of a callee | [optional] 18 **ToName** | **string** | Callee name | [optional] 19 **Sid** | **string** | Unique identifier of a session | [optional] 20 **ToUrl** | **string** | SIP proxy registration name | [optional] 21 **SrvLvl** | **string** | User data | [optional] 22 **SrvLvlExt** | **string** | User data | [optional] 23 **RecUrl** | **string** | File containing recorded caller name | [optional] 24 **PnTtl** | **int32** | Notification lifetime value in seconds, the default value is 30 seconds | [optional] 25 26 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 27 28