You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

configuration.xml

This file contains all provisioning parameters. 

  • macAddress is optional, but when used it should match the macAddress of the device.


Example without MAC address

<?xml version="1.0" encoding="UTF-8"?>

<settings version="1.0" productID="e2" >

<!-- SIP -->

<param name="SipProvider.0.Name" value="ProviderA"/>


</settings>

Example with MAC address

<?xml version="1.0" encoding="UTF-8"?>

<settings version="1.0" productID="e2" macAddress= "7c:2f:80:e0:d6:d7" >

<!-- SIP -->

<param name="SipProvider.0.Name" value="ProviderA"/>


</settings>

  • No labels