...
| Field | Description |
|---|---|
| Host | The IP address or hostname of the BCM PBX |
| Username | The username required to access the CDR events |
| Password | The password required to access the CDR events |
| App ID | The unique ID number given to each source of data. |
XML file
This method monitors an XML file for new nodes. To specify which nodes to monitor, an XPath query is used; to identify which nodes are new, a unique element is required. Default properties are designed to work with the ticketcollector.xml file produces by an Alcatel OmniPCX Enterprise PBX.
...
| Field | Description |
|---|---|
| Location | The full filename of the XML file to be monitored. The {app} variable can be used to specify the program data location of the running service |
| X-Path query | The XPath query to use when testing for new nodes |
| Checksum node | The unique node(element) to be used to track which nodes have been added since the last check |
| Outer element | The name of the outer XML element to be used to contain any new nodes when the new XML document is created for output |
| Check interval | The time interval the system is checking for a new node. |
| Delay | A value, in milliseconds, that specifies the artificial delay that is waited when a change in the source XML file is discovered. |
...