Search results

  1. 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
  2. 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...
  3. 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 {} \;
  4. DigitalDaz

    Accessing database variables from inside Dialplan

    create them a custom php page if necessary to set that var
  5. 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
  6. 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.
  7. DigitalDaz

    FusionPBX dead?

    Far from dead :)
  8. DigitalDaz

    FusionPBX Master/Master Replication

    AWS Route53 and healthchecks
  9. 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.
  10. DigitalDaz

    Sip providers

    It depends on your traffic, how many channels do you need?
  11. 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...
  12. 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.
  13. 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
  14. DigitalDaz

    Other multi tenant pbx

    I think kazoo these days is an open source shell to sell commercial addons that give it functionality
  15. DigitalDaz

    SIP call establishment slow + Ping to PBX slow and breaking

    So you change a port on your switch and it fixes it? How is this even fusionpbx related?
  16. DigitalDaz

    UPGRADE an old (and perfect running) FusionPBX

    If it is of importance to you and you do not feel confident try the official fusionpbx support, mark will upgrade it for you.
  17. DigitalDaz

    Invalid profile "external-ipv6"

    You won't find anything that matches the capabilities of FusionPBX
  18. DigitalDaz

    SOLVED New setup issues with inbound calls - outbound working

    get us a log from the start to the end of a call.