3Com 900-0234-01 IP Phone User Manual


 
Directory Server Database Table Descriptions 259
Directory Server
Database Table
Descriptions
This section provides information on each directory server database table
and their associated fields.
Configuring
datetime_bands
_data.txt
The datetime_bands table is used as an input parameter for URI
translation and destination URI routing. The start and end times are based
on calendar times, which include the year, month, day, hour, minute, and
second.
Add one row for each user date time band. For example:
|DATETIME_BAND_ID|DATETIME_BAND_NAME|START_TIME|END_TIME
1|Year 2001|01-JAN-2001 00:00:00|01-JAN-2002 00:00:00|
2|Jun to Nov 2001|01-JUN-2001 00:00:01|01-NOV-2001 12:00:00|
Configuring
day_time_bands
_data.txt
The day_time_bands table is used as an input parameter for URI
translation and destination URI routing. A day time band is a time band
within one day (i.e. 0800 - 1200 hours), which included the year, month,
day, hour, minute, and second.
Table 74 datetime_bands.txt Fields
Column Name Description Value
DATETIME_BAND_ID A unique identification number for the date
time band.
Integer
DATETIME_BAND_NAME A unique description for the date time band String
START_TIME The start time of the date time band, type as
an Oracle date.
Date
END_TIME The end time of the date time band, type as
an Oracle date.
Date
Table 75 day_time_bands_data.txt Fields
Column Name Description Value
DAY_TIME_BAND_ID A unique identification number for the day
time band.
Integer
DAY_TIME_BAND_NAME A unique description for the day time band String
START_TIME The start time of the day time band, type as
an Oracle date.
Date
END_TIME The end time of the day time band, type as
an Oracle date.
Date