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 is the best workflow to setup VitalPBX

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved IT Discussion vitalpbx workflow setup
      8
      3 Votes
      8 Posts
      1k Views
      DustinB3403D

      @Dashrender said in What is the best workflow to setup VitalPBX:

      @JaredBusch said in What is the best workflow to setup VitalPBX:

      @bnrstnr said in What is the best workflow to setup VitalPBX:

      @rcuadra popped back in yesterday... Maybe he could help?

      Well, that was honestly why I replied here again. Also @scottalanmiller is back in the states and may have valid input as I know that he has deployed this.

      Or at least set it up on the PBX side, no telling on the phone and SIP/telco access side.

      Why would the phone side be any more or less difficult?

    • JaredBuschJ

      Error during VitalPBX install

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion vitalpbx installation error
      1
      0 Votes
      1 Posts
      453 Views
      No one has replied
    • JaredBuschJ

      VPS injected ssh keys

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ssh ssh keys vps vps security scripting automation
      6
      1 Votes
      6 Posts
      1k Views
      scottalanmillerS

      @JaredBusch said in VPS injected ssh keys:

      Under no circumstances do I actually want anyone's key tied to the root user. It negates all accountability.

      It's for pre-production setup. Not for deploying straight to production.

    • JaredBuschJ

      Skyetel tenant functionality

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion skyetel tenant multisite billing
      16
      2 Votes
      16 Posts
      2k Views
      SkyetelS

      @JaredBusch said in Skyetel tenant functionality:

      Well, the month rolled, and so I now have a report.

      The tenant report is awesomely detailed for those that actually care about sending something on to a client.

      In my use case, the client just needed location specific break out, so I only care about the totals. But OMFG the awesomeness of the numbers....

      Great work on this part @Skyetel

      Thanks @JaredBusch We're really proud of this!

    • JaredBuschJ

      Need a good example of getting powershell arguments

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved IT Discussion powershell scripting parameters
      3
      1 Votes
      3 Posts
      805 Views
      ObsolesceO

      @JaredBusch said in Need a good example of getting powershell arguments:

      I'll hit the google later, because I am on other things, but I found that something I touched today could very easily be improved if I can add parameter handling to the powershell script.

      Now, the basics are easy as it is all in the $ARGS variable/object.

      But I want to have some safety checking. because it is easier to do things right the first time.

      Example: I want a parameter to note if I should make the thing being done the default.

      I can pass a 1 like dothing.ps1 1 and I can simply code something to check $ARG[0] eq "1" but that is not very explanatory to the person using the script.

      This is more explanatory dothing.ps1 -default for a command.

      So has anyone seen a good example of parameter handling that I can put into my dothing.ps1 script?

      I'm not sure I understand exactly what you mean.

      Taking a guess here, but how I understand is that you'd want to add this at the top of your script:

      [cmdletbinding()] param ( [Parameter()] [Switch]$Default ) if ($Default) { Write-Host "The -Default parameter was specified." } else { Write-Host "The -Default parameter was NOT specified." }

      Doing that will give you the following output:

      PS > .\JBTest.ps1 -Default The -Default parameter was specified. PS > .\JBTest.ps1 The -Default parameter was NOT specified.

      If you want to accept input from a pipeline to work with, let me know.

    • JaredBuschJ

      How to tell Yealink phones to upload user changes to the FreePBX provisioning directory

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion freepbx how to yealink provisioning guide
      4
      2 Votes
      4 Posts
      2k 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

      Looking for 50' long USB power cable

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion usb usb power power cables
      20
      0 Votes
      20 Posts
      1k Views
      gjacobseG

      Would this work for you? Much smaller, and still POE - just need to set the port to 48v

      https://www.amazon.com/Tycon-Systems-POE-MSPLT-USB-POE-Converter-x/dp/B00PZ009AQ

      41cK-P30W7L.jpg

    • JaredBuschJ

      SSH Hardening

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion ssh sshconfig hardening security fail2ban jumpbox
      16
      5 Votes
      16 Posts
      2k Views
      JaredBuschJ

      So I set this up again on a new jump box today.

      SSH attempts did not log until I changed the mode to ddos

    • JaredBuschJ

      Recovering email from O365 RecoverableItems

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion powershell remote powershell o365 email recovery
      1
      8 Votes
      1 Posts
      565 Views
      No one has replied
    • JaredBuschJ

      What is content ownership

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      3
      5 Votes
      3 Posts
      186 Views
      nadnerBN

      Nice find. I was actually lamenting the search-ability of social media the other day. If I wanted to find something from a fb page itโ€™s almost impossible to find it.

    • JaredBuschJ

      I guess Skyetel doesn't want business

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion skyetel
      115
      1 Votes
      115 Posts
      18k Views
      scottalanmillerS

      @JaredBusch said in I guess Skyetel doesn't want business:

      @Dashrender said in I guess Skyetel doesn't want business:

      And cell phones have allowed pure 10 digit dialing for at least 10, though likely more like 15 years (when the plan simply included what used to be called long distance)

      Since my very first one in 1996

      My first was 1992, because of the reasons I mentioned above with the land lines and everything being long distance. Long distance on the cell in 1992 was so much cheaper than the land line cost per minute, that it paid for the cost of the cell phone!

    • JaredBuschJ

      Need video recording software for Fedora

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion video production video training fedora
      33
      1 Votes
      33 Posts
      4k Views
      JaredBuschJ

      @DustinB3403 said in Need video recording software for Fedora:

      I assume you're going to be looking to do production quality work with this then?

      Meh, down the road, sure. Right now, I feel it is more important to get content created in order to even get an idea on how well it will work for our goal.

      Production quality can be hired if it is found to be worth that cost.

    • JaredBuschJ

      Fedora 30 Workstation default partition scheme

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion fedora 30 workstation fedora workstation
      13
      0 Votes
      13 Posts
      2k Views
      black3dynamiteB

      @matteo-nunziati said in Fedora 30 Workstation default partition scheme:

      @black3dynamite cool... If not official docs what else? Strange...

      It is the official docs. I'm just being stubborn about some screenshots that doesn't go with the current release.

    • JaredBuschJ

      Converting Hyper-V to KVM

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion hyper-v kvm v2v v2v converter virt-manager virt-v2v
      15
      4 Votes
      15 Posts
      13k Views
      scottalanmillerS

      Hey @JaredBusch if you Google about converting Hyper-V to KVM, this is Google's built in process now! They link this article as the "official" Google chosen reference document for this process!

    • JaredBuschJ

      VitalPBX how to manually unban yourself from the command line

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion vitalpbx fail2ban command line cli how to
      9
      2 Votes
      9 Posts
      4k Views
      CloudKnightC

      @JaredBusch fair enough, I haven't used the product itself as of yet and wasn't aware it had whitelisting inside the product, if this was specific to just fail2ban then that method would be suitable, but in this case I agree with you, my mistake.

    • JaredBuschJ

      EdgeOS 2.0.3 released and available in UNMS

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion unms edgeos ubiquiti
      10
      3 Votes
      10 Posts
      2k Views
      dafyreD

      @JaredBusch said in EdgeOS 2.0.3 released and available in UNMS:

      @dafyre said in EdgeOS 2.0.3 released and available in UNMS:

      @JaredBusch said in EdgeOS 2.0.3 released and available in UNMS:

      @davide-bonavita said in EdgeOS 2.0.3 released and available in UNMS:

      lol it was bugged as fu**
      and now "Throughput degradation by 5-10% when comparing with v1.10.9 firmware with older kernel"

      Yeah the comments.. I have not been following the beta cycle as I have been too busy.

      I did put it on a test router (ERL) with no issues.

      Does the 2.0.x series work with ZT? I have an ERX now and was going to try it out.

      The ERX doesn't work well with the 2.0.X firmware yet from what I have seen.

      But yes. You can put ZT on the 2.X firmware.

      Thanks for the heads up. I already have routing and all set up through a VM, so it's not critical, just thought I'd ask.

    • JaredBuschJ

      How is a PBX essentially stateless

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved IT Discussion pbx stateless
      4
      1 Votes
      4 Posts
      594 Views
      scottalanmillerS

      And yet another way to think of it...

      A stateful system is focused, at least partially, on saving to and retrieving from storage. It is a "data at rest" system.

      A stateless system is focused, essentially entirely, on data "in flight". Processing of data moving from one point to another.

    • JaredBuschJ

      Part-time Helpdesk Tech needed in St Louis

      Watching Ignoring Scheduled Pinned Locked Moved Job Postings
      6
      5 Votes
      6 Posts
      738 Views
      WrCombsW

      @DustinB3403 said in Part-time Helpdesk Tech needed in St Louis:

      @WrCombs said in Part-time Helpdesk Tech needed in St Louis:

      If it wasnt a 6 hour drive, I'd be interested..

      /sarcasm

      Might be worth it to leave where you are today ๐Ÿ™‚

      if I were to - I'd need to be paid for travel, which would put me at 21 hours with the on site.

      fun fact, this part time position pays relatively close to my FT position now, 30hours = 40 here.

    • JaredBuschJ

      Installing VitalPBX from ISO

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion vitalpbx install guide
      11
      0 Votes
      11 Posts
      2k Views
      FATeknollogeeF

      @JaredBusch Thanks for the link. Good reading!

    • JaredBuschJ

      Managing Fedora 30 with SMB share for 100 users

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved IT Discussion ad fedora smb share permissions management
      7
      0 Votes
      7 Posts
      977 Views
      NashBrydgesN

      @JaredBusch I have a couple clients using Synology for their auth needs and it's been working extremely well.

    • 1
    • 2
    • 9
    • 10
    • 11
    • 12
    • 13
    • 48
    • 49
    • 11 / 49