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

Compare with Current View Page History

« Previous Version 5 Next »

Introduction

From software ... DM redundancy is implemented.

Via auto-provisioning you can create an back-up DECT manager, web-interface is planned.

Requirement is that the DM is DM only, DECT base on the DM must be disabled.

Auto-provisioning

<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">
    <nvm>

    <oper name="add_backup_dm">
        <param name="DMPpasswd" value="Gigaset123+"/>
        <param name="DMDisplayName" value="dm2"/>
        <param name="DmBackupFor" value="dm1"/>
    </oper>

    </nvm>
</provisioning>

  • No labels