ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Categories
    3. IT Discussion
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • B

      FreePBX : Skyetel inbound call "Rejecting unknown SIP connection ..."

      Watching Ignoring Scheduled Pinned Locked Moved freepbx skyetel
      13
      0 Votes
      13 Posts
      4k Views
      JaredBuschJ

      @BraswellJay said in FreePBX : Skyetel inbound call "Rejecting unknown SIP connection ...":

      Go into your @Skyetel endpoint setting and make sure it is talking to your PBX on port 5160 also.

      9e3c2ef7-462b-49f6-ae9f-036c302f4b68-image.png

      This seems likely to be my issue then. I had left it at 5060 in the skyetel portal as you showed above and initially had it port forwarded to 5060 on the FreePBX. When I realized that I had set port 5060 up as the chan_sip port instead of the pjsip I changed the firewall to forward 5060 to 5160 on the FreePBX. I'll try making the change in the Skyetel portal directly to 5160 and just direct port forward 5160 in the morning.

      As @JaredBusch figured, this fixed my issue. Once I made this change I had two way audio and no call's being taken down prematurely.

      Audio issues are always port related. Though mostly because firewalls are fucking things up.

    • gjacobseG

      Domain Planning: Network shares or ,..

      Watching Ignoring Scheduled Pinned Locked Moved windows server server 2012 server 2008 server 2019 ntfs nas san das
      20
      0 Votes
      20 Posts
      2k Views
      J

      @Dashrender said in Domain Planning: Network shares or ,..:

      @dafyre said in Domain Planning: Network shares or ,..:

      @notverypunny said in Domain Planning: Network shares or ,..:

      Does NC allow exposure of their "file shares" as smb? If you have users that can't / don't want to use a browser-based access they can always mount it in windows explorer via webdav. Alfresco allows (allowed?) access via both, but the last time I played with it the performance was meh, which I attributed to it being built on java...

      You can mount NextCloud into a drive letter or folder using WebDav.

      The question does become the aforementioned performance issue (if there is one).

      I wonder how file locks are handled when using WebDav?

      There are a few topics elsewhere here where file locking and cloud hosting were discussed. You do have to give up what we have all come to appreciate in file locking. Here is a response in one of those other topics I spoke about:

      @scottalanmiller said in file sharing in the 21st century:

      @Donahue said in file sharing in the 21st century:

      I am aware of that. It's online locking that I am after. Though, I will concede that any locking scheme has to plan for both online and offline. I like sync because of local performance and offline availability, but it really feels like it is best for non shared files. When you add multiple users into the mix, almost everything goes out the window, especially when and if they go offline.

      Everything is best for non-shared files 🙂

      SMB shines at "always online, always nearly local" files because it handles offline so poorly. It's a balance. To handle offline or very distant (e.g. high latency) networks well, you have to sacrifice locking.

    • JaredBuschJ

      Setting up a Skyetel SIP trunk in FreePBX

      Watching Ignoring Scheduled Pinned Locked Moved skyetel freepbx freepbx 14 pjsip
      22
      4 Votes
      22 Posts
      4k Views
      JaredBuschJ

      The benefit (to me) of setting this up like this means that your inbound routing is all just 10 digit numbers.
      80b943b7-bc27-4b89-82a3-498dec52b007-image.png

    • scottalanmillerS

      Netgear R6400 / AC1750 Port Forwarding Overlap Issue

      Watching Ignoring Scheduled Pinned Locked Moved netgear netgear genie netgear r6400 netgear ac1750 router firewall networking port forwarding
      7
      1 Votes
      7 Posts
      950 Views
      DashrenderD

      Roflol

    • DustinB3403D

      WSL - Using Powershell how would you create multiple sessions

      Watching Ignoring Scheduled Pinned Locked Moved wsl windows ubuntu terminal
      2
      0 Votes
      2 Posts
      633 Views
      black3dynamiteB

      New-PSSession -ComputerName Host1
      New-PSSession -ComputerName Host2

      Get-PSSession will show all sessions you created.

      Use Enter-PSSession to enter one of your opened session

    • IRJI

      cloud-init verification or logs?

      Watching Ignoring Scheduled Pinned Locked Moved cloud-init
      5
      1 Votes
      5 Posts
      423 Views
      stacksofplatesS

      @IRJ said in cloud-init verification or logs?:

      So I checked journalctl --boot which has a very large output. However I did find some helpful information about cloud-init. I got to see what Amazon does in their portion of the script, and I got to see when packages were installed from my cloud-init. However other commands such as sed or echo did not show up anywhere. Although I can confirm them being run.

      This kind of helps, but it isn't 100% what I want.

      Ah ok. That's interesting that they don't show up. It might just be stderr for the script portion then? Idk.

    • DanpD

      My Misadventures with Cloud At Cost

      Watching Ignoring Scheduled Pinned Locked Moved web server cloud computing
      37
      1 Votes
      37 Posts
      12k Views
      Alex JonesA

      @scottalanmiller said in My Misadventures with Cloud At Cost:

      I always recommend CloudFlare, it's the best DNS host I have found.

      I am more of a ClouDNS + BunnyCDN fan

    • wirestyle22W

      Microsoft Word Settings GPO for Citrix

      Watching Ignoring Scheduled Pinned Locked Moved word citrix
      5
      0 Votes
      5 Posts
      635 Views
      M

      If this is a terminal server you'll need to create a user based GPO then enable loopback processing so that a user GPO can apply to a computer.

    • 1

      SSH tunneling/gateway question

      Watching Ignoring Scheduled Pinned Locked Moved ssh tunnel gateway
      16
      1 Votes
      16 Posts
      1k Views
      CloudKnightC

      using ssh to tunnel rdp is quite handy as well.

    • DustinB3403D

      Question - how to use tar to compress multiple top level folders recursively into discrete zip files

      Watching Ignoring Scheduled Pinned Locked Moved
      20
      0 Votes
      20 Posts
      421 Views
      DustinB3403D

      @DustinB3403 said in Question - how to use tar to compress multiple top level folders recursively into discrete zip files:

      Supposedly tar -C /Volumes/Parent/Child/Target-folder -cvf Compressed.zip SelectedDirectory works. . . let me test that.

      Okay so that does work, just is a pain in the rear to have to do manually.

    • EddieJenningsE

      Application Virtualization in Linux Environment

      Watching Ignoring Scheduled Pinned Locked Moved linux application virtualization citrix xenapp
      61
      2 Votes
      61 Posts
      6k Views
      stacksofplatesS

      So how we did it the last place I worked. We used a mix of X2Go, X-11 forwarding/MobaXTerm, and RDP. It depended on the user as to how they wanted to do it.

      RDP gave them a full desktop since X2Go couldn't any longer on GNOME 3. X2Go gave them just applications from a menu to pick. People who were used to the cli used X-11 forwarding because it's what they were used to.

    • M

      Cyber Liability Insurance

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      0 Votes
      8 Posts
      500 Views
      scottalanmillerS

      @mmicha said in Cyber Liability Insurance:

      Just curious what others thoughts and take it on this new form of insurance. Are most starting to carry?

      No, several reasons...

      Insurance for something like this means that smart, secure, backed up companies pay for companies that don't protect themselves. So if you are competent, you get screwed. On average, the insurer makes money. That means that on average you don't just pay for the damages that happen, but for their profits on top of them. Those that carry insurance are much higher profile targets than those that do not as there is so much more to potentially gain. The likelihood of getting paid even when something happens is insanely low.

      For the average company, cyber insurance does more harm than good.

    • JaredBuschJ

      Skyetel enabling international calling

      Watching Ignoring Scheduled Pinned Locked Moved skyetel fraud prevention international calling
      2
      4 Votes
      2 Posts
      658 Views
      SkyetelS

      Super helpful, Thanks!

      For those who are curious, our international rates and their corresponding tiers are here:
      https://files.skyetel.com/SkyetelHighCostPrices.xlsx

    • dbeatoD

      Fix OpenVAS when not starting Scans

      Watching Ignoring Scheduled Pinned Locked Moved openvas ubuntu 18.04 openvas-scanner script
      8
      1 Votes
      8 Posts
      1k Views
      dbeatoD

      @dafyre said in Fix OpenVAS when not starting Scans:

      You can also download & install using their ISO. They label it a "Virtual Appliance" for some reason. It's worked on everything I've thrown at it so far.

      https://www.greenbone.net/en/install_use_gce/

      I don't prefer it due to being harder to troubleshoot... since it is an older OS version and such.

    • FATeknollogeeF

      HCI vendors: software or hardware

      Watching Ignoring Scheduled Pinned Locked Moved hci hyperconverged appliance hyperconverged infrastructure
      27
      1 Votes
      27 Posts
      2k Views
      scottalanmillerS

      @hobbit666 said in HCI vendors: software or hardware:

      Or would you still look at another layer of backup/DR

      A DR site is not the same as a backup. Generally those things are different.

    • scottalanmillerS

      Fanvil Opus Codec Support in X4G and X5S Phones

      Watching Ignoring Scheduled Pinned Locked Moved fanvil opus codec voip telephony sip phones
      12
      0 Votes
      12 Posts
      2k Views
      J

      @JaredBusch
      Hi, Jared, if you need support from Fanvil, just let me know, here is my email ID: [email protected]

    • dbeatoD

      Install Chocolatey Remotely on Domain Computers

      Watching Ignoring Scheduled Pinned Locked Moved chocolatey windows domain remote powershell remote management install installation install guide psremoting
      3
      7 Votes
      3 Posts
      2k Views
      wrx7mW

      Nice! I was thinking about doing this soon.

    • P

      DNS PTR Record with 2 FQDN Entries with SPAM Check

      Watching Ignoring Scheduled Pinned Locked Moved dns email spam ptr record zimbra
      37
      1 Votes
      37 Posts
      4k Views
      JaredBuschJ

      @pattonb said in DNS PTR Record with 2 FQDN Entries with SPAM Check:

      @JaredBusch incorrect, Scott has summarized succinctly

      That is what you asked. But going with that is not what you actually wanted, then the answer to your original post is that you don't fix anything.

      You whitelist the domain in question and move on.

      The sender's ISP is in charge of setting the PTR record and there is not a damned thing you can do about it.

    • J

      Chocolatey not available after being installed through ScreenConnect

      Watching Ignoring Scheduled Pinned Locked Moved Solved connectwise control chocolatey path environment monitoring
      6
      0 Votes
      6 Posts
      4k Views
      J

      @JaredBusch said in Chocolatey not available after being installed through ScreenConnect:

      I guess you could cycle the screenconnect client service. That should do the same.

      This did it; thanks. It's the only working solution short of a reboot. I did not want to connect to the client with SC so I pushed a re-install, it was current, so it just went through the motions and restarted the services. Perfect for my needs.

    • dbeatoD

      Install OpenVas9 in Ubuntu Server

      Watching Ignoring Scheduled Pinned Locked Moved openvas openvas-scanner ubuntu 18.04 ubuntu scanning
      12
      3 Votes
      12 Posts
      2k Views
      dbeatoD

      @Emad-R said in Install OpenVas9 in Ubuntu Server:

      @dbeato

      the thing is openvas versions is all over the place, dont they have a new version 10 right now, a month ago it was on 8 .

      It was 8 then 9 and the 10 version is GVM. I am testing it still but hasn’t been stable for me yet.

    • 1
    • 2
    • 123
    • 124
    • 125
    • 126
    • 127
    • 698
    • 699
    • 125 / 699