In one blog, you can use functions handled by dianplan in agi (for example, answer()), but in agi
Process only the necessary tasks and return to dialplan.
They say it has less effect on the system, but is that still the case?
If you call agi in extensions.conf and create a program using agi in C, I wonder if the system will not work properly due to overload due to too many lines or other circumstances. I’m trying to create an ivr program.
PS: After installing Asterisk 20.8.1, link the agi.h file
When an error occurred, I received help from here and downloaded the agi.h agi.c example.c files and used them, and there was no problem. What did I do wrong?
Where can I refer to what AGI functions are used in C?
There are people who have written AGI applications in C. It’s completely up to them, unless a C library for it exists and it is used. AGIs can be written in basically anything. The project does not provide a library for it in C.