Search results

  1. J

    xml_cdr: no records showing up

    Check if this setting is set to false or true. I just went through the code and discovered mine was set to false Don't forget to click "RELOAD" in the top right after setting it.
  2. J

    Upload File in recordings

    You should see an error in /var/log/nginx/error.log or in /var/log/freeswitch/freeswitch.log. Watch those files when you do your next upload. I would guess that your web-user doesn't have permissions on the file destination.
  3. J

    SQL sintax error Fatal error: Uncaught exception 'PDOException'

    It tells you where to look mate: /var/www/fusionpbx/resources/classes/destinations.php on line 74 Have a look at what parameters are being passed to find the issue.
  4. J

    Destinations - I am confused

    If I had to hazard a guess, I would say that feature is on master and not on stable. Which are you on? Edit: can see that it's on master but not stable: https://github.com/fusionpbx/fusionpbx/blob/master/app/dialplans/dialplan_edit.php#L494-L515
  5. J

    SOLVED Not all Feature Codes work

    Don't Grandstream use dial strings? It might be that it doesn't match the dial string and won't make that call.
  6. J

    is my test cloud pbx server hacked? *NEW FusionPBX user*

    You also forgot to block out your IP on the far right by the way haha. As mentioned, it's just SIP scanning.
  7. J

    I think you should post on the forum and not post on a user's wall; not unless you're paying...

    I think you should post on the forum and not post on a user's wall; not unless you're paying them for them time...
  8. J

    Setting up DISA with a DID

    First step would be to search for DISA in the Dialplan Manager. It's there, but disabled. You could point a number at *3472 to begin testing.
  9. J

    Hello, new here!

    Hello and welcome!
  10. J

    dnd / forward sync issues

    For Yealink to handle server-side DND and Forwarding, these are the feature codes needed.
  11. J

    Outbound routes not work

    The log shows that is not getting to your outbound route of aruba.9d
  12. J

    SOLVED 100 Number Block Inbound Route

    Post your working example to help others coming from a search @Barnzey90 and mark it as resolved!
  13. J

    Answer call and sand a DTMF?

    Might need an action answer in your dialplan first before sending DTMF as referenced above ¯\_(ツ)_/¯
  14. J

    Outbound routes not work

    If your outbound route is "correct" and support tells you it's "correct" then who is wrong; you or your provider? You can't both be correct... Also, please use code blocks to and pictures to make your post easier to debug.
  15. J

    Login directly to an app page

    That's bizarre. You aren't setting this in the Default Settings or Domain Settings are you @buffpuff?
  16. J

    changes to voicemail/index.lua keeps reverting

    I've experienced this too. Make a small, functional change in Lua, but notice that the change is gone. No reboots, no upgrades conducted. My working theory is that if Freeswitch restarts (with a crash, or deliberate action) it reloads the `scripts` folder.
  17. J

    Delete voicemail files older than X days

    Use code tags to make that readable @Kenny Riley
  18. J

    Login directly to an app page

    Much easier solution for you: 1. Click on the user you want to direct to an app on login 2. Click the "plus" icon down the bottom right of the page 3. Do this, where "value" is the link to send them to. (navigate manually to it, and copy from the address bar) 4. Save 5. Log the user out and in...
  19. J

    Hiding Callerid on the phone for incoming calls

    Copy the variables from the `call_privacy` dialplan that say "action set" and add them to the last dialplan you shared. That might work as per @DigitalDaz response.