Hello,
I am using call consult in my script:
dialoutCall = (CiscoCall) provider.createCall();
TerminalConnection terminalConnection = ctipTerminal.getTerminalConnections()[0];
dialoutCall.consult(terminalConnection,dialToNum);
when using consult the other existing call state is changed to hold and the RTP port are being changed, is it possible to obtain the RTP port of the call that is on hold state?