              DIRECTORY Table Layout for CallCommander

The DIRECTORY table holds phone number directory info.  Following is 
the layout of a record in the SHOWS table:

FIELD NAME           TYPE              REMARKS
---------------------------------------------------------------
NUMBER               char(14)          Primary key
CITY                 char(20)
STATE                char(2)
CELLPHONE            enum('N','Y')
CUSTOM               enum('N','Y')

