directRoutingLogRow 资源类型
命名空间:microsoft.graph.callRecords
表示直接路由调用日志中的一行数据。 每行映射到一个调用。
方法
方法 | 返回类型 | 说明 |
---|---|---|
列出直接路由呼叫 | microsoft.graph.callRecords.directRoutingLogRow 集合 | 列出呼叫记录的 directRoutingLogRow 对象。 |
属性
属性 | 类型 | 说明 |
---|---|---|
callEndSubReason | Int32 | 除了 SIP 代码,Microsoft 还有指示特定问题的子代码。 |
callType | String | 调用类型和方向。 |
calleeNumber | String | 接收呼叫的用户或机器人的编号。 E.164 格式,但可能包括其他数据。 |
callerNumber | String | 发出呼叫的用户或机器人的编号。 E.164 格式,但可能包括其他数据。 |
correlationId | String | 调用Microsoft 支持部门时可以使用的呼叫的标识符。 Guid。 |
duration | Int32 | 调用持续时间(以秒为单位)。 |
endDateTime | DateTimeOffset | 仅成功 (完全建立) 调用存在。 呼叫结束的时间。 |
failureDateTime | DateTimeOffset | 仅存在失败 (未完全建立) 调用。 |
finalSipCodePhrase | String | SIP 代码和 Microsoft 子代码的说明。 |
finalSipCode | Int32 | 结束调用的最终响应代码。 有关详细信息,请参阅 RFC 3261。 |
id | String | 唯一的调用标识符。 Guid。 |
inviteDateTime | DateTimeOffset | 发送初始邀请的日期和时间。 |
mediaBypassEnabled | 布尔值 | 指示是否为媒体绕过启用了中继。 |
mediaPathLocation | String | 用于非bypass 调用中的媒体路径的数据中心。 |
signalingLocation | String | 用于旁路和非通呼叫的信号的数据中心。 |
startDateTime | DateTimeOffset | 呼叫开始时间。 对于失败和未接听的调用,此值可以等于邀请或失败时间。 |
successfulCall | 布尔值 | 成功或尝试。 |
trunkFullyQualifiedDomainName | String | 会话边界控制器的完全限定域名。 |
userDisplayName | String | 用户的显示名称。 |
userId | String | 在 Microsoft Graph 中调用用户的 ID。 对于机器人调用类型,此和其他用户信息为 null/空。 Guid。 |
userPrincipalName | String | UserPrincipalName (Microsoft Entra ID 中的登录名称) 。 此值通常与用户的 SIP 地址相同,并且可以与用户的电子邮件地址相同。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.callRecords.directRoutingLogRow",
"calleeNumber": "String",
"callEndSubReason": "Integer",
"callerNumber": "String",
"callType": "String",
"correlationId": "String",
"duration": "Integer",
"endDateTime": "String (timestamp)",
"failureDateTime": "String (timestamp)",
"finalSipCode": "Integer",
"finalSipCodePhrase": "String",
"id": "String (identifier)",
"inviteDateTime": "String (timestamp)",
"mediaBypassEnabled": "Boolean",
"mediaPathLocation": "String",
"signalingLocation": "String",
"startDateTime": "String (timestamp)",
"successfulCall": "Boolean",
"trunkFullyQualifiedDomainName": "String",
"userDisplayName": "String",
"userId": "String",
"userPrincipalName": "String"
}