Introduction

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

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


You can delete the phonebook by sending an empty list.



Example

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

<provisioning version="1.1" productID="Gsdecthx">

<nvm>

</nvm>

<lists>

<list list_name="contacts">
<entry
name="John"
surname="Doe"
phone1="1234567890"
type1="Home"
phone2="1234567891"
type2="Office"
phone3="1234567892"
type3="Mobile"
email="address@gigaset.com"
call_mel="12 P Cut"
call_pic="Avatar Male1"
app_date="01.10.2008"
app_time="23:36"
app_singal="12 P Cut"
/>
<entry
name="Thomas"
surname="Smit"
phone1="1234"
type1="Office"
/>

        <!--
        name: First name
        surname: Surname/Second name
        phone1: First telephone number for entry
        type1: Type of entry first number: "home", "office" or "mobile"
        phone2: Second telephone number for entry
        type2: Type of entry second number: "home", "office" or "mobile"
        phone3: Third telephone number for entry
        type3: Type of entry third number: "home", "office" or "mobile"
        email: Entry email address
        call_mel: VIP melody name for entry with or without extension so "12 P Cut.L22" is also valid
        call_pic: Caller picture name for entry with or without extension so "Avatar Male1.jpg" is also valid
        app_date: Appointment date in format DD.MM.YYYY
        app_time: Appointment time in format HH:MM
        app_singal: Appointment melody name for entry with or without extension so "12 P Cut.L22" is also valid
        -->

       </list>

</lists>

</provisioning>

  • No labels

1 Comment

  1. How do we upload caller pictures via provisioning?