Search results

  1. V

    Hello from LA

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

    Hello from LA

    Hi @pbxgeek I have problem here cd install sh install.sh cannot open install.sh: No such file
  3. 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...
  4. 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...
  5. 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
  6. 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! ;)
  7. 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 ?
  8. 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
  9. 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?
  10. 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...
  11. V

    Lost Installation Password

    only fusionpbx feature member can do it.
  12. 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?
  13. V

    call transfer dialplan not exist!

    @Adrian Fretwell is right, you should enable bind_digit_action in the dialplan management, everything will be ok
  14. 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...
  15. V

    SOLVED Default Settings since update 5.3.1

    Yes, I filled that too, but it gave an error of unauthorized
  16. V

    SOLVED Default Settings since update 5.3.1

    I got the same error, unauthorized
  17. V

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

    Hi Everyone! any idea? When I make a call out or in with udp protocol working intermittently, but tcp always working constantly good. anyone know the problem of this? my fusionPBX is running on cloud. thank you.
  18. V

    FusionPBX 5.2 can not connect to web socket

    Why FusionPBX 5.2 can not connect to web socket for WebRTC ? anyone know the answer about this, please help!! Thank you.