Resolved! Program won't exit (CUCM 10.5)
Hello,when I create an application with jtapi, then it will never exit.I've even created a simple program which just uses the provider, but the program won't exit. import javax.telephony.*; public class Startup { /** * @param args */ ...