Call Events
If you are a third party telecoms provider and are reselling Infinity Tracking’s services you can use the Call Event API to send real-time call records to be processed.
The Call Event API is available on the following secure URL:
https://ict.infinity-tracking.net/callEvent
Input Format
- Input data needs to be supplied using standard HTTP GET arguments.
Authentication
To access this API you must authenticate with your provider username and password using standard HTTP(S) authentication.
Please contact your account manager if you do not have these credentials.
Response Format
Successful requests will be responded with a 200 response code, unsuccessful requests due to invalid parameters will receive a 400 response code
Parameters
- igrp (int) - IGRP event is associated to
- dt (string) - UTC Datetime of this event, (format: YYYY-MM-DD HH:MM:SS)
- dialledPhoneNumber (string) - Phone number that was dialled
- telcoCallRef (string) - Your internal unique reference for this call
- srcPhoneNumber (string) Optional - Caller’s phone number
- destPhoneNumber (string) Optional - Destination phone number where the call was forwarded to
- callState (string) Optional - Hangup or call progress state
- txr (string) Optional - Transaction Reference (if using CRM integration with Call Reference)
- callDuration (int) Optional - Duration caller’s leg of the call was in answered state (seconds)
- ringTime (int) Optional - Duration caller’s leg of the call was ringing (seconds)
- bridgeDuration (int) Optional - Duration the caller’s leg of the call and destination leg were connected (seconds)