calltriggercmd

  1. 3CX Instant Call

    Hi, In v16 (16.0.9) it is possible to make a call with the windows client with this commando C:\ProgramData\3CXPhone for Windows\PhoneApp>3CXClickToCall.exe <PhoneNumber> But in V18(18.0.1880) this doesn't work anymore. I've also tried to make a call with the 3CXDesktopApp with this commando...
  2. Is it possible to get the incoming phone number from calltriggercmd?

    I need help via CallTriggerCmd.exe and is it possible to get the number that is calling the extension? There is some documentation with usage examples I'm new to the platform and I need to integrate the softphone into my CRM.
  3. How to get active profile of user?

    Is there a way to get the active profile of an user, so I can only change the profile via CallTriggerCmd.exe --set-active-profile=VALUE if the user is "available"? What I do is, set the status to "away" if the computer gets locked. But I don't want to override other stati like "out of office"...
  4. Problem with calling CallTriggerCmd.exe from Windows Service

    Hello everybody, For local usage we need our FronEnt Web application call CallTriggerCMD.exe to start dialing in 3cx Windows Phone I've got a problem with calling CallTriggerCMD.exe from Windows service. .net core Api Self-hosted script has calling standard command line...
  5. TEL: protocol doesn't work

    Well, I've tried the past hours to get the TEL: protocol to work on my Windows machine (Win 10 x64 Pro), using the 3CX Windows App (v 15.5.12227.5). The TEL protocol is properly set in the configuration. I downloaded the 3CX click-to-call extension. Tried it using the web client and Windows...
  6. 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...