I am trying to write a batch "wrapper" to call a number using the 3CX client.
As far as I can tell, the syntax should be either:
CallTriggerCmd.exe -cmd makecall:1234567
or
CallTriggerCmd.exe -call 1234567
but neither one of these commands does ANYTHING. No error, no nothing. I might as...