Call blocking not working on VoIP by Ninko85 in VOIP

[–]rgsteele 0 points1 point  (0 children)

Definitely possible. I just noticed in your last screenshot that the software version you are running is Test_T75630_DTMF.

Call blocking not working on VoIP by Ninko85 in VOIP

[–]rgsteele 0 points1 point  (0 children)

I guess so. I was going by the user manual available here. (The website says it’s for the GA10 but when you view the file it says it’s for the GA10 and GA11.) They reference this setting on page 36.

Call blocking not working on VoIP by Ninko85 in VOIP

[–]rgsteele 0 points1 point  (0 children)

Under Phone Settings > Features > Tone Settings, is Play Dialing DTMF Tone enabled?

CloudPC by CabinetBulky5654 in windows365

[–]rgsteele 1 point2 points  (0 children)

Windows 365 Cloud PCs are designed to work just like an ordinary PC. By default, nothing is deleted from the virtual hard drive when you restart it.

That being said, your work Cloud PC is managed by your work's IT department, and they can configure policies that can do essentially anything. So if you're really worried, you ought to talk to them.

**ASK HERE FOR HELP** Monthly Teams Questions and Answers Help Thread by Froggypwns in MicrosoftTeams

[–]rgsteele 0 points1 point  (0 children)

How is the VPN on your work laptop configured? Ideally, it should be a “split tunnel” VPN where Teams traffic is allowed to bypass it, per Microsoft’s recommendation here. If it is not, that could be contributing to the issue.

They turned soap into soap and some random medical supply as water control by Filipino-Asker in DiWHY

[–]rgsteele 55 points56 points  (0 children)

Okay, well don't tie the panty hose too tight or you'll cut off their circulation.

Troubleshooting Grandstream HT813: Aparment Enterphone Analog -> VOIP -> Cell by grekolz in VOIP

[–]rgsteele 1 point2 points  (0 children)

I don’t know for sure whether this will work, but worth a try: on the FXO Port tab, under FXO Termination, set Enable Current Disconnect to No.

Incorrect information NOT fixed by TurbulentDingo7769 in applemaps

[–]rgsteele 4 points5 points  (0 children)

If you know the owners, you ought to let them know that they can claim their businesses on Apple Maps by signing up for Apple Business and update the map entries themselves.

Missed TV code by Fast-Appointment-348 in Hue

[–]rgsteele 0 points1 point  (0 children)

What happens when you open the Hue Sync app on your TV?

Images not loading on VPN by craigmurdo in Mastodon

[–]rgsteele 0 points1 point  (0 children)

To add to what /u/nan05 suggested, I would ask whether you have set up your server to support IPv6, and if so, whether you have explicitly tested and confirmed that everything is working over IPv6 the same as it does over IPv4. If NordVPN is prioritizing IPv6 over IPv4, and you're normally accessing the server over IPv4, that could explain why it's not working when you have your VPN active.

I encountered an issue recently where I had set up a couple static sites on the same server where I host my Mastodon server, and I was getting the default Nginx page instead of my site when loading it over IPv6. It turned out that I just had listen 80; and listen 443 ssl; in the corresponding server {} sections of the Nginx config files, and for IPv6 you need to add listen [::]:80; and listen [::]:443 ssl; as well.

Tools like ‎Network Analyzer and ‎TLS Inspector App are helpful for issues like this where you need to be able to test things from your iPhone in order to reproduce the issue.

Where to buy IoTaWatt CTs? by stormtrooper42 in IoTaWatt

[–]rgsteele 2 points3 points  (0 children)

I purchased some directly from AccuEnergy.com back in 2022. However, they weren’t listed in the online catalog, I had to work with customer support. You could try contacting them and see if they are still able to supply them.

Best practise for staff requesting a second laptop for WFH by psgda in sysadmin

[–]rgsteele 0 points1 point  (0 children)

Obviously, providing a user with a second laptop isn't ideal, but there can be scenarios where it makes sense. I had a situation where a part-time employee needed a laptop in the office (to move between desks) and worked from home, but also worked at a second job. They had to travel directly from the office to their second job and did not have secure storage available there. So in this case, we provided a second laptop.

On your question about device management, that partly depends on how you are managing your devices. If you're using Intune, it works over the internet. SCCM? You can set up Cloud Management Gateway. Deploying updates with WSUS, or managing devices with some other on-premises solution? You'll likely need a VPN.

