Directory
127
Template Element Valid Values
<Name>Contact Name</Name>
<Telephone>Contact Num-
ber</Telephone>
<DirectoryEntry>
Specify the contact name between <Name>
and </Name>;
Specify the number type in <Telephone
label>;
Specify the contact number between <Tele-
phone> and</Telephone>
Menu.xml
<MenuItem>
<Name>Department</Name>
<URL>Department URI</URL>
</MenuItem>
Add a contact department/group file:
Specify the department/group name between
<Name> and </Name>;
Specify the department/group access URL
between <URL> and</URL>
<SoftKeyItem>
<Name>#</Name>
<URL>http://10.2.9.1:99/Department.xml</URL>
</SoftKeyItem>
Specify a department/group file for a key:
Specify *key, # key or digit key between
<Name> and </Name>;
Specify the department/group access URL
between <URL> and</URL>
Customizing Remote Phone Book File
1. Add contacts in a Department.xml file. Each starts on a new line.
For example,
<DirectoryEntry>
<Name>Lily</Name>
<Telephone>123456</Telephone>
</DirectoryEntry>
<DirectoryEntry>
<Name>Jim</Name>
<Telephone>654321</Telephone>
</DirectoryEntry>
2. You can create multiple department.xml files, rename these files and specify multiple contacts in these files. For
example, Market.xml with contact Lily and Jim, Propaganda.xml with other contacts and so on.
3. Save these files and place them on the provisioning server.
4. Copy the department files URLs and specify them in the Menu.xml file.
For example,
<MenuItem>
<Name>Market</Name>
<URL>http://192.168.0.1:99/Market.xml</URL>
</MenuItem>
<SoftKeyItem>
<Name>1</Name>
<URL>http://192.168.0.1:99/Propaganda.xml</URL>
</SoftKeyItem>
5. Save Menu.xml file and place it to the provisioning server.