plugin

  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...
  2. Solved 3CX Integration Template

    How can I get the username and password from BasicConfigurationControl UI textboxes to MySession. Cs? Retrive information from UI.