I am using Asterisk 16.5 and it is working fine but I am curious to know why “phpagi-fastagi” is taking 100% CPU even my asterisk is in IDLE state means no calls…
OUTPUT of TOP
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
10689 root 20 0 289m 11m 6968 R 100.0 0.1 17067:30 phpagi-fastagi.
OK Thanks, I understand and I have just written PHP script which is fetching the simple data from a DB and it is phpagi-fastagi which processes everything to get the desired data and in the desired form.
So is it possible that it is a version issue between AGI class and Asterisk?