Analogue Line SCCP Data Export¶
Filename: <YYYY-MM-DD_HHMM>_analogue_line_sccp.json.gz
Layout:
ELEMENT | DESCRIPTION | DATA TYPE | VERSION |
---|---|---|---|
provider_name | Name of the Provider | string | v2 |
reseller_name | Name of the Reseller | string | v2 |
customer_name | name of the customer | string | v1 |
division_name | Intermediate Node (e.g Division or other node) | string | v1 |
location_name | Site Name | string | v1 |
hierarchy | The full hierarchy path for the item being exported | string | v1 |
usernames | List of users assigned to the analog port | Array of strings | v1 |
gateway | name of the gateway that the port is on | string | v1 |
port_number | gateway port for this configuration | string | v1 |
port_type | the type of port for this gateway (typically FXS for analog) | string | v1 |
description | description of the gateway | string | v1 |
cucm_dn | Internal Number assigned to the device profile (as configured in the PBX) | string | v1 |
E164 | External Number (E164 number) assigned to the device profile | string | v1 |
Example
(* marked fields are new in version 2)
[
{
* "provider_name": "CS-P",
* "reseller_name": "CS-NB",
"customer_name": "InGen",
"division_name": "",
"location_name": "StandardSite1",
"usernames": [
"SSUser33"
],
"description": "",
"hierarchy": "sys.hcs.CS-P.CS-NB.InGen.StandardSite1",
"port_number": 0,
"port_type": "Analog Phone",
"E164": "",
"cucm_dn": "81214050",
"gateway": "SKIGW9981212041"
}
]