Search results

  1. DigitalDaz

    Understanding destinations

    I was mistaken, I thought you said, 'I' created inbound routes, didn't read properly.
  2. DigitalDaz

    Understanding destinations

    "I created an inbound destination with one of my trunks. Then (as it suggested), it created inbound routes accordingly" Yes, destinations is a tool to create inbound routes.
  3. DigitalDaz

    Understanding destinations

    With regards to why destinations, the reason is security. You can give access to destinations to a domain admin but giving access to inbound routes creates problems, they could potentially break the server.
  4. DigitalDaz

    Understanding destinations

    Destinations create the inbound route for you. Where do you see in the documentation that it says to do both?
  5. DigitalDaz

    Installing FusionPBX

    Sorry, in that case I have no idea.
  6. DigitalDaz

    Installing FusionPBX

    Click the tab key to move it to the ok
  7. DigitalDaz

    Installing FusionPBX

    Just keep the local, no idea why it wants to change that file
  8. DigitalDaz

    Call recording delete after x amount of days

    Yes, I just did: mv /etc/cron.daily/fusionpbx-backup /etc/cron.daily/fusionpbx-backup.conf Now when I do the run parts, the backup of the db does not happen
  9. DigitalDaz

    Call recording delete after x amount of days

    It would appear, in the latest version that it actually DOES run. I was unaware oif this and certainly do not want a db backup every night on the same box :) You can test it running by: run-parts /etc/cron.daily I think in older version, the file had a suffix, like .conf or something and...
  10. DigitalDaz

    Call recording delete after x amount of days

    Something along the lines of this in crontab: 0 2 * * * /usr/bin/find /var/lib/freeswitch/recordings/*/archive -type f -mtime +90 -exec rm -rf {} \;
  11. DigitalDaz

    Accessing database variables from inside Dialplan

    create them a custom php page if necessary to set that var
  12. DigitalDaz

    Accessing database variables from inside Dialplan

    That var should definitely be accessible at that point, you may need to export it to other legs to ensure it gets passed along
  13. DigitalDaz

    Accessing database variables from inside Dialplan

    It may help you to call the application "info" in your dialplan for debugging purposes, this will dump all the vars available to you in the cli/log.
  14. DigitalDaz

    FusionPBX dead?

    Far from dead :)
  15. DigitalDaz

    FusionPBX Master/Master Replication

    AWS Route53 and healthchecks
  16. DigitalDaz

    Fusion PBX refusing to register on one IP

    On the linux command line do an iptables -L -n See if the ip is listed there.
  17. DigitalDaz

    Sip providers

    It depends on your traffic, how many channels do you need?
  18. DigitalDaz

    FusionPBX Master/Master Replication

    We've been replicating cross datacenter for years, first using bdr, now moved to pglogical, and @markjcrane now has his own solution using wal to json that is a recently released member feature, I haven't tested that one yet but have no reason to believe it won't be has good as the bdr one was...
  19. DigitalDaz

    Outbound Routes on New Build

    I believe its purpose is just to improve the accuracy of the cdr reporting. That for example marks the call as outbound.
  20. DigitalDaz

    Status of the project

    If you are running it in tmpfs there is no need to delete anything, it went when the reboot happened