Search results

  1. Andrew Byrd

    YealinkW60b connects via tcp but not up

    I am using the latest master from fusion PBX. I have a client that has 17 YeaLink T 54W and they connect via UDP no issue. The YeaLink W 60 B will only connect with the hands sets on TCP but not UDP. Registration fails on UDP but not TCP. I would like to keep everything on UDP. I have disabled...
  2. Andrew Byrd

    SOLVED FAILED SOCKET CONNECTION

    I have a failed socket connection error. When I spin up a Hetzner server, I have event socket errors, but when I use my vultr server I do not get these errors. This is on a brand new install of 5.3 fusionpbx on a dedicated VPS with Hetzner. I get socket connection failed errors. Debian 12 On...
  3. Andrew Byrd

    Bulkvs SMS

    Hello, I was looking for a way to integrate BulkVS with FusionPBX SMS but it seems this option isn't available yet so I'm looking to understand how the SMS app works and how I would be able to integrate a new carrier to the SMS app. It seems that the hook is easy enough to create since it's...
  4. Andrew Byrd

    SOLVED MAC address field is no longer there

    I went to add a new device today and the MAC address field has dissappeared Any ideas how to get it back?
  5. Andrew Byrd

    Call Recordings delete after 2 days

    My call recordings auto delete after 2 days. In the cron job I have it set for 90 days. This started when I moved to a different server I am now using servers at slicie.com Any ideas on why the call recordings delete after 2 days despite the fact that I have it set at 90 days in the...
  6. Andrew Byrd

    SOLVED UNIQUE LANGUAGE CHANGING ISSUE ON RELOAD IN DEFAULT SETTINGS

    When I go to Advanced > Default Settings and make a change then click RELOAD, the language on the screen changes from english to what appears to be arabic. Has anyone seen this? I can't find a cause. All the settings pertaining to language appear to be set on english See attached before and...
  7. Andrew Byrd

    PROVISION FROM DEVICE SCREEN INVALID USER RESULT

    Whenever I go to DEVICE and click Provision, there is a white screen and in the upper left hand side it says INVALID USER Not sure what causes this. Any ideas?
  8. Andrew Byrd

    Login to GUI shows white page

    When I log into Fusionpbx from the web gui, I get a white page with a message about ACTIVE CALLS This just started today Any ideas? Somehow it appears to be pointing to Active Calls on initial login See screenshot attached Also, if I click on the BACK button you see on the screenshot it...
  9. Andrew Byrd

    SOLVED ALGO 8186 Speaker with Fusionpbx

    I registered an ALGO 8186 speaker with a sip extension in Fusionpbx, set the password, and it registered and shows registered Any time I dial ext 440 (ext for ring) I get a NO RESPONSE error. When I view the logs it says USER/BUSY I also have ext 441 registered with the same speaker (for...
  10. Andrew Byrd

    SOLVED fs_cli time different than system time

    I have a strange issue. The time in my default settings "time_zone" is correct The time from cli in ssh is correct when I run date or time But, when I run fs_cli all the log entries are 6 -7 minutes off. Not sure why this is ----------------------------------- UPDATE From the fs_cli...
  11. Andrew Byrd

    SOLVED TIME CONDITIONS NOT EXECUTING AS EXPECTED

    I have 3 parameters set up in Time Conditions. According to my set up, (based on time of day) the 2nd paramater should execute at 11:52am. Regardless of time of day, the 1st parameter (goes to billing voice mail) executes regardless of time of day See attached - Can someone tell me what I did...
  12. Andrew Byrd

    UNIQUE Time Condition Request for Church

    The church wants an IVR that when 3 is pressed, it rings the deacon of the week There are 7 deacons So week 1 I need option 3 in the IVR to ring Deacon # 1 Week 2 I need option 3 in the IVR to ring Deacon # 2 and so on for 7 deacons The week begins on Mondays Any ideas how to set this up in...
  13. Andrew Byrd

    IMPORTING PROFILES LIKE YOU DO FOR EXTENSIONS

    I noticed when go to EXTENSIONS the option to export / import is there. But when you go to other applications such as DEVICES ---> PROFILES there is no option to import /export a profile. I see you can COPY it, but not export. Any idea on why some applications allow export/import but others...
  14. Andrew Byrd

    CONTABO vps for fusion

    I was just curious if anybody has tried CONTABO VPS for running their instance of fusion PBX in a production environment? I was looking at their profile and reviews and they seem like they’re a very good company. But I would just like to know if anybody has tried using them yet or not
  15. Andrew Byrd

    Time condition issue - Not working as expected

    I have verified that my server time is correct. EST. As you can see from the attached image the calls are supposed to go to IVR-NICODA Monday - Friday 8:00am - 5:00pm This works fine. But, when 5pm rolls around, calls are suppose to go to 401VM-After hours. They do not - they continue to go...
  16. Andrew Byrd

    No GUI access after changing sip internal profile then rebooting

    I changed the internal sip profile port from 5060 to 5070 and then decided to change it back. I RESTARTED the internal profile via the gui. It would not restart. So I rebooted the server. After the reboot I no longer have GUI access at all. It just does nothing, and eventually says page...
  17. Andrew Byrd

    MOH - Error message in logs

    Whenever I put some on park, it appears to work fine. The caller hears the hold music, But the logs tell a different story 2022-01-03 21:14:39.391592 [ERR] mod_local_stream.c:880 Unknown source default 2022-01-03 21:14:39.391592 [ERR] mod_local_stream.c:880 Unknown source default 2022-01-03...
  18. Andrew Byrd

    Internal Profile needs IP inserted?

    I have seen many people discuss inserting your numeric ip address (ie: 155.23.222.222) in the rtp field ( $${local_ip_v4}) in the sip profile Is this necessary and do I need to do that for some reason? So I need to change $${local_ip_v4} to the actual numeric ip address...
  19. Andrew Byrd

    GEO IP Tables to block all foreign IP

    I went to this website and followed the instructions on blocking all foreign IP addresses. This makes sense since all my clients are in the USA. https://linoxide.com/block-ips-countries-geoip-addons/ I run into an error message after I run the following commands: # wget...
  20. Andrew Byrd

    The TCP vs UDP debate

    In the device settings, you have the choice to set up your device as UDP or TCP. I am assuming you use port 5080 regardless Now I was told that some of the natting issues I was having would actually benefit by using TCP rather than UDP Can anyone shed light on this? Does TCP really offer a...