I need to get the current connID of an interaction. I am developing a software which monitors a few DNs. The idea is that a supervisor can release a call (by business model) at any time.
Do I need to monitor the events of each DN to get the ConnID for the current call on each Event or is there a way I could just query the ConnID of a DN at any moment to send the RequestReleaseCall?
RequestQueryAddress might do the trick (you can even do that on the TestPhone on the Query tab to see how the output comes - EventAddressInfo). You don’t even need to be registered to the DN to perform the RequestQueryAddress (although you’ll need to be registered to send the RequestReleaseCall)