Search results

  1. V20 Call Control API

    I use https://automint.3cx.uk/xapi/v1/Users to get the list of current calls, hope this helps.
  2. V20 Call Control API

    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 =...
  3. V20 Call Control API

    Thank you for your reply. I have just managed to get it working, I was already getting the token for the xapi, i thought it was 2 different systems.
  4. V20 Call Control API

    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...