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

Compare with Current View Page History

« Previous Version 2 Next »

Introduction

Via auto-provisioning the upload of an phonebook is possible.

When using this feature, the existing phonebook entries are overwritten.

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

		<param name="internal_calls_ringer_melody" value="1" />
	   
    </nvm >
	
	<lists>
        <list list_name="contacts">
            <entry name="John" surname="Doe" phone1="1234567890" Type1="Home" phone2="1234567891" type2="Office" phone3="1234567892" type3="Mobile"/>
            <entry name="Thomas" surname="Smit" phone1="1234" type1="Office"/>
            <entry name="JohnJohnJohnJ001" surname="RamboRamboRam001" phone1="55" type1="home" phone2="66" type2="office" phone3="77" type3="mobile" email="addre@gigaset.com" />
        </list>
    </lists>

</provisioning>
  • No labels