Search results

  1. 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...
  2. Andrew Byrd

    UNIQUE Time Condition Request for Church

    Week of year in time conditions says the available values are 1 - 53. Since the first day of this year was a January 1, Saturday is that considered the 1st week of the year even though there is only 1 day in that week?
  3. 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...
  4. 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...
  5. 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
  6. Andrew Byrd

    Debian install issues

    I spun up a vps on ionos (cloud vps) and used Debian 11 and installed Fusionpbx in a production environment with no issues. It's running now. I haven't tried Debian 11 on any Vultr servers but I can't think of why the server host would affect Debian 10 vs Debian 11 with Fusionpbx.
  7. Andrew Byrd

    Yealink T46S Call Parking

    You can always set it to where if the call park is not picked up in XX minutes then the call rings back. I set this up in the dial plan
  8. Andrew Byrd

    Time condition issue - Not working as expected

    I thought 8am meant the entire 8 am hour and 5pm meant the entire 5pm hour. So to get the phone ring from 8am - 5pm I would actually set it 8am -4pm?? The Fusionpbx site says that the time is the whole hour. confusing but . ..
  9. Andrew Byrd

    Call Block - Bug or Config

    I had the same issue today. Numbers not being blocked. I went into the dial plan as suggested above and changed the order from 40 to 25. It works.
  10. Andrew Byrd

    Not able to install Fusion on Debian

    I just spun up a new Debian server (11). Logged in via ssh using Putty apt-get update apt-get upgrade Then wget -O - https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/debian/pre-install.sh | sh; cd /usr/src/fusionpbx-install.sh/debian && ./install.sh Worked perfect...
  11. 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...
  12. Andrew Byrd

    No GUI access after changing sip internal profile then rebooting

    Please disregard - I am now able to login. Firewall issue to port 80. The issue I am having now is the internal sip profile says its not running (via gui) and when I click on START, it acts like it's going to start but never does/. If i click on restart it says in yellow highlight, INVALID...
  13. 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...
  14. 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...
  15. Andrew Byrd

    GEO IP Tables to block all foreign IP

    Adrian again I appreciate you accommodating me and giving me good advice. I am by no means at the level I should be but I’m constantly learning day by day and people like you really help me out tremendously. Thank you again
  16. 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...
  17. Andrew Byrd

    GEO IP Tables to block all foreign IP

    Adrian - If you are dropping them why does your output all say ACCEPT?
  18. 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...
  19. Andrew Byrd

    The TCP vs UDP debate

    Thank you very much Mark for clarifying. I stand corrected. You are correct. I’m not sure why but In my installation somehow all my devices set at 5080. Now when I go back and create a new device it is showing 5060. Thank you for your input and your time