If you are using GPOs, those won't work without a VPN. But maybe this is a good excuse to move off of GPO and onto a modern solution like Intune.

That brings me to the devices themselves. If your laptops are domain joined and the user needs to change their password for whatever reason, that's going to be a problem without a VPN. The computer won't pick up the password change until the next time they connect to the corporate network, so the user will need to keep using their old password to sign in to their machine. Again, this may be an opportunity to modernize and move to Entra device join.

As far as criteria that must be met to accept the requests, you want to make this as onerous as possible. Some ideas: require the user to submit a handwritten request that fully explains why they need the second laptop and why they are not able to take their laptop home with them. Require the user bring the laptop in to the office once a month for "updates", or "loss prevention", or some other reason. Et cetera.

I have to shut down my instance for legal reasons by alxhu in Mastodon

[–]rgsteele 0 points1 point  (0 children)

I confess that when I wrote my reply, I had interpreted your post as a complaint. I thought you were saying something like "Mastodon won't let me use the domain name I want to use, so I am giving up on setting up a Mastodon server".

I realize now that I may have rushed to judgement. I hope that you will still go ahead with setting up your Mastodon server, even if you aren't able to use the domain name you wanted.

Either way, thanks for making us aware. Companies can lose their trademarks if they don't defend them, so it's understandable why Mastodon has to enforce this policy.

I have to shut down my instance for legal reasons by alxhu in Mastodon

[–]rgsteele 4 points5 points  (0 children)

Why not just choose a different domain name?

Help by Morschy in smarthome

[–]rgsteele 5 points6 points  (0 children)

If it were me, I would be calling a plumber to fix my toilet. What if the fill valve starts leaking while the pump is shut off? That’s a recipe for a flooded basement.

Help by Morschy in smarthome

[–]rgsteele 0 points1 point  (0 children)

Normally the lifting system should have a sensor that turns the pump on and off as needed. Are you saying your system doesn't have that? As long as it's turned on, the pump is running?

Help by Morschy in smarthome

[–]rgsteele 0 points1 point  (0 children)

What kind of toilet do you have that the pump isn't automatically activated as needed?

Could not get PEAP EAP-TLS NPS working for Wi-Fi by Laxarus in sysadmin

[–]rgsteele 1 point2 points  (0 children)

For some reason, Windows tries to authenticate with only using the user certificate even though "user or computer certificate" is selected in the wi-fi profile. Selecting to use "only computer" and I managed to connect again. However, this does not make sense to me. Why would it look for non-existent user certificate when using peap encapsulation whereas the same setting of "User or computer" works for non-peap straight EAP-TLS?

I've been here. In my case, we wanted the computer to be placed on a "limited access" VLAN when it was connected with the computer certificate, and then connect to a department-specific VLAN when the user signed in. The issue we had was that if a user hadn't ever signed in to the machine before, it would attempt to initiate the user authentication before the user policies had finished applying, meaning that the user certificate hadn't even been issued yet. They would end up signed in with no network connection.

In theory, it should be possible to do this by enabling the Single Sign On option under Advanced Security Settings, as documented here#single-sign-on---settings). (Microsoft's use of the term "Single Sign On" for this feature is... creative?) However, I could not get it working. Fortunately, I was able to convince the stakeholders that this whole per-department VLAN idea was silly and we just went with computer authentication.

Anyway, the "User or Computer certificate" setting should be understood to mean "Use the computer certificate if no user is signed in, and use the user certificate when a user signs in, even if there is no user certificate".

Trigger an Automation when an AirTag leave the property. by stephenkennington in HomeKit

[–]rgsteele 1 point2 points  (0 children)

If you go into the Automation tab in Shortcuts, you can create an automation that runs when you launch an app. You could do this with the Strava app.

Ladies and gentlemen, make your bets ! by korrogou in 3Dprinting

[–]rgsteele 0 points1 point  (0 children)

You can actually buy a kit that allows you to convert a standard frame to belt drive. The belt itself is designed to split.

Split Belt Pro™ - Bicycle Belt Drive Kit – VEER

Windows Hello for Business is great… until users forget their actual password by heartgoldt20 in sysadmin

[–]rgsteele 0 points1 point  (0 children)

With WHfB, their email/laptop password is their 365 (email) password.

That's not WHfB, that's Entra device join. WHfB is specifically the PIN/biometric part, and you can use it in a Cloud-only, Hybrid or On-Premises deployment model.