Search results

  1. J

    rport not working

    I am trying to connect to a gateway through the `internal` profile, on an FusionPBX server without a public ip address. I can connect to the gateway from a SIP soft client, but have trouble doing the same from FusionPBX. On comparing the SIP traces from the soft client and freeswitch, I can see...
  2. J

    How to set variable from IVR Menu?

    I want to present a language selection menu, and set a variable depending on the option pressed by the caller. How can I do this from IVR Menu? I tried entering menu-exec-app:set ivrs_lang=1 But the value is lost on clicking save.
  3. J

    Install socket.http lua module

    I am trying to setup a IVR in lua that interacts with an HTTP API. I am trying to use socket.http to make the HTTP request. When I run the script from FreeSWITCH console, I am getting the error module 'socket.http' not found I am running FusionPBX on a Debian 11 VM, following the FusionPBX...