I am trying to setup a IVR in lua that interacts with an HTTP API. I am trying to use
I am running FusionPBX on a Debian 11 VM, following the FusionPBX quick start guide.
How can I install
socket.http to make the HTTP request. When I run the script from FreeSWITCH console, I am getting the errormodule 'socket.http' not foundI am running FusionPBX on a Debian 11 VM, following the FusionPBX quick start guide.
How can I install
socket.http lua module?