Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,I had observed that terminals are not deleted when I use provider.shutdown() method.Only addresses are removed.I checked this by using RTMT tool.Other thing that when I used provider.deleteTerminal(), JTAPI shows that Terminal is deleted.But when ...
Hi I want to do RTP streaming mixing of two different calls.Mixing should work like conference. participants of these two calls can speak and hear each other.Problem is i don't want to use conference() provided by JTAPI.Can we have control on inter-...
Hi,I observed that adding an observer to terminal takes more than 1 second.Its quite a slow operation. I have thousand terminals in my setup.Initializing JTAPI application with these thousand terminals take lot of time.I am using two approaches here:...
Hi,Can we answer a call without adding call observer to terminal or address?Please find my code below:CiscoTerminal terminal = provider .createTerminal("SEP101F740EEA25"); TerminalConnection[] terminalConnections = terminal.getTerminalConnections();...
Hello,On CUCM 9.0.1.1, I am getting error as below:Unable to create provider -- Timed Out while waiting for ProviderGetAllDevicesAndLinesCompletedEvent.Application works perfectly in Windows.But when I migrate my application to Linux, I am getting ab...
@dstaudt ,I want mixing like conference where we can 'mix' two different calls.But I dont want to use conference() from JTAPI.If we have to use any RTP and media mixing stack., which is better framework to accomplish this task?JMF is very old one.
I am using CallCtlTermConnRingingEv to answer the call.CallCtlTermConnRingingEv event means terminal is ringing and we answer the call when phone rings.
@gcheria,My application works fine now on Linux without doing any modification at CUCM or at code.I am not able to see bug information CSCue59112 "Default Universal Device Template".When I click on link for bug it says: Insufficient Permission...
I think we can send some commands to Cisco IP phone in form of XML to stop call back ring tone.I did it 7-8 years ago.I am not sure whether that is available now also.
Hi,I did same like post you menstioned.See my code for catching DTMFcase MediaTermConnAvailableEv.ID: TerminalConnection tc = ((MediaTermConnAvailableEv) eventList[i]).getTerminalConnection(); MediaTerminalConnection mtc = (MediaTerminalConn...