Analogue Line SCCP Data Export#
Filename: <YYYY-MM-DD_HHMM>_analogue_line_sccp.json.gz
Layout:
ELEMENT |
DESCRIPTION AND SOURCE FIELD |
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 device/cucm/User.userid |
Array of strings |
v1 |
gateway |
name of the gateway that the port is on device/cucm/GatewaySccpEndpoints.domainName |
string |
v1 |
port_number |
gateway port for this configuration device/cucm/GatewaySccpEndpoints.endpoint.index |
string |
v1 |
port_type |
the type of port for this gateway (typically FXS for analog) device/cucm/GatewaySccpEndpoints.endpoint.product |
string |
v1 |
description |
description of the gateway device/cucm/GatewaySccpEndpoints.endpoint.description |
string |
v1 |
E164Members |
Array of E164 numbers and
ranges assigned to |
string |
v4 |
ELEMENT: cucm_dn
DESCRIPTION: Internal Number assigned to the device profile (as configured in the PBX)
SOURCE FIELD: device/cucm/GatewaySccpEndpoints.endpoint.lines.line.0.dirn.pattern
DATA TYPE: string
VERSION: v1
ELEMENT: E164
DESCRIPTION: External Number (E164 number) assigned to the device profile
SOURCE FIELD: device/cucm/GatewaySccpEndpoints.endpoint.lines.line.0.dirn.pattern
DATA TYPE: string
VERSION: v1
ELEMENT: E164Members.e164_number
DESCRIPTION: E164 number in the case of N-1 mapped lines
DATA TYPE: string
VERSION: v4
ELEMENT: E164Members.e164_range
DESCRIPTION: E164 range of
E164Members.e164_number
in the case of N-1 mapped linesDATA TYPE: string
VERSION: v4
Example
[
{
"division_name": "Intermed1",
"usernames": [
"test_userid"
],
"location_name": "Site1",
"description": "AN202AAAA202000",
"port_number": 0,
"hierarchy": "sys.48D13080D77F.Prov1.Resel1.Cust1.Intermed1.Intermed1_1.Site1",
"gateway": "SKIGW202AAAA202",
"E164": "test_e164",
"port_type": "Analog Phone",
"reseller_name": "Resel1",
"provider_name": "Prov1",
"cucm_dn": "\\+155545",
"customer_name": "Cust1"
}
]