.. _analogue_line_MGCP_data_export: Analogue line MGCP Data Export ------------------------------ .. _19.3.4-PB5|EKB-8547: .. _21.2|EKB-8547: Filename: ``_analogue_line_mgcp.json.gz`` Layout: .. tabularcolumns:: |p{4cm}|p{8cm}|p{2cm}|p{1.5cm}| +-------------------------------+-------------------------------------------------+-----------+---------+ | 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 | string | v1 | | | or other node) | | | +-------------------------------+-------------------------------------------------+-----------+---------+ | location_name | Site Name | string | v1 | +-------------------------------+-------------------------------------------------+-----------+---------+ | hierarchy | The full hierarchy path for the | string | v1 | | | item being exported | | | +-------------------------------+-------------------------------------------------+-----------+---------+ | usernames | List of users assigned to the | Array of | v1 | | | analog port | strings | | +-------------------------------+-------------------------------------------------+-----------+---------+ | gateway | name of the gateway that the | string | v1 | | | port is on | | | +-------------------------------+-------------------------------------------------+-----------+---------+ | port_number | gateway port for this | string | v1 | | | configuration | | | +-------------------------------+-------------------------------------------------+-----------+---------+ | | the type of port for this | | | | port_type | gateway (typically FXS for | string | v1 | | | analog) | | | +-------------------------------+-------------------------------------------------+-----------+---------+ | description | description of the gateway | string | v1 | +-------------------------------+-------------------------------------------------+-----------+---------+ | | Internal Number assigned to the | | | | cucm_dn | device profile (as configured in | string | v1 | | | the PBX) | | | +-------------------------------+-------------------------------------------------+-----------+---------+ | | Array of E164 numbers and | | | | lines.E164Members | ranges assigned to ``pilot_number`` | string | v4 | | | in the case of N-1 mapped lines | | | +-------------------------------+-------------------------------------------------+-----------+---------+ | lines.E164Members.e164_number | E164 number in the case of N-1 mapped lines | string | v4 | +-------------------------------+-------------------------------------------------+-----------+---------+ | | E164 range of ``lines.E164Members.e164_number`` | | | | lines.E164Members.e164_range | in the case of N-1 mapped lines | string | v4 | +-------------------------------+-------------------------------------------------+-----------+---------+ | E164 | External Number (E164 number) | string | v1 | | | assigned to the device profile | | | +-------------------------------+-------------------------------------------------+-----------+---------+ Example (* marked fields are new in version 2) (** marked fields are new in version 4) :: [ { "division_name": "", "location_name": "", "hierarchy": "sys.hcs.CS-P.CS-AB.AB_Group", "lines": [ { "cucm_dn": "8201101", "line_group_name": "EKB-5166-LG" } ], * "partition": "Cu1Si5-Feature-PT", "hunt_group_name": "EKB-5166-HL", "E164": "", * "reseller_name": "CS-AB", "pilot_number": "8201110", * "provider_name": "CS-P", "customer_name": "AB_Group" }, { "division_name": "AB-C", "location_name": "CL1-AB-C-Berlin", "hierarchy": "sys.hcs.CS-P.CS-AB.AB_Group.AB-C.CL1-AB-C-Berlin", "lines": [], ** "E164Members": [ { ** "e164_number": "\\+495557000", ** "e164_range": "10" } ], * "partition": "Cu1Si6-Feature-PT", "hunt_group_name": "cj-hl-test-01", "E164": "\\+495557000", * "reseller_name": "CS-AB", "pilot_number": "8217500", * "provider_name": "CS-P", "customer_name": "AB_Group" } ]