Using the WebUI
101
VSP736 Administrator and Provisioning Manual
Remote XML
The VSP736 supports three server-hosted Remote XML directories. A total of 5000
Remote XML directory entries are supported. The 5000 entries can be shared across the
three remote XML directories.
When the user selects a remote directory to view, the VSP736 will sync with the directory
server. The phone will display
Sync failed.
if any of the following failing conditions is
encountered:
Server not reachable
Remote XML directory file is not available
Invalid XML directory file
Remote XML Directory Format
The following shows a sample single-entry file which can be used in a remote XML
directory. Note that the default tags are the same as those defined for the Local Directory.
<?xml version="1.0" encoding="utf-8"?>
<DIR_ENTRY>
<DIR_ENTRY_NAME_FIRST>John</DIR_ENTRY_NAME_FIRST>
<DIR_ENTRY_NAME_LAST>Smith</DIR_ENTRY_NAME_LAST>
<DIR_ENTRY_NUMBER_OTHER>3333</DIR_ENTRY_NUMBER_OTHER>
<DIR_ENTRY_NUMBER_WORK>1111</DIR_ENTRY_NUMBER_WORK>
<DIR_ENTRY_NUMBER_MOBILE>2222</DIR_ENTRY_NUMBER_MOBILE>
</DIR_ENTRY>