typedef enum TNetworkPartyRole_tag { RoleNtwUnknown = 0, RoleNtwOrigParty = 1, RoleNtwDestParty = 2 } TNetworkPartyRole;
RoleNtwUnknown
—
The party in question has an unknown role for this call.
RoleNtwOrigParty
—
The party in question has made this call.
RoleNtwDestParty
—
The party in question has received this call.