How would my application add and remove calls from a virtual . I communicate with the TServer to acquire and attach user data. Is there a way through a TServer to the virtual queues? If not, how else might I add calls to a virtual queue and how would I remove them?
For every VQ you still need a real RP where the physical call is placed. If you really want to get your hands dirty, what you do is issue your own 0x57 and 0x58 events with ThisQueue = your virtual queue. I think URS would get totally screwed up though if you start doing it.
Why are ou tryingt o place your call in VQ manually?