Recent content by tinhs2cop

  1. T

    Transfer the call directly to the extension that just made the call

    Yes, I want the last call. Example: IPPBX has a total of 10 extensions (100 - 109), the extension 105 make an outgoing call for phone number 0123456789. I want a call from phone number 0123456789 to be ringed directly to extension 105 and the phone number that has not been contacted will go to IVR.
  2. T

    Transfer the call directly to the extension that just made the call

    Hi all, I need to set up a system that can identify the incoming phone number and forward it directly to the previous contacted staff, if no one contacted the call will be transferred to IVR. Are there any solutions for me? Thanks!
  3. T

    Restore Backed up file configuration

    Hi, You can backup and restore with the following command: Backup Script: #!/bin/sh now=$(date +%Y-%m-%d) #delete backups older 7 days find /var/backups/fusionpbx/postgresql/fusionpbx_pgsql* -mtime +7 -exec rm {} \; find /var/backups/fusionpbx/*.tgz -mtime +7 -exec rm {} \; #delete freeswitch...
  4. T

    Delete signalling on recording file in Fusionpbx version 4.4.3

    Hi All, Fusionpbx Version 4.2 only records the content of the call but Fusionpbx version 4.4.3 adds signalling recording. It increases file size and takes time to listen to the content of the call. Can you help me?
  5. T

    Best method for Basic FusionPBX API?

    Hi all, I tried but get access denied. pls advise how to fix this error. I m running fusionpbx 4.4 (screenshot as attached) Thanks
  6. T

    API for extensiom creation

    Do you have any new information?