Home Forums Voip Optimisation Custom Features Reply To: Custom Features

Nishit Shan
Participant
Post count: 942

Hello Mark,

The issue is Not with fetching data from the Telinta API but, it is taking time to process data, For example after getting the number’s data we have need to check and get data for that numbers from vendor’s API, and if the number is activated then we need to get number information from Telinta API and its vendor API. And then after the code for to create data is taking effect. Between the fetching process for numbers info, the code timed out or got some error.

For User session data :
Yes, this will be possible to create such system, but it will take time on first load of data. In current scenario every time when page load the system is fetching fresh data from API and then system displays it, so the time is depending on the API response.