Click2Call Sample Responses

Click2Call Sample Responses

For Failed Calls

  1. Error Responses:
  2. 400 Bad Request: The request is missing the ext parameter.
  3. 500 Internal Server Error: An error occurred while processing the request.

  4. ============================================================
  5. ============================================================
  6. ============================================================

  7. {
  8.   "status": "failed",
  9.   "meta": {
  10.     "extension": "1001",
  11.     "extension_status": "Busy",
  12.     "description": "Extension 1001 is either ringing or in the middle of an incoming call"
  13.   }
  14. }

  15. ============================================================
  16. ============================================================
  17. ============================================================

  18. {
  19.   "status": "failed",
  20.   "meta": {
  21.     "extension": "1001",
  22.     "extension_status": "DISCONNECTED",
  23.     "description": "Extension Connectivity 1001 is UNREACHABLE. Please check your network"
  24.   }
  25. }

  26. ============================================================
  27. ============================================================
  28. ============================================================

  29. {
  30.   "status": "failed",
  31.   "meta": {
  32.     "extension": "1001",
  33.     "extension_status": "DISCONNECTED",
  34.     "description": "Extension Connectivity 1001 is DISCONNECTED. Please check your network"
  35.   }
  36. }

For Successful Calls

  1. 200 OK

  2. {
  3.   "status": "Success",
  4.   "meta": {
  5.     "extension": "1001",
  6.     "Connectivity": "Connected",
  7.     "extension_status": "Busy",
  8.     "description": "Extension 1001 is either ringing or dialing"
  9.   }
  10. }

  11. ============================================================
  12. ============================================================
  13. ============================================================

  14. {
  15.   "status": "success",
  16.   "meta": {
  17.     "extension": "1001",
  18.     "extension_status": "ringing",
  19.     "description": "Extension 1001 is ringing, pick it up to start calling [Phone Number]"
  20.   }
  21. }
    • Related Articles

    • Matrix Reports - Call history

      1. Click 'Call History' to navigate through the Call history tab in the Matrix reports. 2. Choose for which campaigns you would like to get a report. 3. Click the "Date" field to choose for which date you would like to get a report. 4. Click the ...
    • Axiom Monitor page

      1. Click "Monitor" to enter the Monitor page. 2. Click 'In Call' to filter the agents that are in a call and exclude all other agents from the monitor list. 3. Click 'Break' to filter the agents that are in a break status and exclude all other agents ...
    • Axiom Monitor page

      This guide will show you how to navigate through the Monitors page in Axiom. 1. Click "Monitor" to enter the Monitor page. 2. Click 'In Call' to filter the agents that are in a call and exclude all other agents from the monitor list. 3. Click 'Break' ...
    • Axiom Reports page - Calls Tab

      1. Click "Calls" to navigate to the Calls tab in the Reports page. 2. Click 'Eports to CSV' to download the CSV. You have two options to export the file as it is or to export it with sub rows. 3. Click "Raw Calls" to get a view including all sub rows ...
    • Matrix - Settings Communication

      1. Click "Settings" on the left-hand side to navigate to the settings page of your Matrix. 2. Click "Extensions" under the Communications tab to navigate to the extensions settings in your Matrix. 3. Here you can edit or delete a pre-configured ...