ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. JaredBusch
    3. Topics
    • Profile
    • Following 0
    • Followers 44
    • Topics 969
    • Posts 29,707
    • Groups 1

    Topics

    • JaredBuschJ

      What plans offer AzureAD

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved IT Discussion azure ad microsoft microsoft licensing
      5
      1 Votes
      5 Posts
      759 Views
      JaredBuschJ

      I was only looking at exchange online plan 1, but possibly also Azure AD functionality since I was getting into O365 by a toe.

    • JaredBuschJ

      Looking for new speakers

      Watching Ignoring Scheduled Pinned Locked Moved Water Closet speakers sound system home entertainment
      5
      1 Votes
      5 Posts
      338 Views
      wrx7mW

      With subs, there isn't really any voice matching concerns. You would just make sure that the crossover was enough to compensate for the rest of the speakers' ranges. If they are small and have no mid, you would want to have a sub that can mostly fill in that higher range. Also, line (RCA) vs speaker wire pass-throughs.

      SVS and Outlaw and even BIC would be good for budget-minded installs.

    • JaredBuschJ

      Scientific Linux - So long and thanks for the fish

      Watching Ignoring Scheduled Pinned Locked Moved News linux distro scientific linux centos 8
      2
      1 Votes
      2 Posts
      423 Views
      scottalanmillerS

      Probably a good thing overall. There are too many distros. The ability to make a distro makes Linux strong. But everyone and their brother making one makes it weak. Scientific was almost exclusively a way to water down CentOS. It just didn't make sense once CentOS became funded.

    • JaredBuschJ

      Use Exchange PowerShell to get mailbox usage

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion exchange 2010 powershell exchange powershell mailbox usage
      1
      6 Votes
      1 Posts
      357 Views
      No one has replied
    • JaredBuschJ

      A2 Hosting Windows Server outage

      Watching Ignoring Scheduled Pinned Locked Moved News a2hosting outage
      22
      0 Votes
      22 Posts
      2k Views
      travisdh1T

      It's been a number of years now, but https://viviotech.net/windows-vps-hosting.html did a good job when I was supporting companies on their Windows platform.

    • JaredBuschJ

      Email server options

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion email exchange exchange online zimbra zoho
      213
      2 Votes
      213 Posts
      38k Views
      DashrenderD

      @JaredBusch said in Email server options:

      @Dashrender said in Email server options:

      This comparison misses taking it beyond year 5.

      Why take it beyond 5 years? Because if it is on premises, it will need to be upgraded again.

      @Dashrender said in Email server options:

      If you add SA to the original licenses - because you know the plan is the keep using Exchange going forward - it will raise the costs noticeably in the beginning, but come renewal time it will make it significantly less. Less enough to be under O365? not likely, hell, even the 5 year plan would be more expensive for onprem vs O365... but it might lower itself over time because of the SA difference.

      SA is a scam to get more money. Always has been for the SMB. With negotiated pricing for Enterprise, it is the right thing.

      If you're a company that only upgrades once every 10 years - then yeah... SA is a waste of money, but you're already talking about upgrading again in 5 years, so SA could very much make financial sense - show me the numbers before you poo poo it.

    • JaredBuschJ

      A couple jobs in downtown Chicago if anyone is interested

      Watching Ignoring Scheduled Pinned Locked Moved Job Postings
      2
      2 Votes
      2 Posts
      293 Views
      travisdh1T

      @JaredBusch said in A couple jobs in downtown Chicago if anyone is interested:

      This company is a PBX client of mine. Their IT staff and I have worked well together.

      Server Systems Specialist - The guy that had this position left to move to Europe.

      ColdFusion. Been a while since I saw anyone running that. One company I worked at migrated off around 2007.

    • JaredBuschJ

      FreePBX 15 Beta released

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion freepbx freepbx 15 beta
      2
      3 Votes
      2 Posts
      598 Views
      black3dynamiteB

      Awesome information about Backup & Restore and Filestore.

    • JaredBuschJ

      Issues with FOP2 and DND on Asterisk 16

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion asterisk 16 fop2 do not disturb
      5
      3 Votes
      5 Posts
      1k Views
      JaredBuschJ

      Finally fixed in 2.31.25

    • JaredBuschJ

      Get active calls overtime

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved IT Discussion asterisk cli logging
      3
      0 Votes
      3 Posts
      617 Views
      M

      I can't think of a way aside from cron every X seconds. I'd dump it into a csv file with just the timestamp and the number of calls. E.g.

      #!/bin/sh if [ ! -f /var/log/activecalls.csv ]; then echo "Timestamp,Calls" > /var/log/activecalls.csv fi DateTime=`date "+%Y%m%d %H:%M:%S"` echo -ne "\n$DateTime," >> /var/log/activecalls.csv asterisk -x 'core show channels' | grep 'active calls' | cut -d " " -f1

      Which SHOULD create a nice csv for you...

    • JaredBuschJ

      Major outage at VoIP.ms today

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion voip voip.ms outage
      6
      1 Votes
      6 Posts
      808 Views
      scottalanmillerS

      @JaredBusch said in Major outage at VoIP.ms today:

      @scottalanmiller said in Major outage at VoIP.ms today:

      Wait, I think we are talking on a voip.ms line right now, weird.

      The problem is inbound termination from upstream of them. Everything else works.

      Also not all inbound providers are affected.

      Okay, that makes sense then.

    • JaredBuschJ

      Fedora 29 Cinnamon booting slow

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion fedora 29 cinnamon slow boot issue
      7
      0 Votes
      7 Posts
      886 Views
      JaredBuschJ

      74905B6F-0A48-4495-B22B-98F0AC666E19.jpeg
      CF0F63DD-CC12-4F71-A1EE-17F4E928B0E5.jpeg
      C3BEA56B-8D3D-47CC-8519-793A9F6CF07A.jpeg

    • JaredBuschJ

      Synology pushing to Backblaze B2 at 50mbps

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion backblaze b2 backblaze synology
      48
      4 Votes
      48 Posts
      4k Views
      JaredBuschJ

      @JaredBusch said in Synology pushing to Backblaze B2 at 50mbps:

      Been going without fail since I disabled the pause.

      Still going without fail since June.

    • JaredBuschJ

      MeshCentral never updates the display name

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion meshcentral 2 meshcentral issues
      4
      1 Votes
      4 Posts
      765 Views
      JaredBuschJ

      @scottalanmiller said in MeshCentral never updates the display name:

      I would prefer hostname as a separate "detected" field that is always there, and the display name as one that doesn't change on us.

      I don't care what the default setting is, as long as it is a setting that I can choose, because I will hate having to update crap all the time.

    • JaredBuschJ

      How can I show disk IO in glances

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion glances centos 7 fedora 29 disk io
      13
      3 Votes
      13 Posts
      3k Views
      JaredBuschJ

      same system before and after the fedora 31 upgrade.

      9cae9dc1-45c5-4d1a-bdb9-3373dfe3d5de-image.png

    • JaredBuschJ

      Office 365 OWA blocks Microsofts own content

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion microsoft o365 office 365 owa content filtering
      4
      2 Votes
      4 Posts
      739 Views
      JaredBuschJ

      @DustinB3403 said in Office 365 OWA blocks Microsofts own content:

      Would you really want MS making exceptions on your behalf and without your knowledge?

      I don't have a safe senders list. Yet I get attachments and links all the time.

      More than likely, the DKIM/SPF checks failed to cause that.

    • JaredBuschJ

      How to backup your Yealink local contacts to the FreePBX provisioning directory

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion freepbx yealink provisioning guide how to
      2
      4 Votes
      2 Posts
      1k Views
      JaredBuschJ

      If you upgrade to FreePBX 16, the script handler needs updated to reflect PHP7.

      The git repository is updated, but if you have an existing install, this will fix it for you

      sudo sed -i "s/php5/php7/" /etc/httpd/conf.d/yealink.conf sudo systemctl restart httpd
    • JaredBuschJ

      MeshCentral does not send CAD to Hyper-V Server

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion meshcentral 2 meshcentral issues
      4
      3 Votes
      4 Posts
      592 Views
      K

      Great question actually. I don't use hyper-v much.

    • JaredBuschJ

      Asterisk Usage Survey

      Watching Ignoring Scheduled Pinned Locked Moved News asterisk survey
      4
      1 Votes
      4 Posts
      575 Views
      DashrenderD

      @bnrstnr said in Asterisk Usage Survey:

      If this survey was a test, I think I failed :frowning_face:

      Wow - yep, a ton of functions I don't know or use specifically.

    • JaredBuschJ

      WebAuthn now a standard

      Watching Ignoring Scheduled Pinned Locked Moved News password webauthn w3c security
      20
      3 Votes
      20 Posts
      3k Views
      stacksofplatesS

      @Dashrender said in WebAuthn now a standard:

      @stacksofplates said in WebAuthn now a standard:

      @Dashrender said in WebAuthn now a standard:

      @stacksofplates said in WebAuthn now a standard:

      @scottalanmiller said in WebAuthn now a standard:

      @Dashrender said in WebAuthn now a standard:

      but how do you use a YubiKey on your phone?

      Screenshot from 2019-03-05 10-05-44.png

      That's exactly how I do it. You can also use the Yubiauth app on both the phone and Windows to hold OTP codes for stuff that doesn't support u2f.

      So there's a way to export the private key out of the YubiKey? or the sites allows for multiple public keys?

      Huh? You scan the QR code like you normally would but it stores it on the Yubikey instead. Then when you need the code you either tap it to your phone and it shows you all of the one time codes or you do it on your computer. Just like how Google authenticator works. For the u2f stuff, it works the same on Android as on your pc. The browser needs to support u2f and it does the challenge response.

      I've never used a YubiKey - I assumed the private code inside the YubiKey was there and no where else.

      It depends on the type of authentication.

    • 1 / 1