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 have an application where the external user will dial in using toll free number to the CTI Route Point and based on the route pattern it should be redirected to a particular CTI Port ( Here for every meeting one CTI Port is allocated to suppor...
Hi,We are calling the CiscoMediaTerminal.register(java.net.InetAddress address, int port, CiscoMediaCapability[] capabilities)during our application startup to register the CTI port for further use .Before we invoke this api we call the isRegistered(...
Yes,when the application starts up first time we do a static registration and immediately after this we could see the port is registered . Then we close the application and restart the application and try to register the CTI port, that time we get t...
If the isRegisteredByThisApp() and isRegistered() does not give the expected result , then can you provide me sample code for dynamic CTI Port registration please?
When we try to register the same CTI port second time isRegisteredByThisApp() and isRegistered() should return true .Am I correct? What do you mean by static registration? Will attach the logs once I get this error.But this error happens very frequen...