Recent content by kt351b

  1. K

    HT814

    Hello guys! Does someone have experience with Grandstream HT814 ATA? I have a problem with it. It registers to FusionPBX, I can make outbound calls, but I can't make inbound calls. I see that FreeSWITCH is trying to call, but then got busy and I don't see the call from FS to the device via...
  2. K

    HA FreeSWITCH two nodes Amazon

    Hello! I have such schematic: Kamailio (dispatching) - FusionPBX1, FusionPBX2 - EFS (shared configs, cashe) - RTPEngine - RDS (PSQL) and also NGINX server for the FusionPBX web load balancing. Each FusionPBX server has 1 internal IP address that is used for communication with Kamailio for SIP...
  3. K

    Polycom firmware update

    Hello! I have a Polycom SoundPoint IP450. And I want to upgrade firmware from the FusionPBX server. What I have done: Downloaded the firmware, put it to /var/www/fusionpbx/app/polycom/resources/firmware/4.0.15/, changed the owner to www-data, and checked that I can get those files via the...
  4. K

    Experimenting with a full load-sharing cluster

    I don't have issues with CDR and call dropping from pstn network. Everything works. I just wonder what causes such an error, maybe FreeSWICTH wasn't configured correctly to work with the database.
  5. K

    Move FS database to external server

    Hello, guys! I wanted to ask you about the proper way to move the FreeSWITCH database to the external server. I use Postgres. I changed the config according to this post: https://www.pbxforums.com/threads/experimenting-with-a-full-load-sharing-cluster.867/post-3687 And also here is my configs...
  6. K

    Experimenting with a full load-sharing cluster

    Actually, I think I found the problem. I enabled query log at Postgresql server, made some calls and I don't see the query from the fs_cli: 2021-03-18 19:56:44.283438 [NOTICE] switch_cpp.cpp:1447 [xml_handler] SQL: SELECT hostname FROM registrations WHERE reg_user = :reg_user AND realm =...
  7. K

    Experimenting with a full load-sharing cluster

    . Hello. I have the same error at this setup. This error "generates" a script (path for Debian system): /usr/share/freeswitch/scripts/app/xml_handler/resources/scripts/directory/directory.lua I change the NOW() function to ":ts" and added "ts" variable to the script also (ts =...
  8. K

    Provision Editor?

    oh...group permissions...yeah, my bad. Sorry for the disinformation.
  9. K

    Provision Editor?

    If you don't have access to the CLI, you can try to run Advanced -> Upgrade -> Permissions Default to "Reset the permissions on the fusionpbx directory tree." as it told here - https://docs.fusionpbx.com/en/latest/advanced/upgrade.html
  10. K

    Table fusionpbx.registrations

    Forgot to say: I have done all of this from https://www.pbxforums.com/threads/experimenting-with-a-full-load-sharing-cluster.867/post-3687 , double-checked )
  11. K

    Table fusionpbx.registrations

    Hello! I configured FusionPBX according to this thread - https://www.pbxforums.com/threads/experimenting-with-a-full-load-sharing-cluster.867/ I'm calling to the extension 306, domain - fortest Now I have an issue with the calls. In the fs_cli I see the error: [ERR] switch_core_sqldb.c:1369 SQL...
  12. K

    /var/cache : which is the better way to handle it on HA scenario?

    What way to work with cache in a "cluster mode" can you recommend?
  13. K

    SOLVED fusionpbx.registrations table

    I found the reason of such behavior. In this article https://www.pbxforums.com/threads/experimenting-with-a-full-load-sharing-cluster.867/, there is such variable: dsn: Telling FS to use PGSQL as its core DB And at one datacenter I put into this variable dbname=freeswitch, at another one -...
  14. K

    SOLVED fusionpbx.registrations table

    I either don't understand how it happened, but it is a very useful bug/feature. I even wanted to use it in my script )) But I will use table freeswitch.registrations instead, cause it works at two of my databases.