
110 Chapter 3: Components and Subsystems: Object Model
— Find the message recipient for the call handler by following the
RecipientObjectID value, which could reference a row in the Subscriber
table or the DistributionList table. The RecipientObjectIDType column tells
you which.
— Get its transfer rules. To do this, filter the ContactRule table’s
ParentObjectID column against the CallHandler’s CallHandlerObjectID
column.
— Get its user input key mappings. To do this, filter the MenuEntry table’s
ParentObjectID column against the CallHandlerObjectID column.
— Get the greetings for the handler. To do this, filter the MessagingRule table’s
ParentObjectID ...