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

      FreePBX EndPoint Manager unable to download firmware

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion freepbx firmware phones commercial modules endpoint manager
      3
      0 Votes
      3 Posts
      839 Views
      JaredBuschJ

      The timeline.

      2019/02/27 09:23 - I posted on the FreePBX community. 2019/02/27 15:13 - Another user commented they also had this issue. 2019/02/27 16:31 - I submitted a support ticket. 2019/02/27 17:03 - Sangoma replied stating this was not any kind of known issue and I needed to install their SSH key package to let them check the server. 2019/02/28 08:52 I replied that I had added the SSH package and updated the firewall to let them connect. 2019/02/28 09:49 Sangoma replied that the files were missing on the remote server and showed the log error. 2019/02/28 10:05 Sangoma replied that an internal trouble ticket was created. 2019/02/28 15:58 Sangoma replied that the issue was resolved. 2019/02/28 19:26 I confirmed that the firmware was downloadable

      This is not any kind of response time that I can complain about. I do wish there had been known information on how to find the EPM download errors. I would have likely been resolved much quicker.

      That's why I posted here. Search engines can get this out there.

    • JaredBuschJ

      Install OpenSupports on Fedora 29

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion opensupports helpdesk guide how to fedora fedora 29
      10
      1 Votes
      10 Posts
      3k Views
      JaredBuschJ

      @stacksofplates said in Install OpenSupports on Fedora 29:

      It does look nice though which can't be said for a lot of them.

      That is the reason I looked at it. The view was solid.

    • JaredBuschJ

      Make this command better

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion scripting bash sed rsync directory comparison
      5
      1 Votes
      5 Posts
      892 Views
      M

      @JaredBusch : I'm not certain if this fits the bill, but what about the "diff" command? Of course, this does nothing to sync the files but does offer a way to simply compare the directories.

      diff -rs manxam jaredbusch

      This will get you :

      Files /home/manxam/TEST and /home/jaredbusch/TEST are identical Only in /home/manxam: i_am_manxam Only in /home/jaredbusch: you_are_jared
    • JaredBuschJ

      Roll20.net breached

      Watching Ignoring Scheduled Pinned Locked Moved News security breach roll20
      3
      3 Votes
      3 Posts
      620 Views
      dafyreD

      @scottalanmiller said in Roll20.net breached:

      Sucks when a site / business like that gets hit. Just people looking to have fun šŸ˜ž

      Yeah. But at least they didn't store the passwords in clear text!

    • JaredBuschJ

      Installing MS SQL Server Express on CentOS

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux centos centos 7 rhel database ms sql server ms sql server 2017 linux ms sql server 2017 guide how to
      13
      5 Votes
      13 Posts
      6k Views
      JaredBuschJ

      @Emad-R said in Installing MS SQL Server Express on CentOS:

      Et me guess it is much faster on Linux than on Windows server

      No idea, but it is one less Windows Server license needed.

      Also MS SQL Server Express works well for many tasks.

    • JaredBuschJ

      Dropping a black box on a client network

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved IT Discussion server centos centos 7 ms sql server ms sql server 2017 linux
      17
      2 Votes
      17 Posts
      2k Views
      DustinB3403D

      @JaredBusch I don't know if you ever finished up with this client, but for $1236 you can get a decent server that would work well.

      f88a7503-2bae-409f-b906-64cf361d69d0-image.png

      Add $99 if you wanted the 3 year warranty

    • JaredBuschJ

      Backblaze price increase

      Watching Ignoring Scheduled Pinned Locked Moved News backblaze pricing
      1
      3 Votes
      1 Posts
      349 Views
      No one has replied
    • JaredBuschJ

      Mass upload sound files into FreePBX

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion freepbx asterisk scripting config sounds how to
      4
      6 Votes
      4 Posts
      2k Views
      JaredBuschJ

      @NashBrydges said in Mass upload sound files into FreePBX:

      Very useful stuff, thanks for this.

      Self serving. I’m buildinging a mass import right now using this process.

    • JaredBuschJ

      Convert Asterisk dial plan for use in FreePBX

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved IT Discussion asterisk scripting config freepbx converting dialplan
      9
      1 Votes
      9 Posts
      2k Views
      JaredBuschJ

      For reference, here is the same IVR dialplan as output by FreePBX

      asterisk -x "dialplan show ivr-4" [ Context 'ivr-4' created by 'pbx_config' ] '*' => 1. Set(__ivrreturn=0) [extensions_additional.conf:4167] [ivrsel-*] 2. Goto(app-blackhole,hangup,1) [extensions_additional.conf:4168] '0' => 1. Set(__ivrreturn=0) [extensions_additional.conf:4164] [ivrsel-0] 2. Goto(ivr-4,s,1) [extensions_additional.conf:4165] '9' => 1. Set(__ivrreturn=0) [extensions_additional.conf:4170] [ivrsel-9] 2. Goto(um-vm,s,1) [extensions_additional.conf:4171] 'fax' => 1. Goto(${CUT(FAX_DEST,^,1)},${CUT(FAX_DEST,^,2)},${CUT(FAX_DEST,^,3)}) [extensions_additional.conf:4149] 'h' => 1. Hangup() [extensions_additional.conf:4192] 'hang' => 1. Playback(vm-goodbye) [extensions_additional.conf:4194] 2. Hangup() [extensions_additional.conf:4195] 'i' => 1. Set(INVALID_LOOPCOUNT=$[${INVALID_LOOPCOUNT}+1]) [extensions_additional.conf:4173] 2. GotoIf($[${INVALID_LOOPCOUNT} > 3]?final) [extensions_additional.conf:4174] 3. Set(IVR_MSG=no-valid-responce-pls-try-again&custom/client_main) [extensions_additional.conf:4175] 4. Goto(s,start) [extensions_additional.conf:4176] [final] 5. Playback(no-valid-responce-transfering) [extensions_additional.conf:4177] 6. Goto(app-blackhole,hangup,1) [extensions_additional.conf:4178] 'return' => 1. Set(_IVR_CONTEXT=${CONTEXT}) [extensions_additional.conf:4187] 2. Set(_IVR_CONTEXT_${CONTEXT}=${IVR_CONTEXT_${CONTEXT}}) [extensions_additional.conf:4188] 3. Set(IVR_MSG=custom/client_main) [extensions_additional.conf:4189] 4. Goto(s,start) [extensions_additional.conf:4190] 's' => 1. Set(TIMEOUT_LOOPCOUNT=0) [extensions_additional.conf:4151] 2. Set(INVALID_LOOPCOUNT=0) [extensions_additional.conf:4152] 3. Set(_IVR_CONTEXT_${CONTEXT}=${IVR_CONTEXT}) [extensions_additional.conf:4153] 4. Set(_IVR_CONTEXT=${CONTEXT}) [extensions_additional.conf:4154] 5. Set(__IVR_RETVM=) [extensions_additional.conf:4155] 6. GotoIf($["${CHANNEL(state)}" = "Up"]?skip) [extensions_additional.conf:4156] 7. Answer() [extensions_additional.conf:4157] 8. Wait(1) [extensions_additional.conf:4158] [skip] 9. Set(IVR_MSG=custom/client_main) [extensions_additional.conf:4159] [start] 10. Set(TIMEOUT(digit)=3) [extensions_additional.conf:4160] 11. ExecIf($["${IVR_MSG}" != ""]?Background(${IVR_MSG})) [extensions_additional.conf:4161] 12. WaitExten(10,) [extensions_additional.conf:4162] 't' => 1. Set(TIMEOUT_LOOPCOUNT=$[${TIMEOUT_LOOPCOUNT}+1]) [extensions_additional.conf:4180] 2. GotoIf($[${TIMEOUT_LOOPCOUNT} > 3]?final) [extensions_additional.conf:4181] 3. Set(IVR_MSG=no-valid-responce-pls-try-again&custom/client_main) [extensions_additional.conf:4182] 4. Goto(s,start) [extensions_additional.conf:4183] [final] 5. Playback(no-valid-responce-transfering) [extensions_additional.conf:4184] 6. Goto(app-blackhole,hangup,1) [extensions_additional.conf:4185] Include => 'ivr-4-custom' [pbx_config] Include => 'from-did-direct-ivr' [pbx_config]
    • JaredBuschJ

      Upgrading Nextcloud via CLI

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nextcloud upgrade cli fedora nextcloud upgrade
      10
      5 Votes
      10 Posts
      4k Views
      JaredBuschJ

      @bnrstnr said in Upgrading Nextcloud via CLI:

      @JaredBusch said in Upgrading Nextcloud via CLI:

      If you change the entire folder to HTTPD_RW it will work without disabling things.

      Ah yeah, probably this. SELinux is a complete mystery to me :man_shrugging:

      ls -lashZ /var/www/html Will show you the context on your Nextcloud folder. Technically, just the Z is for the context

    • JaredBuschJ

      How can I find the current wav encoding

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion freepbx voicemail 3cx conversion sox wav
      16
      2 Votes
      16 Posts
      2k Views
      1

      @JaredBusch

      Good thing you brought this up. I couldn't believe that your recording where ADPCM because in our 3CX we just have PCM recordings.

      It turns out that the ADPCM codec for recordings is a completely new feature in 3CX, which arrived in the latest version 15.5

      I had to dig around before I could find that setting anywhere. But it's under the recording quota.

      IMHO you should have a lot of recordings to enable it in the first place. In just 10GB you have room for 167 hours of non-compressed recordings. But maybe some users have it set up to recording everything on every call and a lot of extensions and small cloud hosted VMs.

      3cx_compress_recordings.png

    • JaredBuschJ

      Fun times with Asterisk dialplan logic

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion freepbx dialing pattern custom asterisk
      7
      2 Votes
      7 Posts
      938 Views
      M

      @JaredBusch : Funny that you posted that as I actually had to go LOOK UP NANPA when you had mentioned it above and, at first, wondered what it had to do with the Japanese dating scene.. šŸ™‚

    • JaredBuschJ

      Yealink DECT dongle for T41S and T42S

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion yealink yealink t42s yealink t41s dect wireless phones
      12
      1 Votes
      12 Posts
      1k Views
      JaredBuschJ

      @NerdyDad said in Yealink DECT dongle for T41S and T42S:

      Does the cordless and the deskphone both share the same extension? If so, this would be great for my wandering receptionist.

      These are independent units so no. But you can put the same ext on them if the PBX supports it.

      So with FreePBX and PJSIP based extensions you can have multiple devices registered all to the same ext.

    • JaredBuschJ

      Invoke-WebRequest sometimes fails to connect to https

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion powershell invoke-webrequest
      7
      3 Votes
      7 Posts
      2k Views
      M

      @JaredBusch : Awesome! Glad to hear it worked for you...

    • JaredBuschJ

      EdgeOS 2 released

      Watching Ignoring Scheduled Pinned Locked Moved News edgeos edgeos 2.0.0 ubnt ubiquiti
      20
      3 Votes
      20 Posts
      6k Views
      dbeatoD

      @JaredBusch said in EdgeOS 2 released:

      It is now showing up in my UNMS for installation.

      5dd53458-79ff-494e-8308-8c98c721e611-image.png

      I have had a couple systems on 2.0.1 for a few weeks with no issues.

      But it had to be done manually. Showing up in UNMS is new to me.

      Upgrading now.

    • JaredBuschJ

      MeshCentral LE production cert

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion meshcentral meshcentral 2 lets encrypt
      25
      1 Votes
      25 Posts
      2k Views
      A

      Anyone? I went thru manuals evrything seems ok but no success. LetsEncrypt subfolder is not created even if production is false

      This is my config.json

      {
      "settings": {
      "cert": "MyDomain",
      "wanonly": true,
      "_minify": true,
      "letsencrypt": {
      "email": "MyEmail",
      "names": "MyDomain",
      "rsaKeySize": 3072,
      "production": true
      },
      "webrtc": true,
      "allowhighqualitydesktop": true },
      "domains": {
      "": {
      "title": "RDP support"
      }
      }
      }

    • JaredBuschJ

      Install MeshCentral2 on Fedora 29 with MongoDB

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion meshcentral 2 meshcentral fedora fedora 29 guides real instructions
      24
      4 Votes
      24 Posts
      4k Views
      scottalanmillerS

      @JaredBusch said in Install MeshCentral2 on Fedora 29 with MongoDB:

      @scottalanmiller said in Install MeshCentral2 on Fedora 29 with MongoDB:

      @bnrstnr said in Install MeshCentral2 on Fedora 29 with MongoDB:

      Is it possible to migrate from MongoDB to NeDB after we've been running for a while? Easier to just start over?

      Probably, but never considered doing that!

      I think @Ylian mentioned that is was possible or was going to be possible. in the main thread.. not 100% sure.

      Should be, they share a format. I've just never ingested a backup into NeDB before.

    • JaredBuschJ

      Discord update breaks Fedora install from RPMFusion

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion discord fedora fedora 29 rpm fusion
      14
      0 Votes
      14 Posts
      2k Views
      JaredBuschJ

      0.0.8-2 is now in updates-testing.

      sudo dnf upgrade discord --enablerepo rpmfusion-nonfree-updates-testing
    • JaredBuschJ

      Bookstack updated to 0.25

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion bookstack upgrade
      4
      3 Votes
      4 Posts
      675 Views
      JaredBuschJ

      The added features from 0.25.2
      f7dd1310-4079-4671-ac43-6e22918cccc5-image.png

    • JaredBuschJ

      Node reverting to old version

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion npm nvm node.js centos 7
      4
      0 Votes
      4 Posts
      721 Views
      scottalanmillerS

      That is so weird.

    • 1 / 1