The user needs to specify the path to a provisioning file. The provisioning
file is a xml file that describes how to generate the configuration files
for NBE.
The xml file must have the <?xml version="1.0" encoding="utf-8"?> tag
and for root, <pbxConfiguration> tag. The <pbxConfiguration>
tag needs to have the following arguments:
- version (Current version is "1.0")
- applicationName (e.g. "Netborder Express Gateway")
- applicationVersion (e.g. "4.1.3")
- oemName
- oemVersion
Here is an example of an xml file that will generate configuration files
for a NBE system with a A200 board with 2 FXO and 2 FXS:
provisioning-example-a200-2fxo-2fxs.xml
PLEASE NOTE THIS IS NOT A VALID INPUT FILE. THIS IS JUST AN EXAMPLE