Search results

  1. J

    For hire: HA cluster setup

    I’d like to hire someone, preferably within the US, to work with me on setting up an HA cluster with FusionPBX/freeswitch. I am also happy to discuss using Kamailio as well If you have the necessary experience and are interested please PM me and we can exchange information and chat more thank you
  2. J

    VitalPBX - More serious evaluation

    Personal advise. RUN from Bicom!! As far as possible. You’ll thank me later. Hopefully won’t be too late by that time.
  3. J

    Google Cloud Speech to Text Voicemail Transcription

    Please make sure there are no duplicates. Also I’m updating the directions now. Mistake on the URL. Use this URL instead: https://speech.googleapis.com/v1p1beta1/speech
  4. J

    VitalPBX - More serious evaluation

    Both started off with chan_sip in 2009 and migrated to PJSIP in 2017 I believe. surprisingly the older the asterisk version the more stable. The more I upgraded the more unstable it became your mileage may vary depending on the load you have. We have 200 tenants and easily 70-80 active calls...
  5. J

    VitalPBX - More serious evaluation

    To add. We moved away from asterisk to freeswitch simply because asterisk couldn’t handle the load. Once a month it would automatically crash and anytime it was reported to asterisk dev they would always blame it on a new bug. I haven’t had to restart freeswitch in months including under heavy load.
  6. J

    Google Cloud Speech to Text Voicemail Transcription

    At this point it should work right out of the box. Please follow step 2 in the original post to get it set up. It’s been updated with the current code. When you finally do get it working, i recommend you migrate to message queue if you have an active system. You WILL see Freeswitch lock up and...
  7. J

    FusionPBX with Postgres in separate data center

    I understand that it’s possible to point FusionPBX to an outside Postgres server. I also understand that it’s not recommended to practice such an approach unless both servers are in the same data center due to potential performance issues. this would be a temporary solution until this customer...
  8. J

    Email call recordings

    I don’t know exactly how to determine that user but essentially when you do try to figure it out, it should be the last person who took the call. Perhaps the FS API has such a feature? keep in mind that calls get parked, transferred around ,etc. So literally the extension that hung up the call
  9. J

    Freeswitch BLF problem

    I have exactly the same issue on both Debian 9 and Debian 10, have not tried CentOS. If you do find a resolution please let us know, it would be greatly appreciated
  10. J

    MWI out of sync

    Is there any way I can resync MWI? I have many customers complaining (various phones) that they have a new voicemail indicator, but when they check their voicemails, the mailbox is empty. Any help would be greatly appreciated
  11. J

    Been playing with two factor auth :)

    Looking forward to being able to use this feature in the future. Would we have the option ’remember the browser’ so that 2FA logins are not necessary unless it’s a new web browser?
  12. J

    Switch hostname

    We have a freeswitch cluster set up and there’s one particular Gateway that needs to be tied to just one of our servers in cluster. There’s a “hostname” parameter. Simply putting the FQDN of my machine did not do the trick. Is there more involved? noticed the same functionality in Variables...
  13. J

    Polycom Phonebook

    Is it currently possible to remotely provision the phonebook and auto generate mac-directory.xml? Thank you
  14. J

    Calling Between Nodes

    https://www.pbxforums.com/threads/experimenting-with-a-full-load-sharing-cluster.867/
  15. J

    Polycom Volume

    We are currently migrating from another system and am unable to replicate this issue with the other system. Polycom VVX, both the same firmware (6.1) but with fusionpbx for some reason any time I request a config update or reboot the phone, the speaker and volumes both revert to default...
  16. J

    Group Permissions - Hide domain possible?

    Is it possible to assign a user group to only view specific domains? Or more importantly, to hide a few domains?
  17. J

    Wrong Time Stamp on Voicemails

    There seems to be an issue with the update. All times will show up as X:09:XX. In other words, the TZ is correct, the hours are correct, the minutes will always be displayed as 09, and the seconds are correct. I am unable to figure out how to rectify that. I will also file a bug report if I do...
  18. J

    Google Cloud Speech to Text Voicemail Transcription

    @markjcrane please feel free to use this for fusionpbx's code. I am a bit tied up the next few days but I will work on organizing the code and contributing to git early next month. Hopefully in time to use it in the email queue as well. Edit: I just figured it all out and submitted the git...
  19. J

    git pull question

    Sorry to waste your time, really dumb question. But, there are some files that I modified to my liking. If I were to do a git pull, I think it will overwrite all my changes. Is there a way to do a git pull without overwriting custom changes? If not, is there an easy way to identify and back up...
  20. J

    Wrong Time Stamp on Voicemails

    Since this has not yet been addressed, here is the fix: sudo apt-get install lua5.2 luarocks luarocks install luatz cp -r /usr/local/lib/luarocks/rocks/luatz/ /usr/share/freeswitch/scripts/ chown -R www-data:www-data /usr/share/freeswitch/scripts/luatz Edit...