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?

    Thank you @DigitalDaz for re-opening the thread. There was an error in the command that I shared earlier. The app should be checked out to /var/www/fusionpbx/app. The correct command is cd /var/www/fusionpbx/app && git clone https://github.com/fusionpbx/fusionpbx-app-dialplan_tools dialplan_tools
  3. J

    How to set variable from IVR Menu?

    It worked for me. Did you check PHP error log?
  4. J

    How to set variable from IVR Menu?

    You have to install it separately from GitHub https://github.com/fusionpbx/fusionpbx-app-dialplan_tools
  5. J

    How to set variable from IVR Menu?

    I posted this in the IRC channel and was told that it is not possible directly. But it should be possible with the optional dialplan app.
  6. 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.
  7. 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...
  8. J

    Grandstream 2170 admin password not working

    In case anyone else is having this issue, the variable `admin_password` must be set to your desired password. If the variable is not set, then the password will default to the mac address as @ad5ou mentioned. You can set the variable domain wide or set it per device under the settings section...