Search results

  1. R

    Call Detail Records page is blank after update

    That was a result of some changes to the code. Reach out to mcrane for the fix. He fixed mine but I don't recall what he did
  2. R

    Transfer to new server

    Use the backup script that comes with Fusion and then restore it to the new server. Please make note of the postgres fusionpbx user password on both the old and new systems before commencing the restore
  3. R

    Voicemail

    Associate the user with the extension in the extension config
  4. R

    POLY EDGE E500 / E550 POLYCOM

    I don't know why you'd do that. You'll be much better off with Yealink. They support automatic provisioning with Yealink's RPS (remote provisioning server), are well supported by Fusion, and they cost less. We have hundred of them out there and they are fabulous. We replaced all of our Cisco SPA...
  5. R

    Yealink T54W - provisioning extensions on 2nd page of virtual screen

    I had never used that feature of provisioning before. Seems that Mark was way out in front with a lot of this
  6. R

    Yealink T54W - provisioning extensions on 2nd page of virtual screen

    Mark Crane helped me with this and it is all done through provisioning. In devices, there's a line for each extension and then in keys, we assign each line to a key. Works great.
  7. R

    Yealink T54W - provisioning extensions on 2nd page of virtual screen

    Yes, the data is in the config file but the phone ignores any extension configured with a line greater than 16
  8. R

    Yealink T54W - provisioning extensions on 2nd page of virtual screen

    The BLFs aren't the problem - the extensions set to positions greater than 16 that are not showing up.
  9. R

    Yealink T54W - provisioning extensions on 2nd page of virtual screen

    We currently have Yealink T54s configured with a single extension (position 1 on the display)and 8 BLFs associated with inbound sales campaigns (positions 2 through 9 on the display). We need to configure an additional 9 extensions and have them displayed on "page 2" of the T54's display. If I...
  10. R

    Domain uuid

    Digi has the right answer. If you are looking for a replacement of Adminer, I've been using DBeaver and it works great. I like it better than Adminer.
  11. R

    Audio stops

    I have a new customer and we're using Yealink T54W phones. After a few minutes of conversation, they lose audio. If they put the call on hold momentarily, the audio comes back in some cases. They have Comcast internet and have installed their own modem and a Linksys route. I have questions the...
  12. R

    Where are all real used config files?

    Everything is stored in the postgres database
  13. R

    Convert yesterdays wavs to mp3

    I like this version and I'm sure it runs much faster.
  14. R

    Convert yesterdays wavs to mp3

    My bad - in the examle I gave you, replace opus with mp3. We convert to opus.
  15. R

    Convert yesterdays wavs to mp3

    You're missing a double quote at the end of the line - try this: psql --host=127.0.0.1 --username=fusionpbx -t -c "update v_xml_cdr set record_name = replace(record_name, '.wav', '.opus') where xml_cdr_uuid = '$BNAME'"
  16. R

    Culling the database

    I also use the .pgpass file so I don't have to include the password when running scripts. In the /root directory, create a file called .pgpass with the following contents: 127.0.0.1:5432:fusionpbx:fusionpbx:your-fusionpbx-password Then run chmod 600 on the .pgpass file and you're good to go.
  17. R

    Culling the database

    The postgres database continuously grows and a lot of the data can be safely deleted. I run these scripts as part of my nightly maintenance and have cut the size of my postgres database by 70%. Device logs can quickly take up a lot of space and can safely be removed. You can replace the...
  18. R

    Yealink RPS Provisioning URL Multi tenant

    A snip of your RPS config would be helpful. However, I suggest you start a new thread for this instead of hijacking this one.