CONFIGURATION ELEMENTS

provisioning_time_frame_begin

<param name="provisioning_time_frame_begin" value="1432"/>

Time (in format HHMM)

provisioning_time_frame_end

<param name="provisioning_time_frame_end" value="1500"/>

Time (in format HHMM)

provisioning_selected_days

<param name="provisioning_selected_days" value="monday,friday,wednesday,daily"/>

Days as strings: 'monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday', 'sunday', 'daily'. Days names may be separated only by single comma ','. No other character is allowed. Any incorrect character causes value rejection. Comma ',' cannot start or end string. Day name may occur only once in a string.

handset_reset_visible

<param name="handset_reset_visible" value="0"/>

0 or 'false' - hide menu, 1 or 'true' - show menu

handset_update_visible

<param name="handset_update_visible" value="0"/>

0 or 'false' - hide menu, 1 or 'true' - show menu

registration_visible

<param name="registration_visible" value="1"/>

0 or 'false' - hide menu, 1 or 'true' - show menu

left_softkey_function

<param name="left_softkey_function" value="alarm_clock"/>

Softkeys as names: 'quickdial', 'alarm_clock', 'calendar', 'redial', 'local_dir', 'base_functions', Other functions are not supported. Use "clear" to restore default softkey. Note: option quickdial must be synchronized with provisioning of quick_dial list!

right_softkey_function

<param name="right_softkey_function" value="local_dir"/>

Softkeys as names: 'quickdial', 'alarm_clock', 'calendar', 'redial', 'local_dir', 'base_functions', Other functions are not supported. Use "clear" to restore default softkey. Note: option quickdial must be synchronized with provisioning of quick_dial list!

emg_keylock_bypass_allowed

<param name="emg_keylock_bypass_allowed" value="0"/>

0 or 'false' - do not allow dialing to SOS numbers directly from keypad locked, 1 or 'true' - allow it


LISTS

<lists>
    <list list_name="contacts">
        <entry
        name="John"
        surname="Smith"
        phone1="111222333"
        type1="home"
        phone2="222333111"
        type2="office"
        phone3="333222111"
        type3="mobile"
        email="address@gigaset.com"
        call_mel="12 P Cut"
        call_pic="Avatar Male1"
        app_date="01.10.2008"
        app_time="09:15"
        app_singal="12 P Cut"
        />
        <!--
        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: Anniversary date in format DD.MM.YYYY
        app_time: Anniversary time in format HH:MM
        app_singal: Melody name for entry with or without extension so "12 P Cut.L22" is also valid
        -->
    </list>
    <list list_name="appointment">
        <entry
        name="Visit dentist!"
        date="01.10.2028"
        time="17:36"
        />
        <!--
        name: Appointment name
        date: Appointment date in format DD.MM.YYYY
        time: Appointment time in format HH:MM
        -->
    </list>
    <list list_name="quick_dial">
        <entry
        name="John"
        phone="111222333"
        shortcut="5"
        />
        <!--
        name: Name
        phone: Telephone number for entry
        shortcut: quickdial assigned key, valid values: 0, 2-9, "softkey_left", "softkey_right". Note: softkey assignment must be synchronized with provisioning of left_softkey_function and/or right_softkey_function
        -->
    </list>
    <list list_name="direct_dial_hard_keys">
        <entry
        name="John"
        surname="John"
        phone="111222333"
        />
        <!--
        name: First name
        surname: Name
        phone: Telephone number for entry
        -->
    </list>
</lists>


RESOURCES

<resources>
    <resource_file
    type="clip_pictures"
    crc="0xFFFF"
    url="127.0.0.0/some_graphic.jpg"
    />
    <!--
    type: Type of resources:
        "clip_pictures": Allowed files extensions - .jpg, .JPG, .jpeg, .JPEG, .gif, .GIF. The maximum allowed resolution is 240x172. Please do not upload files exceeding this resolution as it may damage the handset.
        "sounds": Allowed files extensions - .722, .L22, .l22, .733, .L33, .l33
        "screen_saver": Allowed files extensions - .jpg, .JPG, .jpeg, .JPEG, .gif, .GIF. The maximum allowed resolution is 240x320. Please do not upload files exceeding this resolution as it may damage the handset.
    crc: Reserved for future use. Currently should be always "0xFFFF"
    url: Resource file location
        IMPORTANT!!!:
        File name is taken from URL e.g. : if URL is "127.0.0.0/some_graphic.jpg" file name will be 'some_graphic.jpg'
        File name (including extension) is case sensitive
        Additionally max file name that can be stored in FFS is 20 characters including file extension. So max file name is e.g.: 1234567890123456.722

    -->
</resources>

  • No labels