PSDK TServerProtocol DN Registration

I just executed the TServer Sample app provided in PSDK. I am receiving "“Resource is already seized” error message while trying to register DN using RegisterMode as ModePrivate. It works when using ModeShare or ModeMonitor and able to login, change the agent state. Please help to understand the RegisterMode.

RequestRegisterAddress.Create(thisDn, RegisterMode.ModePrivate, ControlMode.RegisterDefault, AddressType.DN);

Thanks,
Aravind

Hi Aravind,

Here is a description of the RegisterModes:

ModeShare - This registration mode allows other client applications to receive events about the same telephony objects.

ModePrivate - This registration mode does not allow other client applications to receive events about the same telephony objects.

ModeMonitor - The application that has registered in this mode will only receive events about the telephony objects in question, it will not be able to make any requests.

Pete.