Search results

  1. V

    Change "Choose Greeting" on an Automated schedule

    For my experience, I did that with time condition and two IVRs, one day time IVR and one night time IVR.
  2. V

    Calls records not showing in Call Detail Records (CDR)

    * * * * * /usr/bin/php /var/www/fusionpbx/app/xml_cdr/xml_cdr_import.php 300 abcdef0123456789 >/dev/null 2>&1 , copy this code into your cron job it will be working
  3. V

    Hello from LA

    how to solve this
  4. V

    Hello from LA

    when I log in it said page expired
  5. V

    Hello from LA

    Successfully installed now, cheers
  6. V

    Hello from LA

    I got another problem here
  7. V

    Hello from LA

    I got another problem here . it stopped here
  8. V

    Hello from LA

    Hi @pbxgeek I have problem here cd install sh install.sh cannot open install.sh: No such file
  9. V

    I want to share How to Enable Call Center Position Announcement Feature.

    I have edited some coding of the php files in Zip attachment. 1. copy and replace app_config.php, and call_center_queue_edit.php to /var/www/fusionpbx/app/call_centers/ 2. copy callcenter-announce-position.lua to /usr/share/freeswitch/scripts/ 3. Advanced -> Upgrade -> App Defaults and then...
  10. V

    SOLVED Call detail Records application stopped updating records

    what is this? ; Author: Mark J Crane <markjcrane@fusionpbx.com> ; cp /var/www/fusionpbx/app/xml_cdr/resources/service/debian.service /etc/systemd/system/xml_cdr.service ; systemctl enable xml_cdr ; systemctl start xml_cdr ; systemctl daemon-reload [Unit] Description=FusionPBX xml_cdr...
  11. V

    Hello from LA

    Hi @pbxgeek, Could you make a short video of how to install your revamped fusionpbx posted on youtube? I am really impress at and appreciate your work. thanks
  12. V

    SOLVED Download provisioning file got unauthorized

    Hi @Adrian Fretwell, Thank you so much, it is solved now, username and password is different with duplicated on global in default settings and per domain settings, and I have disable one settings, now it is working! ;)
  13. V

    SOLVED Download provisioning file got unauthorized

    I try to do as you told, but I still get the same error unauthorized, it is very weird, any problem with SSL ?
  14. V

    SOLVED Download provisioning file got unauthorized

    it is lillte bit confusing about what u mean? I did fill my username and password for the http_auth_username and http_auth_password
  15. V

    SOLVED Download provisioning file got unauthorized

    I try to download provisioning file, but I got an error of unauthorized, log file said 401. how to fix this? anyone have any idea please help?
  16. V

    SOLVED sip calling with udp working intermittently, but tcp always working good ?

    now I know how to fix it because my cloud mtu is 9001 and I changed it to 1500 as the standard one, it works fine now. ens5: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9001 qdisc mq state UP mode DEFAULT group default qlen 1000 changed to ens5: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq...
  17. V

    Lost Installation Password

    only fusionpbx feature member can do it.
  18. V

    call recording not showing in GUI

    anyone know what is the problem why call recordings are not showing voice recordings in GUI? any idea?
  19. V

    call transfer dialplan not exist!

    @Adrian Fretwell is right, you should enable bind_digit_action in the dialplan management, everything will be ok
  20. V

    restore configuration from 5.0.9 to 5.2.4

    Backup script : #!/bin/sh export PGPASSWORD=$(cat /etc/fusionpbx/config.conf | grep database.0.password | awk {'print $3'} | tr -d /\'/\;) db_host=127.0.0.1 db_port=5432 now=$(date +%Y-%m-%d) mkdir -p /var/backups/fusionpbx/postgresql echo "Backup Started" #delete postgres backups find...