Good morning,
I know the manuals are not always that helpful.
this is the php code i use to make a call, I hope this is helpful to you.
$call_details = array(
'reason' => 'call',
'destination' => $number,
'timeout' => $timeout,
);
$url =...
Version 20.0 Update 4 (Build 487 Release)
Good morning,
https://www.3cx.com/docs/call-control-api-endpoints/
I am trying to connect to the new Call Control API, but I its not that cleat how to Authenticate.
I have created an app on the admin
I am using curl php. looking at some...