Media Center Front Panel Display SDK

IFrontPanelDisplay.PhoneSession Method 

Each incoming phone call will be associated with its own Phone Call Session ID. A Phone Call session is opened for every incoming call, even for those which are occurring simultaneously on a machines with more than one modem.

void PhoneSession(
   string callingPartyName,
   int callingPartyNumber
);

Parameters

callingPartyName
The name of calling party
callingPartyNumber
The phone number of calling party.

See Also

IFrontPanelDisplay Interface | MediaCenterSinkSDK Namespace