Genesys CTI User Forum
Genesys CTI User Forum => Genesys-related Development => Topic started by: sharkeye on August 07, 2007, 07:16:23 AM
-
Is there a maximum number of RequestRegisterAddress one can issue through single SDK protocol object? There isn't anything in the documentation regarding this. Can I have hundred of DNs registered through one protocol object using voice platform?
I looked everywhere for something talking about this and the closest I could find was sizing document for Nortel T-Server, which it mentions that SCCS will be the biggest bottleneck, meaning there is no limit on how many DNs one T-Server can support.
Also, has anyone tried issuing multiple RequestRegisterAddress with the same DN? Do I really have to issue one RequestUnregisterAddress once I am done with DN or can I just issue RequestRegisterDn everytime CTI client connects and just forget about unregister command? ???
-
As for registering for mulitple DN's You should take a look at RegisterAll -> this command enables You to receive all events for all objects monitored by TServer -> the only problem is that with so much information clients are sometimes disconnected by TServer if they are unable to process events.
RequestRegister is valid for connection -> which means each time You connect You must issue RequestRegister. When You disconnect, Your client is removed from every DN it has registered to.
-
Pawel - what is the advice now that requestRegisterAll has been removed in PSDK 9.0?
Regards