typedef enum { RoleUnknown, RoleOrigination, RoleDestination, RoleConferenceMember, RoleNewParty, RoleAddedBy, RoleDeletedBy, RoleTransferredBy, RoleDeletedParty, RoleConferencedBy, RoleObserver } TDNRole;
RoleUnknown
—
The party in question has an unknown role for this call.
RoleOrigination
—
The party in question has made this call.
RoleDestination
—
The party in question has received this call.
RoleConferenceMember
—
The party in question has been engaged in the conference
call.
RoleNewParty
—
The party in question has been added to the call.
RoleAddedBy
—
The party in question has added a new member to the call.
RoleDeletedBy
—
The party in question has deleted another party from the
call.
RoleTransferredBy
—
The party in question has transferred the call.
RoleDeletedParty
—
The party in question has been deleted from the conference.
RoleConferencedBy
—
The party in question has conferenced the call.
RoleObserver
—
The party in question is participating in the call as Service
Observer.
RoleConferenceMember, RoleNewParty,
RoleAddedBy, RoleDeletedBy, RoleTransferredBy, RoleDeletedParty,
and
RoleConferencedBy.