3Com 900-0234-01 IP Phone User Manual


 
270 APPENDIX C: MANUALLY CONFIGURING THE DIRECTORY SERVER
Configuring
holidays_data.txt
The holidays table creates a holiday date based on the month and day.
This is used for URI translation and destination URI routing.
Add one row for each user holiday date. For example:
|HOLIDAY_ID|HOLIDAY_NAME|HOLIDAY_MONTH|HOLIDAY_DAY
2|Memorial Day|5|31|
3|July 4th|7|4|
Configuring
outdial_patterns
_data.txt
The outdial_patterns table contains out dial pattern matching and
translation fields. If the outbound URI matches the MATCH_PATTERN_ID
then the URI is translated using the TRANSLATION_STRING. The
CODE_E164_TYPE field contains the type of number that the
TRANSLATION_STRING creates. The CODE_E164_TYPE can be NULL (-1) if
the URI is not a E.164 number.
Table 88 holidays_data.txt Fields
Column Name Description Value
HOLIDAY_ID A unique identification number for the holiday. Integer
HOLIDAY_NAME A name for the holiday. String
HOLIDAY_MONTH The month the holiday takes place. Integer
HOLIDAY_DAY The day the holiday takes place. Integer
Table 89 outdial_patterns_data.txt Fields
Column Name Description Value
OUTDIAL_PAT_ID A unique identification number for the out dial
pattern.
Integer
OUTDIAL_PAT_NAME The name assigned to the out dial pattern. String
MATCH_PATTERN_ID This refers to a unique pattern identification
number, which was assigned in the
patterns_data table.
Integer
TRANSLATION_STRING Determines how the outbound destination URI
is translated. See Table 79 for translation
examples.
String
(continued)