Settings for sending calls to a destination of your choice if your phone is not connected to the network for any reason, such as power outage, failed Internet connection, or wiring problem.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PlaceCallForwardingGet",
"title": "PlaceCallForwardingGet",
"type": "object",
"required": [
"callForwarding",
"businessContinuity"
],
"properties": {
"callForwarding": {
"$ref": "#/components/schemas/CallForwardingPlaceSettingGet",
"description": "Call forwarding settings for a Workspace."
},
"businessContinuity": {
"$ref": "#/components/schemas/BusinessContinuityGet",
"description": "Settings for sending calls to a destination of your choice if your phone is not connected to the network for any reason, such as power outage, failed Internet connection, or wiring problem."
}
}
}