makecall

  1. MakeCall method works only once per session

    Hi, I'm using this MakeCall method out of my program to call a customer via 3CX Softclient. public void MakeCall(string pDestination) { Process p = new Process(); p.StartInfo = new ProcessStartInfo("C:\\ProgramData\\3CXPhone for...