Yes, I was talking about endpoint here, like in CTI toolbar plus VoIP softphone wrapped into one neat application.
Here is what I know from developing SIP phone with Genesys CTI:
ActiveX (SDK, T-Lib): Genesys command/events like RequestMakeCall and EventDialing. Exactly the same thing you had with DesktopToolkit Phone sample.
MS RTC: SIP-related signaling like INVITE and BYE; voice-channel control - physical voice channel between you and the end part by using codecs as well interfacing it with your audio card so you can actually hear and talk.
I had real big problem getting TMonitor to work with StreamManager so I had to improvise and come up with my own way of streaming. Also, I could not get TInitTransfer and Complete to work using Genesys CTI, so I had to rely on REFER to get me through the day. And last, but definitely, one of the biggest problems I had was the annoying VAD - voice activity detection - if you do not talk, RTC does not send any packets to the other party, and there is no way to turn it off. CNG (comfort noise generation) is supposedly a way to fix that, but neither Genesys or RTC offers a way to easily control it. Oh, and do not forget PortMapping! God forbid your sip phone is behind a firewall...

So, why am I telling you this? Because if Genesys REALLY developed their whole stuff on top of RTC 1.3 then we are all for a very rude awakening during the next year, since RTC as it is right now is not only in shambles, but lacks Microsoft support and is lacking some of the basic features you would need in a call center.
I loved developing with RTC - it was simple to get the things rolling, but once you actually go beyond call/hangup requirements, RTC is way under-equipped and ill-fitted . If Genesys really used RTC as fundamentals of their SIP framework, we might as well just forget about ever using Genesys SIP Server and move to Microsft or even Call Manager

Vic
If there is a SIP Softphone sample from Genesys with CTI functionality built-in I would love to know about it since I want to see how exactly Genesys expected us to use SIP Server with their SDK.