Webex · Schema

ECBNDirectLineEffectiveLevelType

* `DIRECT_LINE` - Returned calls from the Public Safety Answering Point go directly to the member. The Emergency Service Address configured by the PSTN to the member's phone is specific to the member’s location. * `LOCATION_ECBN` - Each location can have an ECBN configured that is different from the location’s main number. Location Default ECBN is typically configured for users without dedicated telephone numbers or with only an extension. * `LOCATION_NUMBER` - A location’s main number that is suitable for when the location has a single building with a single floor. * `NONE` - There is no effective level type selected.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-ecbndirectlineeffectiveleveltype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ECBNDirectLineEffectiveLevelType",
  "title": "ECBNDirectLineEffectiveLevelType",
  "type": "string",
  "enum": [
    "DIRECT_LINE",
    "LOCATION_ECBN",
    "LOCATION_NUMBER",
    "NONE"
  ],
  "description": " * `DIRECT_LINE` - Returned calls from the Public Safety Answering Point go directly to the member. The Emergency Service Address configured by the PSTN to the member's phone is specific to the member\u2019s location.\n * `LOCATION_ECBN` - Each location can have an ECBN configured that is different from the location\u2019s main number. Location Default ECBN is typically configured for users without dedicated telephone numbers or with only an extension.\n * `LOCATION_NUMBER` - A location\u2019s main number that is suitable for when the location has a single building with a single floor.\n * `NONE` - There is no effective level type selected.\n"
}