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

Compare with Current View Page History

« Previous Version 3 Next »

configuration.xml

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