VoiceMisconfiguration
Stay organized with collections
Save and categorize content based on your preferences.
An alert triggered when Google Voice configuration becomes invalid, generally due to an external entity being modified or deleted.
Fields |
entityName |
string
Name of the entity whose configuration is now invalid.
|
entityType |
enum (EntityType )
Type of the entity whose configuration is now invalid.
|
voicemailMisconfiguration |
object (VoicemailMisconfiguration )
Issue(s) with sending to voicemail.
|
transferMisconfiguration |
object (TransferMisconfiguration )
Issue(s) with transferring or forwarding to an external entity.
|
membersMisconfiguration |
object (TransferMisconfiguration )
Issue(s) with members of a ring group.
|
fixUri |
string
Link that the admin can follow to fix the issue.
|
VoicemailMisconfiguration
Issue(s) with sending to voicemail.
VoicemailRecipientError
Issue(s) with a voicemail recipient.
Fields |
invalidReason |
enum (EmailInvalidReason )
Reason for the error.
|
email |
string
Email address of the invalid recipient. This may be unavailable if the recipient was deleted.
|
TransferMisconfiguration
Error related to transferring or forwarding a phone call.
Fields |
errors[] |
object (TransferError )
Details for each invalid transfer or forward.
|
TransferError
Details for an invalid transfer or forward.
Fields |
entityType |
enum (TransferEntityType )
Type of entity being transferred to. For ring group members, this should always be USER.
|
invalidReason |
enum (TransferInvalidReason )
Reason for the error.
|
id |
string
Ring group or auto attendant ID. Not set for users.
|
name |
string
User's full name, or the ring group / auto attendant name. This may be unavailable if the entity was deleted.
|
email |
string
User's email address. This may be unavailable if the entity was deleted.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-25 UTC.
[null,null,["Last updated 2025-03-25 UTC."],[],[],null,["# VoiceMisconfiguration\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [VoicemailMisconfiguration](#VoicemailMisconfiguration)\n - [JSON representation](#VoicemailMisconfiguration.SCHEMA_REPRESENTATION)\n- [VoicemailRecipientError](#VoicemailRecipientError)\n - [JSON representation](#VoicemailRecipientError.SCHEMA_REPRESENTATION)\n- [TransferMisconfiguration](#TransferMisconfiguration)\n - [JSON representation](#TransferMisconfiguration.SCHEMA_REPRESENTATION)\n- [TransferError](#TransferError)\n - [JSON representation](#TransferError.SCHEMA_REPRESENTATION)\n\nAn alert triggered when Google Voice configuration becomes invalid, generally due to an external entity being modified or deleted.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"entityName\": string, \"entityType\": enum (/workspace/admin/alertcenter/reference/rest/v1beta1/EntityType), \"voicemailMisconfiguration\": { object (/workspace/admin/alertcenter/reference/rest/v1beta1/VoiceMisconfiguration#VoicemailMisconfiguration) }, \"transferMisconfiguration\": { object (/workspace/admin/alertcenter/reference/rest/v1beta1/VoiceMisconfiguration#TransferMisconfiguration) }, \"membersMisconfiguration\": { object (/workspace/admin/alertcenter/reference/rest/v1beta1/VoiceMisconfiguration#TransferMisconfiguration) }, \"fixUri\": string } ``` |\n\n| Fields ||\n|-----------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `entityName` | `string` Name of the entity whose configuration is now invalid. |\n| `entityType` | `enum (`[EntityType](/workspace/admin/alertcenter/reference/rest/v1beta1/EntityType)`)` Type of the entity whose configuration is now invalid. |\n| `voicemailMisconfiguration` | `object (`[VoicemailMisconfiguration](/workspace/admin/alertcenter/reference/rest/v1beta1/VoiceMisconfiguration#VoicemailMisconfiguration)`)` Issue(s) with sending to voicemail. |\n| `transferMisconfiguration` | `object (`[TransferMisconfiguration](/workspace/admin/alertcenter/reference/rest/v1beta1/VoiceMisconfiguration#TransferMisconfiguration)`)` Issue(s) with transferring or forwarding to an external entity. |\n| `membersMisconfiguration` | `object (`[TransferMisconfiguration](/workspace/admin/alertcenter/reference/rest/v1beta1/VoiceMisconfiguration#TransferMisconfiguration)`)` Issue(s) with members of a ring group. |\n| `fixUri` | `string` Link that the admin can follow to fix the issue. |\n\nVoicemailMisconfiguration\n-------------------------\n\nIssue(s) with sending to voicemail.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"errors\": [ { object (/workspace/admin/alertcenter/reference/rest/v1beta1/VoiceMisconfiguration#VoicemailRecipientError) } ] } ``` |\n\n| Fields ||\n|------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `errors[]` | `object (`[VoicemailRecipientError](/workspace/admin/alertcenter/reference/rest/v1beta1/VoiceMisconfiguration#VoicemailRecipientError)`)` Issue(s) with voicemail recipients. |\n\nVoicemailRecipientError\n-----------------------\n\nIssue(s) with a voicemail recipient.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"invalidReason\": enum (/workspace/admin/alertcenter/reference/rest/v1beta1/EmailInvalidReason), \"email\": string } ``` |\n\n| Fields ||\n|-----------------|-------------------------------------------------------------------------------------------------------------------------------|\n| `invalidReason` | `enum (`[EmailInvalidReason](/workspace/admin/alertcenter/reference/rest/v1beta1/EmailInvalidReason)`)` Reason for the error. |\n| `email` | `string` Email address of the invalid recipient. This may be unavailable if the recipient was deleted. |\n\nTransferMisconfiguration\n------------------------\n\nError related to transferring or forwarding a phone call.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"errors\": [ { object (/workspace/admin/alertcenter/reference/rest/v1beta1/VoiceMisconfiguration#TransferError) } ] } ``` |\n\n| Fields ||\n|------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `errors[]` | `object (`[TransferError](/workspace/admin/alertcenter/reference/rest/v1beta1/VoiceMisconfiguration#TransferError)`)` Details for each invalid transfer or forward. |\n\nTransferError\n-------------\n\nDetails for an invalid transfer or forward.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"entityType\": enum (/workspace/admin/alertcenter/reference/rest/v1beta1/TransferEntityType), \"invalidReason\": enum (/workspace/admin/alertcenter/reference/rest/v1beta1/TransferInvalidReason), \"id\": string, \"name\": string, \"email\": string } ``` |\n\n| Fields ||\n|-----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `entityType` | `enum (`[TransferEntityType](/workspace/admin/alertcenter/reference/rest/v1beta1/TransferEntityType)`)` Type of entity being transferred to. For ring group members, this should always be USER. |\n| `invalidReason` | `enum (`[TransferInvalidReason](/workspace/admin/alertcenter/reference/rest/v1beta1/TransferInvalidReason)`)` Reason for the error. |\n| `id` | `string` Ring group or auto attendant ID. Not set for users. |\n| `name` | `string` User's full name, or the ring group / auto attendant name. This may be unavailable if the entity was deleted. |\n| `email` | `string` User's email address. This may be unavailable if the entity was deleted. |"]]