Reference10:PBX/Config/Import: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
(New page: With the import function a file containing PBX objects can be uploaded. With the XML format, the complete information of the PBX objects can be provided, with CSV only a subset of the comp...)
 
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
== CSV ==
== CSV ==


If a row starts with '&' in the first field, it is assumed, that this is a row, which defines the content of the columns of the following rows. The following definitions are available.
The values have a fixed order, so all entries should follow this order. Also the first line have only two fixed values that should not be changed and entries start on row 2.


;&n: Long Name
File should be saved in format utf-8 (BOM should be present) or latin-1.
;&h323: Name
;&e164: Number
;&dn: Display name
;&node: Node
;&pbx: PBX
;&config: Config Template Name
;pseudo/&type: Type of a pseudo object (e.g. trunk)
;&pwd: Password
;grp/&name: Group name
;grp/&mode: Group mode
;device/&hw: Device hardware id
;device/&text: Device text


By default, the following definution is used:
*In Row1 write:
**Column A: Template
**Column G: config


&cn; &h323; &e164; &config; &node; &pbx; pseudo/&type; &pwd; grp/&name; grp/&mode; device/&hw; device/&text
*Row>2:
**Column A: Long Name
**Column B: Short Name
**Column C: Number
**Column D: Config Template
**Column H: Password
**Column I: Group (only 1)
 
[[Image:PBX_Import_10.png]]

Latest revision as of 12:52, 15 December 2014

With the import function a file containing PBX objects can be uploaded. With the XML format, the complete information of the PBX objects can be provided, with CSV only a subset of the complete configuration is possible.

CSV

The values have a fixed order, so all entries should follow this order. Also the first line have only two fixed values that should not be changed and entries start on row 2.

File should be saved in format utf-8 (BOM should be present) or latin-1.

  • In Row1 write:
    • Column A: Template
    • Column G: config
  • Row>2:
    • Column A: Long Name
    • Column B: Short Name
    • Column C: Number
    • Column D: Config Template
    • Column H: Password
    • Column I: Group (only 1)

PBX Import 10.png