Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleIntroduction

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

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


Info

You can delete the phonebook by sending an empty list.



Info
iconfalse
titleExample

<?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
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"
/>

<entry name="JohnJohnJohnJ001" surname="RamboRamboRam001" phone1="55" type1="home" phone2="66" type2="office" phone3="77" type3="mobile" email="addre@gigaset.com" call_mel="02 Memo" call_pic="Avatar Female2.jpg" app_date="21.05.2021" app_time="23:15" />

        <!--
        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>