cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
470
Views
2
Helpful
1
Replies

JTAPi - getting RTP port of the held call after using consult

amit_akuka
Level 1
Level 1

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?
1 Reply 1