Latest activity

  • A
    AD17 replied to the thread CDR detail in the DB.
    I appreciate the quick response, but I am a total newbie with this issue. How do I get to the login into postgres? I'm sure that once I...
  • V
    Voipy replied to the thread CDR detail in the DB.
    Hi Log into postgres - the username will be fusionpbx. If you don't know the pass, it will be in /etc/fusionpbx/config.conf that will...
  • A
    AD17 replied to the thread CDR detail in the DB.
    How do I run vacuum or autovacuum? I'm not sure how to get access to the database to run these commands. I need to compact the DB
  • V
    Voipy replied to the thread CDR detail in the DB.
    Hi - thanks. Autovacuum should be running though so no need to to perform this manually I think?
  • P
    pbxgeek replied to the thread CDR detail in the DB.
    I suggest you continue to run your script and perform a vacuum periodically. It's not enough to just delete records
  • V
    Hi On our Fusion set up we periodically run a script to remove most of the information from the CDRs. There is huge amount of info...
  • E
    ewsamuels replied to the thread CGRTBilling Promo.
    The Promo has been extended until Eid al-Fitr which is on Friday, 20th March 2026. We can offer CGRTBilling as a Hosted SaaS solution...
  • D
    dbz195 replied to the thread Static IP.
    Thanks for the reply
  • P
    pbxgeek replied to the thread Static IP.
    In most environments that I had worked in, I ended up needing to set those values up. The hostname, too, if replication is involved.
  • P
    pbxgeek replied to the thread create new fax server failed.
    Go to Fax Sent and delete it from there. Fax queue entries can't be deleted as of now
  • D
    dbz195 posted the thread Static IP in FS PBX Discussion.
    Question: For FSPBX do you still follow the same rule as fusion for the "external_rtp_ip/sip_ip" set, to a static ip or leave it as the...
    • 1772483047392.png
  • D
    dbbrito replied to the thread error event guard.
    The strangest thing I noticed is that when I run the commands: iptables -P INPUT ACCEPT and iptables -F then the event guard works...
  • NVGcom
    NVGcom replied to the thread Limit extension to 1 call only.
    If you require only 325 to be limited to one call, and other extensions having call waiting, setting it to off domain wide isn't a good...
  • M
    Hello, Thank you for your suggestions. By forcing the ptime, I think that calls are more stable (fewer gaps at the start of the call)...
  • V
    Something along the lines of this in crontab: 0 2 * * * /usr/bin/find /var/lib/freeswitch/recordings/*/archive -type f -mtime +90 -exec...