{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InternalDialingGet", "title": "InternalDialingGet", "type": "object", "properties": { "enableUnknownExtensionRoutePolicy": { "type": "boolean", "example": true, "description": "When enabled, calls made by users at the location to an unknown extension (between 2-6 digits) are routed to the selected route group/trunk as premises calls." }, "unknownExtensionRouteIdentity": { "$ref": "#/components/schemas/RouteIdentity", "description": "The selected route group/trunk as premises calls." } } }